Ajv Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Ajv 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/313432.svg" alt="Ajv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313432.svg" alt="Ajv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313432.svg" alt="Ajv icon" :width="24" :height="24" />
CSS background
.icon-ajv {
background-image: url('https://proicons.com/icon/313432.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Ajv</title><path d="M8.705 4.718a980.02 980.02 0 0 1 1.211 3.19l2.962 7.886c.198.526-.054 1.17-.583 1.366-.311.116-.655.06-.926-.11l-1.454 1.418c.81.775 1.985 1.034 3.116.614 1.602-.593 2.387-2.416 1.79-4.008L10.984 4.718zm4.153.013 4.57 11.72 1.924.008L24 4.783l-2.404-.011-3.193 8.832-3.141-8.861zm-8.309.013L0 16.421l2.354.01 1.092-2.91 4.112.019 1.08 2.92 2.355.012L6.572 4.754zm.999 2.592L7.15 11.94l-3.316-.016z"/></svg>
Copied!