Itsme Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Itsme 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/342139.svg" alt="Itsme icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342139.svg" alt="Itsme icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342139.svg" alt="Itsme icon" :width="24" :height="24" />
CSS background
.icon-itsme {
background-image: url('https://proicons.com/icon/342139.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,.c{fill:none;stroke:#fff;stroke-linecap:round;}.a{stroke-linejoin:round;}.b{fill:#fff;}.c{stroke-miterlimit:8.1482;}</style></defs><path class="a" d="M12.3165,31.7559a3.6112,3.6112,0,0,1,7.2224,0v5.7779"/><line class="a" x1="12.3165" y1="28.1449" x2="12.3165" y2="37.5339"/><path class="a" d="M19.5385,31.7559a3.6112,3.6112,0,0,1,7.2224,0v5.7779"/><path class="a" d="M35.746,35.7279a3.4949,3.4949,0,0,1-3.07,1.8056,3.6218,3.6218,0,0,1-3.6112-3.6112V31.575a3.6112,3.6112,0,0,1,7.2224,0v1.2639H29.0654"/><circle class="b" cx="12.4053" cy="11.6969" r="0.75"/><path class="a" d="M21.6893,23.2379a4.5744,4.5744,0,0,0,3.0961.7741H25.56a2.5156,2.5156,0,0,0,0-5.0312H23.8179a2.5156,2.5156,0,0,1,0-5.0312h.774c1.7416,0,2.5156.1935,3.0961.774"/><path class="c" d="M12.3993,22.0769a1.8268,1.8268,0,0,0,1.9351,1.9351,3.5954,3.5954,0,0,0,2.6129-.774"/><path class="c" d="M17.1413,10.4659v11.611a1.8268,1.8268,0,0,0,1.9351,1.9351,3.5954,3.5954,0,0,0,2.6129-.774"/><line class="a" x1="17.1413" y1="13.7559" x2="19.7913" y2="13.7559"/><path class="c" d="M12.3993,22.0769l.0064-8.3206"/><circle class="a" cx="24" cy="24" r="21.5"/></svg>
Copied!