Moto Unplugged Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Moto Unplugged 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/329577.svg" alt="Moto Unplugged icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329577.svg" alt="Moto Unplugged icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329577.svg" alt="Moto Unplugged icon" :width="24" :height="24" />
CSS background
.icon-moto-unplugged {
background-image: url('https://proicons.com/icon/329577.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M14.5888,33.1129c.8058-4.5668,4.7738-7.896,9.4112-7.896s8.6054,3.3292,9.4112,7.896"/><path id="c" class="e" d="M30.4187,15.8655c-.5795,3.0885-3.2764,5.3263-6.4187,5.3263s-5.8395-2.2382-6.4188-5.3269"/><path id="d" class="e" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/></svg>
Copied!