Id Me Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Id Me 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/327300.svg" alt="Id Me icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327300.svg" alt="Id Me icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327300.svg" alt="Id Me icon" :width="24" :height="24" />
CSS background
.icon-id-me {
background-image: url('https://proicons.com/icon/327300.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m32.2266,33.1328c.0199.0796.0199.1592.0199.2388v3.7705H4.5v-3.7705c0-1.2635.776-2.4075,1.9599-2.8751l7.9191-3.1338c1.0446-.4079,1.3232-1.7907.4775-2.5468-1.552-1.3928-2.5667-3.681-2.5667-6.2676,0-4.248,2.7259-7.6902,6.0885-7.6902,3.3527,0,6.0786,3.4422,6.0786,7.6902,0,2.5866-1.0148,4.8748-2.5667,6.2676-.8456.7561-.5671,2.1389.4775,2.5468l6.4765,2.5568v.0099"/><path class="b" d="m34.9192,14.436c-1.5682,1.3232-3.0354,2.1571-6.9457,2.9205-.3663.0715-.6367.3899-.6367.7632v7.0379c0,4.4634,4.1111,8.8714,8.0816,8.8714h0c3.8406,0,8.0816-4.4081,8.0816-8.8714v-7.0379c0-.3733-.2704-.6917-.6367-.7632-3.9103-.7634-5.3775-1.5974-6.9456-2.9205-.2869-.2421-.7115-.2421-.9984,0Z"/><polyline class="b" points="40.0218 21.5009 34.3744 26.8886 31.932 24.4463"/></svg>
Copied!