Chotot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chotot 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/338232.svg" alt="Chotot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338232.svg" alt="Chotot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338232.svg" alt="Chotot icon" :width="24" :height="24" />
CSS background
.icon-chotot {
background-image: url('https://proicons.com/icon/338232.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><g><path class="b" d="m22.7127,35.8276c-2.973-.471-5.0012-3.2629-4.5302-6.2359l.8689-5.4845c.471-2.973,3.2629-5.0012,6.2359-4.5303,2.973.471,5.0013,3.2629,4.5303,6.2359l-.8689,5.4847c-.471,2.973-3.2629,5.0012-6.2359,4.5303h-.0001Z"/><line class="b" x1="4.5" y1="19.5089" x2="15.3999" y2="19.5089"/><path class="b" d="m7.5548,35.7864l2.3954-16.2775"/><line class="b" x1="32.5998" y1="19.5089" x2="43.5" y2="19.5089"/><path class="b" d="m35.6538,35.7864l2.3954-16.2775"/></g><g><path class="b" d="m21.3634,28.2396l.9923,2.3699,4.2805-5.8161"/><path class="b" d="m23.3273,15.8067l2.4141-1.234,2.0284,1.234"/><line class="b" x1="29.0041" y1="13.3389" x2="32.6526" y2="12.1044"/></g></svg>
Copied!