no-transfer-outline-sharp from Material Symbols Light by Google · Outline Sharp · Transit · Apache-2.0 Free for personal and commercial use.

Name
no-transfer-outline-sharp
Set
Material Symbols Light
Style
Outline Sharp
Category
Transit
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

Use the 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="M7.77 18v2H6.538v-2.396q-.489-.212-1.014-.901T5 15.115V6.421L1.887 3.308l.713-.714l19.223 19.223l-.713.714l-5.04-5.04h1.426V20h-1.265v-2zM8 17h7.579l-5-5H6v3q0 .825.588 1.413T8 17m10.84-.977l-.84-.84V12h-3.183l-1-1H18V6.539H9.356l-1-1h9.563q-.26-.772-1.603-1.155Q14.973 4 12.012 4q-1.699 0-2.83.13t-1.84.395l-.755-.756q.86-.384 2.199-.577T12 3q3.762 0 5.38.694T19 6v9.116q0 .234-.046.456t-.114.451m-9.547-.73q.322-.322.322-.793t-.322-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323M6 11h3.579L6 7.421zm2.356-5.462h9.563zM14.817 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNoTransferOutlineSharp(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="M7.77 18v2H6.538v-2.396q-.489-.212-1.014-.901T5 15.115V6.421L1.887 3.308l.713-.714l19.223 19.223l-.713.714l-5.04-5.04h1.426V20h-1.265v-2zM8 17h7.579l-5-5H6v3q0 .825.588 1.413T8 17m10.84-.977l-.84-.84V12h-3.183l-1-1H18V6.539H9.356l-1-1h9.563q-.26-.772-1.603-1.155Q14.973 4 12.012 4q-1.699 0-2.83.13t-1.84.395l-.755-.756q.86-.384 2.199-.577T12 3q3.762 0 5.38.694T19 6v9.116q0 .234-.046.456t-.114.451m-9.547-.73q.322-.322.322-.793t-.322-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323M6 11h3.579L6 7.421zm2.356-5.462h9.563zM14.817 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.77 18v2H6.538v-2.396q-.489-.212-1.014-.901T5 15.115V6.421L1.887 3.308l.713-.714l19.223 19.223l-.713.714l-5.04-5.04h1.426V20h-1.265v-2zM8 17h7.579l-5-5H6v3q0 .825.588 1.413T8 17m10.84-.977l-.84-.84V12h-3.183l-1-1H18V6.539H9.356l-1-1h9.563q-.26-.772-1.603-1.155Q14.973 4 12.012 4q-1.699 0-2.83.13t-1.84.395l-.755-.756q.86-.384 2.199-.577T12 3q3.762 0 5.38.694T19 6v9.116q0 .234-.046.456t-.114.451m-9.547-.73q.322-.322.322-.793t-.322-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323M6 11h3.579L6 7.421zm2.356-5.462h9.563zM14.817 12"/></svg>
</template>

CSS

.icon-no-transfer-outline-sharp {
  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%22M7.77%2018v2H6.538v-2.396q-.489-.212-1.014-.901T5%2015.115V6.421L1.887%203.308l.713-.714l19.223%2019.223l-.713.714l-5.04-5.04h1.426V20h-1.265v-2zM8%2017h7.579l-5-5H6v3q0%20.825.588%201.413T8%2017m10.84-.977l-.84-.84V12h-3.183l-1-1H18V6.539H9.356l-1-1h9.563q-.26-.772-1.603-1.155Q14.973%204%2012.012%204q-1.699%200-2.83.13t-1.84.395l-.755-.756q.86-.384%202.199-.577T12%203q3.762%200%205.38.694T19%206v9.116q0%20.234-.046.456t-.114.451m-9.547-.73q.322-.322.322-.793t-.322-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323M6%2011h3.579L6%207.421zm2.356-5.462h9.563zM14.817%2012%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%22M7.77%2018v2H6.538v-2.396q-.489-.212-1.014-.901T5%2015.115V6.421L1.887%203.308l.713-.714l19.223%2019.223l-.713.714l-5.04-5.04h1.426V20h-1.265v-2zM8%2017h7.579l-5-5H6v3q0%20.825.588%201.413T8%2017m10.84-.977l-.84-.84V12h-3.183l-1-1H18V6.539H9.356l-1-1h9.563q-.26-.772-1.603-1.155Q14.973%204%2012.012%204q-1.699%200-2.83.13t-1.84.395l-.755-.756q.86-.384%202.199-.577T12%203q3.762%200%205.38.694T19%206v9.116q0%20.234-.046.456t-.114.451m-9.547-.73q.322-.322.322-.793t-.322-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323M6%2011h3.579L6%207.421zm2.356-5.462h9.563zM14.817%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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