round no transfer icon

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

Name
round-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 round 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.83zM20.49 21.9a.996.996 0 0 1-1.41 0l-1.01-1.01A1.504 1.504 0 0 1 16 19.5V19H8v.5c0 .83-.67 1.5-1.5 1.5S5 20.33 5 19.5v-1.28c-.61-.55-1-1.34-1-2.22V6.83l-1.9-1.9a.996.996 0 1 1 1.41-1.41l16.97 16.97c.4.39.4 1.02.01 1.41M9 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 IcRoundNoTransfer(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.83zM20.49 21.9a.996.996 0 0 1-1.41 0l-1.01-1.01A1.504 1.504 0 0 1 16 19.5V19H8v.5c0 .83-.67 1.5-1.5 1.5S5 20.33 5 19.5v-1.28c-.61-.55-1-1.34-1-2.22V6.83l-1.9-1.9a.996.996 0 1 1 1.41-1.41l16.97 16.97c.4.39.4 1.02.01 1.41M9 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.83zM20.49 21.9a.996.996 0 0 1-1.41 0l-1.01-1.01A1.504 1.504 0 0 1 16 19.5V19H8v.5c0 .83-.67 1.5-1.5 1.5S5 20.33 5 19.5v-1.28c-.61-.55-1-1.34-1-2.22V6.83l-1.9-1.9a.996.996 0 1 1 1.41-1.41l16.97 16.97c.4.39.4 1.02.01 1.41M9 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-round-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.83zM20.49%2021.9a.996.996%200%200%201-1.41%200l-1.01-1.01A1.504%201.504%200%200%201%2016%2019.5V19H8v.5c0%20.83-.67%201.5-1.5%201.5S5%2020.33%205%2019.5v-1.28c-.61-.55-1-1.34-1-2.22V6.83l-1.9-1.9a.996.996%200%201%201%201.41-1.41l16.97%2016.97c.4.39.4%201.02.01%201.41M9%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.83zM20.49%2021.9a.996.996%200%200%201-1.41%200l-1.01-1.01A1.504%201.504%200%200%201%2016%2019.5V19H8v.5c0%20.83-.67%201.5-1.5%201.5S5%2020.33%205%2019.5v-1.28c-.61-.55-1-1.34-1-2.22V6.83l-1.9-1.9a.996.996%200%201%201%201.41-1.41l16.97%2016.97c.4.39.4%201.02.01%201.41M9%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/round-no-transfer.svg?color=%231a73e8&size=48