Cxxdroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cxxdroid 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/338769.svg" alt="Cxxdroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338769.svg" alt="Cxxdroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338769.svg" alt="Cxxdroid icon" :width="24" :height="24" />
CSS background
.icon-cxxdroid {
background-image: url('https://proicons.com/icon/338769.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{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="36.6421" y1="21.2877" x2="32.6421" y2="26.5877"/><path class="a" d="M22.8229,26.8268h0a5.7127,5.7127,0,0,1-5.816,5.6537h0a5.7127,5.7127,0,0,1-5.816-5.6537V21.1732a5.7127,5.7127,0,0,1,5.816-5.6537h0a5.53,5.53,0,0,1,5.6006,5.6537h0"/><line class="a" x1="29.5867" y1="21.2119" x2="25.5867" y2="26.512"/><line class="a" x1="29.5867" y1="26.512" x2="25.5867" y2="21.2119"/><line class="a" x1="36.8091" y1="26.5119" x2="32.8091" y2="21.2119"/><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M32.7637,4.373v8.5547a2,2,0,0,0,2,2h8.7246A21.5,21.5,0,0,0,32.7637,4.373Z"/></svg>
Copied!