Order Kuota Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Order Kuota 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/345334.svg" alt="Order Kuota icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345334.svg" alt="Order Kuota icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345334.svg" alt="Order Kuota icon" :width="24" :height="24" />
CSS background
.icon-order-kuota {
background-image: url('https://proicons.com/icon/345334.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M24,5.5C13.7827,5.5,5.5,13.7827,5.5,24v18.5h18.5c10.2173,0,18.5-8.2827,18.5-18.5S34.2173,5.5,24,5.5Z"/><path class="b" d="M21.144,26.947l2.6908,10.042c1.1909.0183,2.3786-.1271,3.5299-.4322,1.2682-.3449,2.4767-.8801,3.5844-1.5873l-9.8051-8.0225Z"/><path class="b" d="M13.228,16.724c-2.1084,3.1209-2.7597,7.0029-1.7852,10.641.9751,3.638,3.4801,6.6742,6.8666,8.3228l-5.0814-18.9638Z"/><path class="b" d="M29.438,12.194l-4.3554,11.516,9.5173,7.7864c2.2328-3.1501,2.9498-7.1297,1.9568-10.861-1.0006-3.7318-3.6093-6.8252-7.1187-8.4413h0Z"/><path class="b" d="M20.635,11.443c-1.1496.3114-2.2509.7793-3.2731,1.3906l2.6908,10.042,4.4851-11.862c-1.3152-.0554-2.6311.0893-3.9028.429v.0004Z"/></svg>
Copied!