You Icon Pack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The You Icon Pack 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/350040.svg" alt="You Icon Pack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350040.svg" alt="You Icon Pack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350040.svg" alt="You Icon Pack icon" :width="24" :height="24" />
CSS background
.icon-you-icon-pack {
background-image: url('https://proicons.com/icon/350040.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m43.8616,27.1701c-2.7263,3.2497,1.182,7.1098-4.2462,9.5061-3.9857,1.4512-2.5311,6.7483-8.4301,6.1094-4.1774-.7361-5.5661,4.5786-10.3554,1.0759-3.2497-2.7262-7.1097,1.1821-9.506-4.246-1.4512-3.9857-6.7483-2.5311-6.1094-8.4301.7361-4.1774-4.5786-5.5661-1.0759-10.3554,2.7262-3.2497-1.1821-7.1097,4.246-9.506,3.9857-1.4512,2.5311-6.7483,8.4301-6.1094,4.1774.7361,5.5661-4.5786,10.3554-1.0759,3.2497,2.7262,7.1097-1.1821,9.506,4.246,1.4512,3.9857,6.7483,2.5311,6.1094,8.4301-.7361,4.1774,4.5786,5.5661,1.076,10.3554h0Z"/><rect class="b" x="20.995" y="14.6205" width="6.0099" height="6.0099" rx="1" ry="1" transform="translate(19.4925 -11.8082) rotate(45)"/><rect class="b" x="27.3695" y="20.995" width="6.0099" height="6.0099" rx="1" ry="1" transform="translate(25.867 -14.4486) rotate(45)"/><rect class="b" x="14.6205" y="20.995" width="6.0099" height="6.0099" rx="1" ry="1" transform="translate(22.133 -5.4337) rotate(45)"/><rect class="b" x="20.995" y="27.3695" width="6.0099" height="6.0099" rx="1" ry="1" transform="translate(28.5075 -8.0741) rotate(45)"/></svg>
Copied!