Camobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Camobile 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/337963.svg" alt="Camobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337963.svg" alt="Camobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337963.svg" alt="Camobile icon" :width="24" :height="24" />
CSS background
.icon-camobile {
background-image: url('https://proicons.com/icon/337963.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="c" class="g" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path id="d" class="g" d="M23.4928,26.256v.0556c0,2.4833-2.0131,4.4964-4.4964,4.4964h0c-2.4833,0-4.4964-2.0131-4.4964-4.4964v-4.5813c0-2.4833,2.0131-4.4964,4.4964-4.4964h0c2.4833,0,4.4964,2.0131,4.4964,4.4964v.0556"/><line id="e" class="g" x1="31.9142" y1="25.9993" x2="26.012" y2="25.9993"/><polyline id="f" class="g" points="24.4189 30.8537 28.9594 17.1463 33.5 30.8537"/></svg>
Copied!