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

Name
toll-rounded
Set
Material Symbols Light
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0

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.036M6.298 18.48q-1.984-.745-3.141-2.522T2 12t1.157-3.96t3.141-2.52q.275-.116.489.037q.213.152.213.476q0 .134-.085.247t-.22.18q-1.691.667-2.693 2.177T3 12t1.002 3.363t2.692 2.178q.135.067.22.186q.086.12.086.26q0 .298-.213.454q-.214.155-.489.04"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTollRounded(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.036M6.298 18.48q-1.984-.745-3.141-2.522T2 12t1.157-3.96t3.141-2.52q.275-.116.489.037q.213.152.213.476q0 .134-.085.247t-.22.18q-1.691.667-2.693 2.177T3 12t1.002 3.363t2.692 2.178q.135.067.22.186q.086.12.086.26q0 .298-.213.454q-.214.155-.489.04"/></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.036M6.298 18.48q-1.984-.745-3.141-2.522T2 12t1.157-3.96t3.141-2.52q.275-.116.489.037q.213.152.213.476q0 .134-.085.247t-.22.18q-1.691.667-2.693 2.177T3 12t1.002 3.363t2.692 2.178q.135.067.22.186q.086.12.086.26q0 .298-.213.454q-.214.155-.489.04"/></svg>
</template>

CSS

.icon-toll-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%22M10.037%2016.964Q8%2014.927%208%2012t2.036-4.963T15%205t4.964%202.036T22%2012t-2.036%204.964T15%2019t-4.963-2.036M6.298%2018.48q-1.984-.745-3.141-2.522T2%2012t1.157-3.96t3.141-2.52q.275-.116.489.037q.213.152.213.476q0%20.134-.085.247t-.22.18q-1.691.667-2.693%202.177T3%2012t1.002%203.363t2.692%202.178q.135.067.22.186q.086.12.086.26q0%20.298-.213.454q-.214.155-.489.04%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.036M6.298%2018.48q-1.984-.745-3.141-2.522T2%2012t1.157-3.96t3.141-2.52q.275-.116.489.037q.213.152.213.476q0%20.134-.085.247t-.22.18q-1.691.667-2.693%202.177T3%2012t1.002%203.363t2.692%202.178q.135.067.22.186q.086.12.086.26q0%20.298-.213.454q-.214.155-.489.04%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-rounded.svg?color=%231a73e8&size=48