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

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

5 other variants in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

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="M20.475 23.3L16.3 19.125h2.85V21H16v-2H8v2H5v-3.05q-.45-.5-.725-1.112T4 15.5V6.825L.675 3.5L2.1 2.075l19.8 19.8zm-.75-6.45L12.875 10H18V7H9.875l-4-4q.975-.5 2.488-.75T12 2q4.3 0 6.15.925T20 6v9.5q0 .35-.075.688t-.2.662M9.562 15.563Q10 15.125 10 14.5t-.437-1.062T8.5 13t-1.062.438T7 14.5t.438 1.063T8.5 16t1.063-.437M6 10h1.175L6 8.825z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNoTransferSharp(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="M20.475 23.3L16.3 19.125h2.85V21H16v-2H8v2H5v-3.05q-.45-.5-.725-1.112T4 15.5V6.825L.675 3.5L2.1 2.075l19.8 19.8zm-.75-6.45L12.875 10H18V7H9.875l-4-4q.975-.5 2.488-.75T12 2q4.3 0 6.15.925T20 6v9.5q0 .35-.075.688t-.2.662M9.562 15.563Q10 15.125 10 14.5t-.437-1.062T8.5 13t-1.062.438T7 14.5t.438 1.063T8.5 16t1.063-.437M6 10h1.175L6 8.825z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.475 23.3L16.3 19.125h2.85V21H16v-2H8v2H5v-3.05q-.45-.5-.725-1.112T4 15.5V6.825L.675 3.5L2.1 2.075l19.8 19.8zm-.75-6.45L12.875 10H18V7H9.875l-4-4q.975-.5 2.488-.75T12 2q4.3 0 6.15.925T20 6v9.5q0 .35-.075.688t-.2.662M9.562 15.563Q10 15.125 10 14.5t-.437-1.062T8.5 13t-1.062.438T7 14.5t.438 1.063T8.5 16t1.063-.437M6 10h1.175L6 8.825z"/></svg>
</template>

CSS

.icon-no-transfer-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%22M20.475%2023.3L16.3%2019.125h2.85V21H16v-2H8v2H5v-3.05q-.45-.5-.725-1.112T4%2015.5V6.825L.675%203.5L2.1%202.075l19.8%2019.8zm-.75-6.45L12.875%2010H18V7H9.875l-4-4q.975-.5%202.488-.75T12%202q4.3%200%206.15.925T20%206v9.5q0%20.35-.075.688t-.2.662M9.562%2015.563Q10%2015.125%2010%2014.5t-.437-1.062T8.5%2013t-1.062.438T7%2014.5t.438%201.063T8.5%2016t1.063-.437M6%2010h1.175L6%208.825z%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%22M20.475%2023.3L16.3%2019.125h2.85V21H16v-2H8v2H5v-3.05q-.45-.5-.725-1.112T4%2015.5V6.825L.675%203.5L2.1%202.075l19.8%2019.8zm-.75-6.45L12.875%2010H18V7H9.875l-4-4q.975-.5%202.488-.75T12%202q4.3%200%206.15.925T20%206v9.5q0%20.35-.075.688t-.2.662M9.562%2015.563Q10%2015.125%2010%2014.5t-.437-1.062T8.5%2013t-1.062.438T7%2014.5t.438%201.063T8.5%2016t1.063-.437M6%2010h1.175L6%208.825z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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