mp-301 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
mp-301
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the mp 301 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M10.847 22v-3m0 0v-1.8c0-.566 0-.848.16-1.024c.161-.176.42-.176.936-.176h.73c.757 0 1.37.672 1.37 1.5s-.613 1.5-1.37 1.5zM3.5 22l.379-5.28c.032-.448.048-.672.167-.713c.118-.042.24.133.482.484l.968 1.4c.131.19.197.285.285.285s.153-.095.285-.285l.968-1.4c.243-.351.364-.527.482-.485c.119.042.135.265.167.713L8.065 22m8.783-4.882c.098-.785.74-1.118 1.409-1.118h.811c.67 0 1.311.333 1.41 1.118c.03.243.03.521 0 .764c-.081.648-.622 1.118-1.207 1.118m-2.423 1.882c.098.785.74 1.118 1.409 1.118h.811c.67 0 1.311-.333 1.41-1.118c.03-.243.03-.521 0-.764C20.396 19.47 19.855 19 19.27 19m0 0h-.073M3.5 13v-.804c0-2.967 0-4.45.469-5.636c.754-1.905 2.348-3.407 4.37-4.118C9.595 2 11.168 2 14.318 2c1.798 0 2.698 0 3.416.253c1.155.406 2.066 1.264 2.497 2.353c.268.677.268 1.525.268 3.22V13"/><path d="M3.5 12a3.333 3.333 0 0 1 3.333-3.333c.666 0 1.451.116 2.098-.057a1.67 1.67 0 0 0 1.179-1.18c.173-.647.057-1.432.057-2.098A3.333 3.333 0 0 1 13.5 2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMp301(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M10.847 22v-3m0 0v-1.8c0-.566 0-.848.16-1.024c.161-.176.42-.176.936-.176h.73c.757 0 1.37.672 1.37 1.5s-.613 1.5-1.37 1.5zM3.5 22l.379-5.28c.032-.448.048-.672.167-.713c.118-.042.24.133.482.484l.968 1.4c.131.19.197.285.285.285s.153-.095.285-.285l.968-1.4c.243-.351.364-.527.482-.485c.119.042.135.265.167.713L8.065 22m8.783-4.882c.098-.785.74-1.118 1.409-1.118h.811c.67 0 1.311.333 1.41 1.118c.03.243.03.521 0 .764c-.081.648-.622 1.118-1.207 1.118m-2.423 1.882c.098.785.74 1.118 1.409 1.118h.811c.67 0 1.311-.333 1.41-1.118c.03-.243.03-.521 0-.764C20.396 19.47 19.855 19 19.27 19m0 0h-.073M3.5 13v-.804c0-2.967 0-4.45.469-5.636c.754-1.905 2.348-3.407 4.37-4.118C9.595 2 11.168 2 14.318 2c1.798 0 2.698 0 3.416.253c1.155.406 2.066 1.264 2.497 2.353c.268.677.268 1.525.268 3.22V13"/><path d="M3.5 12a3.333 3.333 0 0 1 3.333-3.333c.666 0 1.451.116 2.098-.057a1.67 1.67 0 0 0 1.179-1.18c.173-.647.057-1.432.057-2.098A3.333 3.333 0 0 1 13.5 2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M10.847 22v-3m0 0v-1.8c0-.566 0-.848.16-1.024c.161-.176.42-.176.936-.176h.73c.757 0 1.37.672 1.37 1.5s-.613 1.5-1.37 1.5zM3.5 22l.379-5.28c.032-.448.048-.672.167-.713c.118-.042.24.133.482.484l.968 1.4c.131.19.197.285.285.285s.153-.095.285-.285l.968-1.4c.243-.351.364-.527.482-.485c.119.042.135.265.167.713L8.065 22m8.783-4.882c.098-.785.74-1.118 1.409-1.118h.811c.67 0 1.311.333 1.41 1.118c.03.243.03.521 0 .764c-.081.648-.622 1.118-1.207 1.118m-2.423 1.882c.098.785.74 1.118 1.409 1.118h.811c.67 0 1.311-.333 1.41-1.118c.03-.243.03-.521 0-.764C20.396 19.47 19.855 19 19.27 19m0 0h-.073M3.5 13v-.804c0-2.967 0-4.45.469-5.636c.754-1.905 2.348-3.407 4.37-4.118C9.595 2 11.168 2 14.318 2c1.798 0 2.698 0 3.416.253c1.155.406 2.066 1.264 2.497 2.353c.268.677.268 1.525.268 3.22V13"/><path d="M3.5 12a3.333 3.333 0 0 1 3.333-3.333c.666 0 1.451.116 2.098-.057a1.67 1.67 0 0 0 1.179-1.18c.173-.647.057-1.432.057-2.098A3.333 3.333 0 0 1 13.5 2"/></g></svg>
</template>

CSS

.icon-mp-301 {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.847%2022v-3m0%200v-1.8c0-.566%200-.848.16-1.024c.161-.176.42-.176.936-.176h.73c.757%200%201.37.672%201.37%201.5s-.613%201.5-1.37%201.5zM3.5%2022l.379-5.28c.032-.448.048-.672.167-.713c.118-.042.24.133.482.484l.968%201.4c.131.19.197.285.285.285s.153-.095.285-.285l.968-1.4c.243-.351.364-.527.482-.485c.119.042.135.265.167.713L8.065%2022m8.783-4.882c.098-.785.74-1.118%201.409-1.118h.811c.67%200%201.311.333%201.41%201.118c.03.243.03.521%200%20.764c-.081.648-.622%201.118-1.207%201.118m-2.423%201.882c.098.785.74%201.118%201.409%201.118h.811c.67%200%201.311-.333%201.41-1.118c.03-.243.03-.521%200-.764C20.396%2019.47%2019.855%2019%2019.27%2019m0%200h-.073M3.5%2013v-.804c0-2.967%200-4.45.469-5.636c.754-1.905%202.348-3.407%204.37-4.118C9.595%202%2011.168%202%2014.318%202c1.798%200%202.698%200%203.416.253c1.155.406%202.066%201.264%202.497%202.353c.268.677.268%201.525.268%203.22V13%22%2F%3E%3Cpath%20d%3D%22M3.5%2012a3.333%203.333%200%200%201%203.333-3.333c.666%200%201.451.116%202.098-.057a1.67%201.67%200%200%200%201.179-1.18c.173-.647.057-1.432.057-2.098A3.333%203.333%200%200%201%2013.5%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.847%2022v-3m0%200v-1.8c0-.566%200-.848.16-1.024c.161-.176.42-.176.936-.176h.73c.757%200%201.37.672%201.37%201.5s-.613%201.5-1.37%201.5zM3.5%2022l.379-5.28c.032-.448.048-.672.167-.713c.118-.042.24.133.482.484l.968%201.4c.131.19.197.285.285.285s.153-.095.285-.285l.968-1.4c.243-.351.364-.527.482-.485c.119.042.135.265.167.713L8.065%2022m8.783-4.882c.098-.785.74-1.118%201.409-1.118h.811c.67%200%201.311.333%201.41%201.118c.03.243.03.521%200%20.764c-.081.648-.622%201.118-1.207%201.118m-2.423%201.882c.098.785.74%201.118%201.409%201.118h.811c.67%200%201.311-.333%201.41-1.118c.03-.243.03-.521%200-.764C20.396%2019.47%2019.855%2019%2019.27%2019m0%200h-.073M3.5%2013v-.804c0-2.967%200-4.45.469-5.636c.754-1.905%202.348-3.407%204.37-4.118C9.595%202%2011.168%202%2014.318%202c1.798%200%202.698%200%203.416.253c1.155.406%202.066%201.264%202.497%202.353c.268.677.268%201.525.268%203.22V13%22%2F%3E%3Cpath%20d%3D%22M3.5%2012a3.333%203.333%200%200%201%203.333-3.333c.666%200%201.451.116%202.098-.057a1.67%201.67%200%200%200%201.179-1.18c.173-.647.057-1.432.057-2.098A3.333%203.333%200%200%201%2013.5%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/mp-301.svg?color=%231a73e8&size=48