Ayoba Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ayoba 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/336841.svg" alt="Ayoba icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336841.svg" alt="Ayoba icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336841.svg" alt="Ayoba icon" :width="24" :height="24" />
CSS background
.icon-ayoba {
background-image: url('https://proicons.com/icon/336841.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M34.32,24.068c0,5.7498-4.6612,10.411-10.411,10.411h-.001c-5.7498,0-10.411-4.6612-10.411-10.411-.0006-5.7498,4.6602-10.4114,10.41-10.412h.001c5.7498-.0006,10.4114,4.6602,10.412,10.41v.002ZM28.655,24.068c0,2.6217-2.1253,4.747-4.747,4.747s-4.747-2.1253-4.747-4.747,2.1253-4.747,4.747-4.747,4.747,2.1253,4.747,4.747ZM38.811,5.524c-1.704,0-3.13,1.714-3.557,4.057-3.2375-2.5385-7.232-3.9193-11.346-3.922C13.7415,5.659,5.5,13.9005,5.5,24.067v.001c0,10.1665,8.2415,18.408,18.408,18.408h0c4.134-.0151,8.1425-1.4212,11.38-3.992.468,2.246,1.865,3.87,3.523,3.87,2.044,0,3.689-2.462,3.689-5.52V11.044c0-3.058-1.645-5.52-3.689-5.52Z"/></svg>
Copied!