Mobilizon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mobilizon 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/343994.svg" alt="Mobilizon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343994.svg" alt="Mobilizon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343994.svg" alt="Mobilizon icon" :width="24" :height="24" />
CSS background
.icon-mobilizon {
background-image: url('https://proicons.com/icon/343994.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><path class="a" d="M27.82,7.67c-.08,2.87-.63,3.55-3.66,3.54-2.88,0-4-.62-3.94-3.48,0-2.65.78-3.1,3.72-3.15C27.06,4.54,27.89,5.25,27.82,7.67Z"/><path class="a" d="M36,29.16c.05,8.66-4.83,14.54-12.18,14.42C17.29,43.49,12,38.58,12,29.16s4.46-14,11.94-14.29S36,20.15,36,29.16Z"/><path class="a" d="M29.28,29.29c0,6-1.49,9.31-5.4,9.29-3.49,0-5.11-3.4-5.13-9.28,0-6.18,2-9.19,5.23-9.29,3-.1,5.35,2.74,5.31,9.28Z"/></svg>
Copied!