twotone no transfer icon

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

Name
twotone-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 twotone 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="M14.83 12H18v3.17zm-5.66 0l5 5H6.63l-.29-.27A.97.97 0 0 1 6 16v-4zm.83 2.5c0-.83-.67-1.5-1.5-1.5S7 13.67 7 14.5S7.67 16 8.5 16s1.5-.67 1.5-1.5M7.82 4.99h9.83C17.11 4.46 15.69 4 12 4c-2.4 0-3.83.2-4.69.48z" opacity=".3"/><path fill="currentColor" d="M8.5 13c.83 0 1.5.67 1.5 1.5S9.33 16 8.5 16S7 15.33 7 14.5S7.67 13 8.5 13M7.31 4.48C8.17 4.2 9.6 4 12 4c3.69 0 5.11.46 5.66.99H7.82l2 2H18V10h-5.17l2 2H18v3.17l1.81 1.81c.11-.31.19-.63.19-.98V6c0-3.5-3.58-4-8-4c-2.52 0-4.76.16-6.22.95zm12.47 18.13l-1.64-1.64c-.05.01-.09.03-.14.03h-1c-.55 0-1-.45-1-1v-1H8v1c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1v-1.78c-.61-.55-1-1.34-1-2.22V6.83L1.39 4.22L2.8 2.81l18.38 18.38zM6 8.83V10h1.17zM14.17 17l-5-5H6v4c0 .37.21.62.34.73l.29.27z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneNoTransfer(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="M14.83 12H18v3.17zm-5.66 0l5 5H6.63l-.29-.27A.97.97 0 0 1 6 16v-4zm.83 2.5c0-.83-.67-1.5-1.5-1.5S7 13.67 7 14.5S7.67 16 8.5 16s1.5-.67 1.5-1.5M7.82 4.99h9.83C17.11 4.46 15.69 4 12 4c-2.4 0-3.83.2-4.69.48z" opacity=".3"/><path fill="currentColor" d="M8.5 13c.83 0 1.5.67 1.5 1.5S9.33 16 8.5 16S7 15.33 7 14.5S7.67 13 8.5 13M7.31 4.48C8.17 4.2 9.6 4 12 4c3.69 0 5.11.46 5.66.99H7.82l2 2H18V10h-5.17l2 2H18v3.17l1.81 1.81c.11-.31.19-.63.19-.98V6c0-3.5-3.58-4-8-4c-2.52 0-4.76.16-6.22.95zm12.47 18.13l-1.64-1.64c-.05.01-.09.03-.14.03h-1c-.55 0-1-.45-1-1v-1H8v1c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1v-1.78c-.61-.55-1-1.34-1-2.22V6.83L1.39 4.22L2.8 2.81l18.38 18.38zM6 8.83V10h1.17zM14.17 17l-5-5H6v4c0 .37.21.62.34.73l.29.27z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.83 12H18v3.17zm-5.66 0l5 5H6.63l-.29-.27A.97.97 0 0 1 6 16v-4zm.83 2.5c0-.83-.67-1.5-1.5-1.5S7 13.67 7 14.5S7.67 16 8.5 16s1.5-.67 1.5-1.5M7.82 4.99h9.83C17.11 4.46 15.69 4 12 4c-2.4 0-3.83.2-4.69.48z" opacity=".3"/><path fill="currentColor" d="M8.5 13c.83 0 1.5.67 1.5 1.5S9.33 16 8.5 16S7 15.33 7 14.5S7.67 13 8.5 13M7.31 4.48C8.17 4.2 9.6 4 12 4c3.69 0 5.11.46 5.66.99H7.82l2 2H18V10h-5.17l2 2H18v3.17l1.81 1.81c.11-.31.19-.63.19-.98V6c0-3.5-3.58-4-8-4c-2.52 0-4.76.16-6.22.95zm12.47 18.13l-1.64-1.64c-.05.01-.09.03-.14.03h-1c-.55 0-1-.45-1-1v-1H8v1c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1v-1.78c-.61-.55-1-1.34-1-2.22V6.83L1.39 4.22L2.8 2.81l18.38 18.38zM6 8.83V10h1.17zM14.17 17l-5-5H6v4c0 .37.21.62.34.73l.29.27z"/></svg>
</template>

CSS

.icon-twotone-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%22M14.83%2012H18v3.17zm-5.66%200l5%205H6.63l-.29-.27A.97.97%200%200%201%206%2016v-4zm.83%202.5c0-.83-.67-1.5-1.5-1.5S7%2013.67%207%2014.5S7.67%2016%208.5%2016s1.5-.67%201.5-1.5M7.82%204.99h9.83C17.11%204.46%2015.69%204%2012%204c-2.4%200-3.83.2-4.69.48z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%2013c.83%200%201.5.67%201.5%201.5S9.33%2016%208.5%2016S7%2015.33%207%2014.5S7.67%2013%208.5%2013M7.31%204.48C8.17%204.2%209.6%204%2012%204c3.69%200%205.11.46%205.66.99H7.82l2%202H18V10h-5.17l2%202H18v3.17l1.81%201.81c.11-.31.19-.63.19-.98V6c0-3.5-3.58-4-8-4c-2.52%200-4.76.16-6.22.95zm12.47%2018.13l-1.64-1.64c-.05.01-.09.03-.14.03h-1c-.55%200-1-.45-1-1v-1H8v1c0%20.55-.45%201-1%201H6c-.55%200-1-.45-1-1v-1.78c-.61-.55-1-1.34-1-2.22V6.83L1.39%204.22L2.8%202.81l18.38%2018.38zM6%208.83V10h1.17zM14.17%2017l-5-5H6v4c0%20.37.21.62.34.73l.29.27z%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%22M14.83%2012H18v3.17zm-5.66%200l5%205H6.63l-.29-.27A.97.97%200%200%201%206%2016v-4zm.83%202.5c0-.83-.67-1.5-1.5-1.5S7%2013.67%207%2014.5S7.67%2016%208.5%2016s1.5-.67%201.5-1.5M7.82%204.99h9.83C17.11%204.46%2015.69%204%2012%204c-2.4%200-3.83.2-4.69.48z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%2013c.83%200%201.5.67%201.5%201.5S9.33%2016%208.5%2016S7%2015.33%207%2014.5S7.67%2013%208.5%2013M7.31%204.48C8.17%204.2%209.6%204%2012%204c3.69%200%205.11.46%205.66.99H7.82l2%202H18V10h-5.17l2%202H18v3.17l1.81%201.81c.11-.31.19-.63.19-.98V6c0-3.5-3.58-4-8-4c-2.52%200-4.76.16-6.22.95zm12.47%2018.13l-1.64-1.64c-.05.01-.09.03-.14.03h-1c-.55%200-1-.45-1-1v-1H8v1c0%20.55-.45%201-1%201H6c-.55%200-1-.45-1-1v-1.78c-.61-.55-1-1.34-1-2.22V6.83L1.39%204.22L2.8%202.81l18.38%2018.38zM6%208.83V10h1.17zM14.17%2017l-5-5H6v4c0%20.37.21.62.34.73l.29.27z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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