Cent Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cent Mobile 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/323554.svg" alt="Cent Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323554.svg" alt="Cent Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323554.svg" alt="Cent Mobile icon" :width="24" :height="24" />
CSS background
.icon-cent-mobile {
background-image: url('https://proicons.com/icon/323554.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M8.5964,24.293l9.7137,9.6795h5.627"/><path class="b" d="M23.937,31.528h-5.627l-7.281-7.2352"/><path class="b" d="M24.293,6l-12.666,12.666h-5.627v5.627l12.666,12.666v5.627h5.627l12.666-12.666h5.627v-5.627l-12.666-12.666v-5.627h-5.627ZM24.293,18.666l5.627,5.627-5.627,5.627-5.627-5.627,5.627-5.627Z"/><path class="b" d="M24.293,8.5964l-9.6795,9.7137v5.627"/><path class="b" d="M17.058,23.937v-5.627l7.2352-7.281"/><path class="b" d="M39.99,24.293l-9.7137-9.6795h-5.627"/><path class="b" d="M24.649,17.058h5.627l7.281,7.2352"/><path class="b" d="M24.293,39.99l9.6795-9.7137v-5.627"/><path class="b" d="M31.528,24.649v5.627l-7.2352,7.281"/></svg>
Copied!