Mt Capsule Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mt Capsule 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/329632.svg" alt="Mt Capsule icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329632.svg" alt="Mt Capsule icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329632.svg" alt="Mt Capsule icon" :width="24" :height="24" />
CSS background
.icon-mt-capsule {
background-image: url('https://proicons.com/icon/329632.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" xml:space="preserve" viewBox="0 0 48 48"><path d="M17.918 22.147a2.123 2.123 0 0 1-2.141-2.105 2.123 2.123 0 0 1 2.11-2.136 2.123 2.123 0 0 1 2.139 2.207 2.106 2.106 0 0 1-2.108 2.034M30.22 22.147a2.123 2.123 0 0 1-2.14-2.105 2.123 2.123 0 0 1 2.11-2.136 2.123 2.123 0 0 1 2.139 2.207 2.106 2.106 0 0 1-2.109 2.034" style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000;stop-opacity:1"/><path d="M24.035 9.165c8.321 0 15.067 6.73 15.067 15.034v0a2.14 2.14 0 0 1-2.143 2.138H11.041a2.14 2.14 0 0 1-2.143-2.138v0c0-8.303 6.746-15.034 15.067-15.034zM11.04 6.923l4.286 5.018M37.063 6.923l-4.268 5.018M43.206 24.958l.552.307a2.41 2.41 0 0 1 .935 3.29l-.888 1.593a2.41 2.41 0 0 1-3.29.935l-.551-.308a2.41 2.41 0 0 1-.935-3.289l.888-1.593a2.41 2.41 0 0 1 3.29-.935M4.794 24.958l-.552.307a2.41 2.41 0 0 0-.935 3.29l.888 1.593a2.41 2.41 0 0 0 3.29.935l.551-.308a2.41 2.41 0 0 0 .935-3.289l-.888-1.593a2.41 2.41 0 0 0-3.29-.935" style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000;stop-opacity:1"/><path d="M9.268 28.864a5.5 5.5 0 0 1 1.681-.263v0h26.102c.587 0 1.152.093 1.681.263M41.803 31.384c.438.785.688 1.69.688 2.657v1.596a5.43 5.43 0 0 1-5.44 5.44H10.949a5.43 5.43 0 0 1-5.44-5.44V34.04c0-.966.25-1.872.688-2.657" style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000;stop-opacity:1"/></svg>
Copied!