Ashell You Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ashell 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/322078.svg" alt="Ashell You icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322078.svg" alt="Ashell You icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322078.svg" alt="Ashell You icon" :width="24" :height="24" />
CSS background
.icon-ashell-you {
background-image: url('https://proicons.com/icon/322078.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><circle class="b" cx="19.223" cy="14.3306" r="1.7914"/><circle class="b" cx="28.777" cy="14.3306" r="1.7914"/><path class="b" d="M35.4913,19.4062c.5922,0,1.052-.5127,1.0006-1.1026-.5583-6.4091-5.9379-11.4371-12.4919-11.4371s-11.9335,5.028-12.4919,11.4371c-.0514.59.4084,1.1026,1.0006,1.1026h22.9826Z"/><path class="b" d="M11.4603,20.4062v10.1382c0,6.9044,5.4016,12.8271,12.3048,12.9534,7.033.1287,12.7746-5.5339,12.7746-12.5375v-10.5541c0-.5523-.4477-1-1-1H12.4603c-.5523,0-1,.4477-1,1Z"/><line class="b" x1="17.2039" y1="8.8687" x2="12.8353" y2="4.5"/><line class="b" x1="30.7961" y1="8.8687" x2="35.1647" y2="4.5"/></svg>
Copied!