Ayah Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ayah 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/322281.svg" alt="Ayah icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322281.svg" alt="Ayah icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322281.svg" alt="Ayah icon" :width="24" :height="24" />
CSS background
.icon-ayah {
background-image: url('https://proicons.com/icon/322281.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m24,15.1226c1.2237-1.804,5.4857-4.684,8.7139-4.7473l5.5068,15.4128c-3.7978.9811-10.3701,3.6712-14.2207,7.4057-3.8506-3.7345-10.4229-6.4246-14.2207-7.4057l5.5068-15.4128c3.2281.0633,7.4901,2.9433,8.7139,4.7473Z"/><path class="c" d="m33.4207,12.3536l4.1038,1.2815,4.8941,13.7502c.2404.6754-.0675,1.4234-.7137,1.7339l-17.7048,8.5055L6.2952,29.1192c-.6462-.3105-.9541-1.0584-.7137-1.7339l4.8941-13.7502,4.1038-1.2815"/></svg>
Copied!