Tagged Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Tagged 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/306630.svg" alt="Tagged icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306630.svg" alt="Tagged icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306630.svg" alt="Tagged icon" :width="24" :height="24" />
CSS background
.icon-tagged {
background-image: url('https://proicons.com/icon/306630.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="M459 485c1-25-22-49-47-48-37-1-73 0-110-1-40-1-73-41-67-81 5-33 35-61 69-61h552c11 1 21-10 18-21-5-12-17-18-27-25L566 87c-17-10-33-21-53-25h-27c-13 2-24 8-35 14L148 251c-20 12-35 33-38 57v379c1 24 16 47 37 59 39 23 78 45 118 68 8 6 21 7 28-1 7-7 10-16 14-24l138-263c6-13 15-26 14-41zm431-48H748c-58-1-114 34-141 85-65 126-131 251-195 377 25 13 48 32 76 39h23c17-4 32-13 47-22l275-159c17-9 34-19 45-34 9-13 12-29 12-44V437z"/></svg>
Copied!