md subway icon

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

Name
md-subway
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
android-subway

Related icons in IonIcons

Use the md subway icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48c-93.864 0-176 10.668-176 85.334v213.332c0 41.604 33.062 74.666 74.667 74.666L128 448v16h256v-16l-26.667-26.668c41.604 0 74.667-33.062 74.667-74.666V133.334C432 58.668 349.864 48 256 48zm-96 336c-18.136 0-32-13.865-32-32 0-18.137 13.864-32 32-32s32 13.863 32 32c0 18.135-13.864 32-32 32zm80-144H128v-96h112v96zm112 144c-18.136 0-32-13.865-32-32 0-18.137 13.864-32 32-32s32 13.863 32 32c0 18.135-13.864 32-32 32zm32-144H272v-96h112v96z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdSubway(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48c-93.864 0-176 10.668-176 85.334v213.332c0 41.604 33.062 74.666 74.667 74.666L128 448v16h256v-16l-26.667-26.668c41.604 0 74.667-33.062 74.667-74.666V133.334C432 58.668 349.864 48 256 48zm-96 336c-18.136 0-32-13.865-32-32 0-18.137 13.864-32 32-32s32 13.863 32 32c0 18.135-13.864 32-32 32zm80-144H128v-96h112v96zm112 144c-18.136 0-32-13.865-32-32 0-18.137 13.864-32 32-32s32 13.863 32 32c0 18.135-13.864 32-32 32zm32-144H272v-96h112v96z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48c-93.864 0-176 10.668-176 85.334v213.332c0 41.604 33.062 74.666 74.667 74.666L128 448v16h256v-16l-26.667-26.668c41.604 0 74.667-33.062 74.667-74.666V133.334C432 58.668 349.864 48 256 48zm-96 336c-18.136 0-32-13.865-32-32 0-18.137 13.864-32 32-32s32 13.863 32 32c0 18.135-13.864 32-32 32zm80-144H128v-96h112v96zm112 144c-18.136 0-32-13.865-32-32 0-18.137 13.864-32 32-32s32 13.863 32 32c0 18.135-13.864 32-32 32zm32-144H272v-96h112v96z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-subway {
  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%22M256%2048c-93.864%200-176%2010.668-176%2085.334v213.332c0%2041.604%2033.062%2074.666%2074.667%2074.666L128%20448v16h256v-16l-26.667-26.668c41.604%200%2074.667-33.062%2074.667-74.666V133.334C432%2058.668%20349.864%2048%20256%2048zm-96%20336c-18.136%200-32-13.865-32-32%200-18.137%2013.864-32%2032-32s32%2013.863%2032%2032c0%2018.135-13.864%2032-32%2032zm80-144H128v-96h112v96zm112%20144c-18.136%200-32-13.865-32-32%200-18.137%2013.864-32%2032-32s32%2013.863%2032%2032c0%2018.135-13.864%2032-32%2032zm32-144H272v-96h112v96z%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%22M256%2048c-93.864%200-176%2010.668-176%2085.334v213.332c0%2041.604%2033.062%2074.666%2074.667%2074.666L128%20448v16h256v-16l-26.667-26.668c41.604%200%2074.667-33.062%2074.667-74.666V133.334C432%2058.668%20349.864%2048%20256%2048zm-96%20336c-18.136%200-32-13.865-32-32%200-18.137%2013.864-32%2032-32s32%2013.863%2032%2032c0%2018.135-13.864%2032-32%2032zm80-144H128v-96h112v96zm112%20144c-18.136%200-32-13.865-32-32%200-18.137%2013.864-32%2032-32s32%2013.863%2032%2032c0%2018.135-13.864%2032-32%2032zm32-144H272v-96h112v96z%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-subway.svg?color=%231a73e8&size=48