0π
β
<v-btn icon>
<v-img src="path/to/your/icon.svg" />
</v-btn>
As described in Vuetifyβs docs, since the v-btn
uses a slot for content, you can put any element you want in that slot.
The icon
prop simply tells the v-btn to be especially styled for icons (round & flat).
Source:stackexchange.com