Ui Tag Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Tag icon is commonly used in product labels, blog categories and CMS tag managers. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306805.svg" alt="Ui Tag icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306805.svg" alt="Ui Tag icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306805.svg" alt="Ui Tag icon" :width="24" :height="24" />
CSS background
.icon-ui-tag {
background-image: url('https://proicons.com/icon/306805.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="M974 572L543 141c-34-34-100-75-146-90L266 6c-46-16-111 0-146 34l-80 81C6 155-10 220 6 266l47 135c16 46 57 112 92 146l427 427c34 35 90 35 124 0l278-277c34-35 34-91 0-125zM165 297c-36-36-36-95 0-132 36-36 95-36 132 0s36 96 0 132c-37 36-96 36-132 0zm673 355L652 838c-17 17-45 17-62 0L313 561c-17-17-17-45 0-62l185-186c18-17 46-17 63 0l277 277c17 17 17 45 0 62z"/></svg>
Copied!