About You Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The About You 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/335854.svg" alt="About You icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335854.svg" alt="About You icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335854.svg" alt="About You icon" :width="24" :height="24" />
CSS background
.icon-about-you {
background-image: url('https://proicons.com/icon/335854.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M9.5,42.5h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4Z"/><line class="c" x1="34.6739" y1="15.5536" x2="39.5" y2="15.5536"/><line class="c" x1="37.087" y1="22.8383" x2="37.087" y2="15.5536"/><polyline class="c" points="13.3261 25.1617 10.913 28.8041 8.5 25.1617"/><line class="c" x1="10.913" y1="32.4464" x2="10.913" y2="28.8041"/><path class="c" d="M28.168,15.5536v4.8716c0,1.3327,1.0804,2.413,2.413,2.413s2.413-1.0804,2.413-2.413v-4.8716"/><path class="c" d="M18.0063,19.196c1.0058,0,1.8212.8154,1.8212,1.8212s-.8154,1.8212-1.8212,1.8212h-3.0049v-7.2847h3.0049c1.0058,0,1.8212.8154,1.8212,1.8212s-.8154,1.8212-1.8212,1.8212h0Z"/><line class="c" x1="18.0063" y1="19.196" x2="15.0013" y2="19.196"/><line class="c" x1="12.4882" y1="20.4015" x2="9.3324" y2="20.4015"/><polyline class="c" points="8.5455 22.8167 10.913 15.5536 13.2806 22.8383"/><rect class="c" x="21.5167" y="15.5537" width="4.8261" height="7.2847" rx="2.413" ry="2.413"/><path class="c" d="M21.0258,25.1617v4.8716c0,1.3327,1.0804,2.413,2.413,2.413s2.413-1.0804,2.413-2.413v-4.8716"/><rect class="c" x="14.3746" y="25.1617" width="4.8261" height="7.2847" rx="2.413" ry="2.413"/></svg>
Copied!