Ays Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ays 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/322283.svg" alt="Ays icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322283.svg" alt="Ays icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322283.svg" alt="Ays icon" :width="24" :height="24" />
CSS background
.icon-ays {
background-image: url('https://proicons.com/icon/322283.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><path class="b" d="M24,24v13.5"/><path class="b" d="M12.309,17.25l11.691,6.75,11.691-6.75"/><path class="b" d="M21,3.3047l-13.424,7.75c-1.8561,1.0717-2.9996,3.052-3,5.1953v15.5c.0004,2.1433,1.1439,4.1236,3,5.1953l13.424,7.75c1.8564,1.0717,4.1436,1.0717,6,0l13.424-7.75c1.8561-1.0717,2.9996-3.052,3-5.1953v-15.5c-.0004-2.1433-1.1439-4.1236-3-5.1953l-13.424-7.75c-1.8564-1.0717-4.1436-1.0717-6,0Z"/></svg>
Copied!