Myid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myid 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/329858.svg" alt="Myid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329858.svg" alt="Myid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329858.svg" alt="Myid icon" :width="24" :height="24" />
CSS background
.icon-myid {
background-image: url('https://proicons.com/icon/329858.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="a" points="41.98 18.143 38.062 11.357 27.918 17.214 27.918 5.5 20.082 5.5 20.082 17.214 9.938 11.357 6.02 18.143 16.164 24 6.02 29.857 9.938 36.643 20.082 30.786 20.082 42.5 27.918 42.5 27.918 30.786 38.062 36.643 41.98 29.857 31.836 24 41.98 18.143"/></svg>
Copied!