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

Name
no-transfer-outline-rounded
Set
Material Symbols
Style
Outline 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.3l16.975 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3L16.3 19.125h2.85v.3q0 .65-.462 1.113T17.575 21t-1.112-.462T16 19.425V19zm0-2h6.175l-5-5H6v3q0 .825.588 1.413T8 17m4-15q4.3 0 6.15.925T20 6v10q0 .425-.288.713T19 17t-.712-.288T18 16v-4h-3.95q-.5 0-.75-.312T13.05 11t.25-.687t.75-.313H18V7h-8q-.5 0-.75-.312T9 6t.25-.687T10 5h7.65q-.375-.425-1.612-.712T12.05 4q-1.525 0-2.55.088t-1.7.262q-.425.125-.712-.125t-.388-.6t.088-.737t.712-.513q.875-.225 2-.3T12 2M9.563 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.825zm1.875-5h9.775zm7 7"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNoTransferOutlineRounded(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.3l16.975 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3L16.3 19.125h2.85v.3q0 .65-.462 1.113T17.575 21t-1.112-.462T16 19.425V19zm0-2h6.175l-5-5H6v3q0 .825.588 1.413T8 17m4-15q4.3 0 6.15.925T20 6v10q0 .425-.288.713T19 17t-.712-.288T18 16v-4h-3.95q-.5 0-.75-.312T13.05 11t.25-.687t.75-.313H18V7h-8q-.5 0-.75-.312T9 6t.25-.687T10 5h7.65q-.375-.425-1.612-.712T12.05 4q-1.525 0-2.55.088t-1.7.262q-.425.125-.712-.125t-.388-.6t.088-.737t.712-.513q.875-.225 2-.3T12 2M9.563 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.825zm1.875-5h9.775zm7 7"/></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.3l16.975 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3L16.3 19.125h2.85v.3q0 .65-.462 1.113T17.575 21t-1.112-.462T16 19.425V19zm0-2h6.175l-5-5H6v3q0 .825.588 1.413T8 17m4-15q4.3 0 6.15.925T20 6v10q0 .425-.288.713T19 17t-.712-.288T18 16v-4h-3.95q-.5 0-.75-.312T13.05 11t.25-.687t.75-.313H18V7h-8q-.5 0-.75-.312T9 6t.25-.687T10 5h7.65q-.375-.425-1.612-.712T12.05 4q-1.525 0-2.55.088t-1.7.262q-.425.125-.712-.125t-.388-.6t.088-.737t.712-.513q.875-.225 2-.3T12 2M9.563 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.825zm1.875-5h9.775zm7 7"/></svg>
</template>

CSS

.icon-no-transfer-outline-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.3l16.975%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3L16.3%2019.125h2.85v.3q0%20.65-.462%201.113T17.575%2021t-1.112-.462T16%2019.425V19zm0-2h6.175l-5-5H6v3q0%20.825.588%201.413T8%2017m4-15q4.3%200%206.15.925T20%206v10q0%20.425-.288.713T19%2017t-.712-.288T18%2016v-4h-3.95q-.5%200-.75-.312T13.05%2011t.25-.687t.75-.313H18V7h-8q-.5%200-.75-.312T9%206t.25-.687T10%205h7.65q-.375-.425-1.612-.712T12.05%204q-1.525%200-2.55.088t-1.7.262q-.425.125-.712-.125t-.388-.6t.088-.737t.712-.513q.875-.225%202-.3T12%202M9.563%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.825zm1.875-5h9.775zm7%207%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.3l16.975%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3L16.3%2019.125h2.85v.3q0%20.65-.462%201.113T17.575%2021t-1.112-.462T16%2019.425V19zm0-2h6.175l-5-5H6v3q0%20.825.588%201.413T8%2017m4-15q4.3%200%206.15.925T20%206v10q0%20.425-.288.713T19%2017t-.712-.288T18%2016v-4h-3.95q-.5%200-.75-.312T13.05%2011t.25-.687t.75-.313H18V7h-8q-.5%200-.75-.312T9%206t.25-.687T10%205h7.65q-.375-.425-1.612-.712T12.05%204q-1.525%200-2.55.088t-1.7.262q-.425.125-.712-.125t-.388-.6t.088-.737t.712-.513q.875-.225%202-.3T12%202M9.563%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.825zm1.875-5h9.775zm7%207%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-outline-rounded.svg?color=%231a73e8&size=48