sharp no transfer icon

sharp-no-transfer from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
sharp-no-transfer
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the sharp no transfer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.78 2.95C7.24 2.16 9.48 2 12 2c4.42 0 8 .5 8 4v10c0 .35-.08.67-.19.98L13.83 11H18V6H8.83zm14 19.66L18.17 21H16v-2H8v2H5v-2.78c-.61-.55-1-1.34-1-2.22V6.83L1.39 4.22L2.8 2.81l18.38 18.38zM9 15.5c0-.83-.67-1.5-1.5-1.5S6 14.67 6 15.5S6.67 17 7.5 17S9 16.33 9 15.5M8.17 11L6 8.83V11z"/></svg>

React

import type { SVGProps } from "react";

export function IcSharpNoTransfer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.78 2.95C7.24 2.16 9.48 2 12 2c4.42 0 8 .5 8 4v10c0 .35-.08.67-.19.98L13.83 11H18V6H8.83zm14 19.66L18.17 21H16v-2H8v2H5v-2.78c-.61-.55-1-1.34-1-2.22V6.83L1.39 4.22L2.8 2.81l18.38 18.38zM9 15.5c0-.83-.67-1.5-1.5-1.5S6 14.67 6 15.5S6.67 17 7.5 17S9 16.33 9 15.5M8.17 11L6 8.83V11z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.78 2.95C7.24 2.16 9.48 2 12 2c4.42 0 8 .5 8 4v10c0 .35-.08.67-.19.98L13.83 11H18V6H8.83zm14 19.66L18.17 21H16v-2H8v2H5v-2.78c-.61-.55-1-1.34-1-2.22V6.83L1.39 4.22L2.8 2.81l18.38 18.38zM9 15.5c0-.83-.67-1.5-1.5-1.5S6 14.67 6 15.5S6.67 17 7.5 17S9 16.33 9 15.5M8.17 11L6 8.83V11z"/></svg>
</template>

CSS

.icon-sharp-no-transfer {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.78%202.95C7.24%202.16%209.48%202%2012%202c4.42%200%208%20.5%208%204v10c0%20.35-.08.67-.19.98L13.83%2011H18V6H8.83zm14%2019.66L18.17%2021H16v-2H8v2H5v-2.78c-.61-.55-1-1.34-1-2.22V6.83L1.39%204.22L2.8%202.81l18.38%2018.38zM9%2015.5c0-.83-.67-1.5-1.5-1.5S6%2014.67%206%2015.5S6.67%2017%207.5%2017S9%2016.33%209%2015.5M8.17%2011L6%208.83V11z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.78%202.95C7.24%202.16%209.48%202%2012%202c4.42%200%208%20.5%208%204v10c0%20.35-.08.67-.19.98L13.83%2011H18V6H8.83zm14%2019.66L18.17%2021H16v-2H8v2H5v-2.78c-.61-.55-1-1.34-1-2.22V6.83L1.39%204.22L2.8%202.81l18.38%2018.38zM9%2015.5c0-.83-.67-1.5-1.5-1.5S6%2014.67%206%2015.5S6.67%2017%207.5%2017S9%2016.33%209%2015.5M8.17%2011L6%208.83V11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/sharp-no-transfer.svg?color=%231a73e8&size=48