Label Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Label icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305951.svg" alt="Label icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305951.svg" alt="Label icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305951.svg" alt="Label icon" :width="24" :height="24" />
CSS background
.icon-label {
background-image: url('https://proicons.com/icon/305951.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M918 507C736 372 554 236 372 101c-15-11-29-12-46-5-67 30-135 61-204 90-19 9-29 22-31 43-9 74-18 148-28 221-2 18 3 32 18 43 91 67 182 135 274 202 91 68 182 136 274 204 8 6 19 9 28 9 15 1 24-10 32-21 79-106 157-212 236-318 1-2 3-3 4-5 14-23 11-41-11-57zM280 338c-20 27-57 31-83 11-27-20-32-58-12-84 20-27 58-31 85-11 26 20 31 58 10 84z"/></svg>
Label in other icon packs
Copied!