toll from Material Symbols Light by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.

Name
toll
Set
Material Symbols Light
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
toll-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

Use the toll icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.037 16.964Q8 14.927 8 12t2.036-4.963T15 5t4.964 2.036T22 12t-2.036 4.964T15 19t-4.963-2.036M7 18.712q-2.266-.604-3.633-2.475T2 12t1.367-4.236T7 5.288V6.35q-1.8.625-2.9 2.175T3 12t1.1 3.475T7 17.65z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightToll(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="M10.037 16.964Q8 14.927 8 12t2.036-4.963T15 5t4.964 2.036T22 12t-2.036 4.964T15 19t-4.963-2.036M7 18.712q-2.266-.604-3.633-2.475T2 12t1.367-4.236T7 5.288V6.35q-1.8.625-2.9 2.175T3 12t1.1 3.475T7 17.65z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.037 16.964Q8 14.927 8 12t2.036-4.963T15 5t4.964 2.036T22 12t-2.036 4.964T15 19t-4.963-2.036M7 18.712q-2.266-.604-3.633-2.475T2 12t1.367-4.236T7 5.288V6.35q-1.8.625-2.9 2.175T3 12t1.1 3.475T7 17.65z"/></svg>
</template>

CSS

.icon-toll {
  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%22M10.037%2016.964Q8%2014.927%208%2012t2.036-4.963T15%205t4.964%202.036T22%2012t-2.036%204.964T15%2019t-4.963-2.036M7%2018.712q-2.266-.604-3.633-2.475T2%2012t1.367-4.236T7%205.288V6.35q-1.8.625-2.9%202.175T3%2012t1.1%203.475T7%2017.65z%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%22M10.037%2016.964Q8%2014.927%208%2012t2.036-4.963T15%205t4.964%202.036T22%2012t-2.036%204.964T15%2019t-4.963-2.036M7%2018.712q-2.266-.604-3.633-2.475T2%2012t1.367-4.236T7%205.288V6.35q-1.8.625-2.9%202.175T3%2012t1.1%203.475T7%2017.65z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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