Taginfo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Taginfo 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/348179.svg" alt="Taginfo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348179.svg" alt="Taginfo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348179.svg" alt="Taginfo icon" :width="24" :height="24" />
CSS background
.icon-taginfo {
background-image: url('https://proicons.com/icon/348179.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="g908"><path id="path899" class="cls-1" d="M21.7,22.74H33.06"/><path id="path916" class="cls-1" d="M21.7,26.1H33.06"/><path id="path918" class="cls-1" d="M21.56,29.53h8.3"/><path id="path920" class="cls-1" d="M34.35,33.08l8.11,8.12"/><circle id="circle872-5" class="cls-1" cx="27.29" cy="26.02" r="9.89"/></g><g id="g847"><path id="circle876" class="cls-1" d="M6,37A3.82,3.82,0,0,1,9.82,40.8h0"/><path id="circle874" class="cls-1" d="M6,27.22A13.59,13.59,0,0,1,19.59,40.8h0"/><path id="circle872" class="cls-1" d="M6,32.2a8.6,8.6,0,0,1,8.61,8.6h0"/></g><circle id="path879" class="cls-1" cx="16.96" cy="12.04" r="1.76"/><path id="path6-3-3" class="cls-1" d="M27.81,35.89V40.8H6V14.35L16.91,7.2l10.9,7.15v1.78"/></svg>
Copied!