Merrickmobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Merrickmobile 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/329097.svg" alt="Merrickmobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329097.svg" alt="Merrickmobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329097.svg" alt="Merrickmobile icon" :width="24" :height="24" />
CSS background
.icon-merrickmobile {
background-image: url('https://proicons.com/icon/329097.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="9.89" y1="33.1" x2="9.89" y2="12.31"/><polyline class="a" points="36.69 34.66 36.69 7.79 40.28 7.79 40.28 34.66"/><line class="a" x1="36.68" y1="7.8" x2="31.93" y2="17.17"/><line class="a" x1="4.69" y1="39.78" x2="15.1" y2="39.78"/><path class="a" d="M9.89,33.1c0,2.44-1.63,6.68-5.2,6.68"/><path class="a" d="M9.89,33.1c0,2.44,1.64,6.68,5.21,6.68"/><line class="a" x1="33.28" y1="39.78" x2="43.69" y2="39.78"/><path class="a" d="M36.69,34.66c0,2.45-.89,5.12-3.41,5.12"/><path class="a" d="M40.28,34.66c0,2.45.89,5.12,3.41,5.12"/><path class="a" d="M23.47,33.56,9.23,11.27C7.36,8.54,7,7.8,4.69,7.8h6.46L25.39,30.08Z"/></svg>
Copied!