Cinta Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cinta 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/338281.svg" alt="Cinta icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338281.svg" alt="Cinta icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338281.svg" alt="Cinta icon" :width="24" :height="24" />
CSS background
.icon-cinta {
background-image: url('https://proicons.com/icon/338281.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#fff;}.a{stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="b" d="M14.731,36.275s.1778,3.7631,3.7631,3.7631H24"/><path class="b" d="M33.26,43.41V15.647a3.4641,3.4641,0,0,0-1.7321-3L25.7321,9.3008a3.4641,3.4641,0,0,0-3.4641,0L16.4722,12.647a3.4641,3.4641,0,0,0-1.7321,3V43.501"/><path class="b" d="M33.269,36.275s-.1778,3.7631-3.7631,3.7631H24"/><rect class="a" x="17.386" y="29.142" width="13.227" height="3.0634" rx="0.7379"/><rect class="a" x="17.2311" y="34.041" width="3.3813" height="2.56" rx="0.7834"/><rect class="a" x="22.3091" y="34.041" width="3.3813" height="2.56" rx="0.7834"/><rect class="a" x="27.3881" y="34.041" width="3.3813" height="2.56" rx="0.7834"/></svg>
Copied!