Cino Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cino 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/338280.svg" alt="Cino icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338280.svg" alt="Cino icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338280.svg" alt="Cino icon" :width="24" :height="24" />
CSS background
.icon-cino {
background-image: url('https://proicons.com/icon/338280.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{opacity:.9;}.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g class="c"><path class="d" d="m29.7515,18.976c-7.9804-7.4397-20.6127-3.8908-22.7395,6.3899-.6629,3.2171-.1273,6.625,1.5136,9.5983"/><path class="d" d="m29.0328,31.5598c10.6771-2.2441,15.0454-14.617,7.8624-22.2732-2.2493-2.3937-5.3444-3.9172-8.7203-4.2866"/><path class="d" d="m18.5001,24.0789c-3.9163,10.1833,4.0985,20.5724,14.4287,18.701,3.2316-.5881,6.1921-2.359,8.3362-4.9926"/></g></svg>
Copied!