Ok Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ok 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/345118.svg" alt="Ok icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345118.svg" alt="Ok icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345118.svg" alt="Ok icon" :width="24" :height="24" />
CSS background
.icon-ok {
background-image: url('https://proicons.com/icon/345118.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="23.9967" cy="13.7625" r="8.0335"/><path class="c" d="m12.219,26.8966c3.1152,2.8153,7.2632,4.5145,11.7777,4.5145,4.5312,0,8.6792-1.6992,11.7943-4.5145"/><line class="c" x1="16.7922" y1="44.729" x2="22.5558" y2="31.4176"/><line class="c" x1="31.2012" y1="44.729" x2="25.4131" y2="31.3611"/></svg>
Copied!