I Am Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The I Am 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/327252.svg" alt="I Am icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327252.svg" alt="I Am icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327252.svg" alt="I Am icon" :width="24" :height="24" />
CSS background
.icon-i-am {
background-image: url('https://proicons.com/icon/327252.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><g id="b"><line class="c" x1="10.7682" y1="19.1059" x2="10.7682" y2="28.8939"/><path class="c" d="M27.4438,24.8565c0-1.3515,1.0956-2.447,2.447-2.447s2.447,1.0956,2.447,2.447v4.0376"/><line class="c" x1="27.4438" y1="22.4095" x2="27.4438" y2="28.8941"/><path class="c" d="M32.3378,24.8565c0-1.3515,1.0956-2.447,2.447-2.447s2.447,1.0956,2.447,2.447v4.0376"/><path class="c" d="M24.9204,26.4469c0,1.3515-1.0956,2.447-2.447,2.447h0c-1.3515,0-2.447-1.0956-2.447-2.447v-1.5905c0-1.3515,1.0956-2.447,2.447-2.447h0c1.3515,0,2.447,1.0956,2.447,2.447"/><line class="c" x1="24.9204" y1="28.8939" x2="24.9204" y2="22.4094"/></g></svg>
Copied!