md outlet icon

md-outlet from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-outlet
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the md outlet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M369.5 32H142.4C81.5 32 32 82.6 32 144.6v222.8c0 62 49.5 112.6 110.4 112.6h227.2c60.9 0 110.5-50.6 110.5-112.6V144.6C480 82.6 430.5 32 369.5 32zM175 251v.7c0 10.9-9.1 20.4-19.9 20.4h-23.3c-10.8 0-19.9-9.5-19.9-20.4V148.1c1-10.8 9.2-20.2 19.9-20.2h23.3c10.9 0 19.9 9.8 19.9 20.8V251zm122 147.4c0 11.4-8.9 17.6-20.1 17.6h-41.8c-11.2 0-20.1-8.1-20.1-19.6v-29.3c0-23.3 18.1-42.3 41-42.3s41 19 41 42.3v31.3zM400 251v.7c0 10.9-9.1 20.4-19.9 20.4h-24.3c-10.8 0-19.9-9.5-19.9-20.4V148.1c1-10.8 9.2-20.2 19.9-20.2h24.3c10.8 0 19.9 9.8 19.9 20.8V251z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdOutlet(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M369.5 32H142.4C81.5 32 32 82.6 32 144.6v222.8c0 62 49.5 112.6 110.4 112.6h227.2c60.9 0 110.5-50.6 110.5-112.6V144.6C480 82.6 430.5 32 369.5 32zM175 251v.7c0 10.9-9.1 20.4-19.9 20.4h-23.3c-10.8 0-19.9-9.5-19.9-20.4V148.1c1-10.8 9.2-20.2 19.9-20.2h23.3c10.9 0 19.9 9.8 19.9 20.8V251zm122 147.4c0 11.4-8.9 17.6-20.1 17.6h-41.8c-11.2 0-20.1-8.1-20.1-19.6v-29.3c0-23.3 18.1-42.3 41-42.3s41 19 41 42.3v31.3zM400 251v.7c0 10.9-9.1 20.4-19.9 20.4h-24.3c-10.8 0-19.9-9.5-19.9-20.4V148.1c1-10.8 9.2-20.2 19.9-20.2h24.3c10.8 0 19.9 9.8 19.9 20.8V251z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M369.5 32H142.4C81.5 32 32 82.6 32 144.6v222.8c0 62 49.5 112.6 110.4 112.6h227.2c60.9 0 110.5-50.6 110.5-112.6V144.6C480 82.6 430.5 32 369.5 32zM175 251v.7c0 10.9-9.1 20.4-19.9 20.4h-23.3c-10.8 0-19.9-9.5-19.9-20.4V148.1c1-10.8 9.2-20.2 19.9-20.2h23.3c10.9 0 19.9 9.8 19.9 20.8V251zm122 147.4c0 11.4-8.9 17.6-20.1 17.6h-41.8c-11.2 0-20.1-8.1-20.1-19.6v-29.3c0-23.3 18.1-42.3 41-42.3s41 19 41 42.3v31.3zM400 251v.7c0 10.9-9.1 20.4-19.9 20.4h-24.3c-10.8 0-19.9-9.5-19.9-20.4V148.1c1-10.8 9.2-20.2 19.9-20.2h24.3c10.8 0 19.9 9.8 19.9 20.8V251z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-outlet {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M369.5%2032H142.4C81.5%2032%2032%2082.6%2032%20144.6v222.8c0%2062%2049.5%20112.6%20110.4%20112.6h227.2c60.9%200%20110.5-50.6%20110.5-112.6V144.6C480%2082.6%20430.5%2032%20369.5%2032zM175%20251v.7c0%2010.9-9.1%2020.4-19.9%2020.4h-23.3c-10.8%200-19.9-9.5-19.9-20.4V148.1c1-10.8%209.2-20.2%2019.9-20.2h23.3c10.9%200%2019.9%209.8%2019.9%2020.8V251zm122%20147.4c0%2011.4-8.9%2017.6-20.1%2017.6h-41.8c-11.2%200-20.1-8.1-20.1-19.6v-29.3c0-23.3%2018.1-42.3%2041-42.3s41%2019%2041%2042.3v31.3zM400%20251v.7c0%2010.9-9.1%2020.4-19.9%2020.4h-24.3c-10.8%200-19.9-9.5-19.9-20.4V148.1c1-10.8%209.2-20.2%2019.9-20.2h24.3c10.8%200%2019.9%209.8%2019.9%2020.8V251z%22%20fill%3D%22currentColor%22%2F%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%20512%20512%22%3E%3Cpath%20d%3D%22M369.5%2032H142.4C81.5%2032%2032%2082.6%2032%20144.6v222.8c0%2062%2049.5%20112.6%20110.4%20112.6h227.2c60.9%200%20110.5-50.6%20110.5-112.6V144.6C480%2082.6%20430.5%2032%20369.5%2032zM175%20251v.7c0%2010.9-9.1%2020.4-19.9%2020.4h-23.3c-10.8%200-19.9-9.5-19.9-20.4V148.1c1-10.8%209.2-20.2%2019.9-20.2h23.3c10.9%200%2019.9%209.8%2019.9%2020.8V251zm122%20147.4c0%2011.4-8.9%2017.6-20.1%2017.6h-41.8c-11.2%200-20.1-8.1-20.1-19.6v-29.3c0-23.3%2018.1-42.3%2041-42.3s41%2019%2041%2042.3v31.3zM400%20251v.7c0%2010.9-9.1%2020.4-19.9%2020.4h-24.3c-10.8%200-19.9-9.5-19.9-20.4V148.1c1-10.8%209.2-20.2%2019.9-20.2h24.3c10.8%200%2019.9%209.8%2019.9%2020.8V251z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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