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

Name
no-transfer-rounded
Set
Material Symbols
Style
Rounded
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="M8 19v.5q0 .625-.437 1.063T6.5 21t-1.062-.437T5 19.5v-1.55q-.45-.5-.725-1.112T4 15.5V6.825l-1.9-1.9q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-2.8-2.775h2.85v.3q0 .65-.462 1.113T17.575 21t-1.112-.462T16 19.425V19zm10.725-3.15l-4.575-4.575q-.35-.35-.162-.812t.687-.463H18V7h-7.3q-.4 0-.762-.15T9.3 6.425l-2.4-2.4q-.375-.375-.262-.888t.612-.662q.9-.275 2.088-.375T12 2q4.3 0 6.15.925T20 6v9.325q0 .5-.462.688t-.813-.163m-9.162-.287Q10 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 MaterialSymbolsNoTransferRounded(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="M8 19v.5q0 .625-.437 1.063T6.5 21t-1.062-.437T5 19.5v-1.55q-.45-.5-.725-1.112T4 15.5V6.825l-1.9-1.9q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-2.8-2.775h2.85v.3q0 .65-.462 1.113T17.575 21t-1.112-.462T16 19.425V19zm10.725-3.15l-4.575-4.575q-.35-.35-.162-.812t.687-.463H18V7h-7.3q-.4 0-.762-.15T9.3 6.425l-2.4-2.4q-.375-.375-.262-.888t.612-.662q.9-.275 2.088-.375T12 2q4.3 0 6.15.925T20 6v9.325q0 .5-.462.688t-.813-.163m-9.162-.287Q10 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="M8 19v.5q0 .625-.437 1.063T6.5 21t-1.062-.437T5 19.5v-1.55q-.45-.5-.725-1.112T4 15.5V6.825l-1.9-1.9q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-2.8-2.775h2.85v.3q0 .65-.462 1.113T17.575 21t-1.112-.462T16 19.425V19zm10.725-3.15l-4.575-4.575q-.35-.35-.162-.812t.687-.463H18V7h-7.3q-.4 0-.762-.15T9.3 6.425l-2.4-2.4q-.375-.375-.262-.888t.612-.662q.9-.275 2.088-.375T12 2q4.3 0 6.15.925T20 6v9.325q0 .5-.462.688t-.813-.163m-9.162-.287Q10 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-rounded {
  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%22M8%2019v.5q0%20.625-.437%201.063T6.5%2021t-1.062-.437T5%2019.5v-1.55q-.45-.5-.725-1.112T4%2015.5V6.825l-1.9-1.9q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-2.8-2.775h2.85v.3q0%20.65-.462%201.113T17.575%2021t-1.112-.462T16%2019.425V19zm10.725-3.15l-4.575-4.575q-.35-.35-.162-.812t.687-.463H18V7h-7.3q-.4%200-.762-.15T9.3%206.425l-2.4-2.4q-.375-.375-.262-.888t.612-.662q.9-.275%202.088-.375T12%202q4.3%200%206.15.925T20%206v9.325q0%20.5-.462.688t-.813-.163m-9.162-.287Q10%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%22M8%2019v.5q0%20.625-.437%201.063T6.5%2021t-1.062-.437T5%2019.5v-1.55q-.45-.5-.725-1.112T4%2015.5V6.825l-1.9-1.9q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-2.8-2.775h2.85v.3q0%20.65-.462%201.113T17.575%2021t-1.112-.462T16%2019.425V19zm10.725-3.15l-4.575-4.575q-.35-.35-.162-.812t.687-.463H18V7h-7.3q-.4%200-.762-.15T9.3%206.425l-2.4-2.4q-.375-.375-.262-.888t.612-.662q.9-.275%202.088-.375T12%202q4.3%200%206.15.925T20%206v9.325q0%20.5-.462.688t-.813-.163m-9.162-.287Q10%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-rounded.svg?color=%231a73e8&size=48