Cimenio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cimenio 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/338265.svg" alt="Cimenio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338265.svg" alt="Cimenio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338265.svg" alt="Cimenio icon" :width="24" :height="24" />
CSS background
.icon-cimenio {
background-image: url('https://proicons.com/icon/338265.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><path class="c" d="M45.5001,24c0,2.2886-2.5451,1.9789-3.0544,4.2101s1.9182,3.0565.9252,5.1184c-.993,2.062-3.1517.6786-4.5786,2.4679s.4021,3.586-1.3872,5.013-3.134-.756-5.196.2369-1.1937,3.4054-3.4249,3.9146-2.4956-2.041-4.7842-2.041-2.553,2.5502-4.7842,2.041-1.3629-2.9216-3.4249-3.9146c-2.062-.993-3.4067,1.19-5.196-.2369-1.7893-1.4269.0397-3.2237-1.3872-5.013-1.4269-1.7893-3.5856-.406-4.5786-2.4679-.993-2.062,1.4345-2.8872.9252-5.1184-.5093-2.2312-3.0544-1.9215-3.0544-4.2101s2.5451-1.9789,3.0544-4.2101c.5093-2.2312-1.9182-3.0565-.9252-5.1184.993-2.062,3.1517-.6786,4.5786-2.4679,1.4269-1.7893-.4021-3.586,1.3872-5.0129,1.7893-1.4269,3.134.756,5.196-.2369s1.1937-3.4054,3.4249-3.9146,2.4956,2.041,4.7842,2.041,2.553-2.5502,4.7842-2.041,1.3629,2.9216,3.4249,3.9146c2.062.993,3.4067-1.19,5.196.2369,1.7893,1.4269-.0397,3.2237,1.3872,5.0129,1.4269,1.7893,3.5856.406,4.5786,2.4679.993,2.062-1.4345,2.8872-.9252,5.1184s3.0544,1.9215,3.0544,4.2101Z"/><circle class="c" cx="24.0001" cy="24" r="13"/><path class="c" d="M30.1351,19.927l-8.18,8.1458-4.09-4.0729"/></svg>
Copied!