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

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

3 other variants in Material Symbols

The same icon in other sets

More business icons from Material Symbols

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="M9.325 17.675Q7 15.35 7 12t2.325-5.675T15 4t5.675 2.325T23 12t-2.325 5.675T15 20t-5.675-2.325m-3.7 1.575q-2.1-.975-3.362-2.925T1 12t1.263-4.325T5.625 4.75q.525-.25.95.038T7 5.725q0 .25-.162.488t-.413.362q-1.575.725-2.5 2.188T3 12t.925 3.238t2.5 2.187q.25.125.413.35t.162.5q0 .625-.425.925t-.95.05"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTollRounded(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="M9.325 17.675Q7 15.35 7 12t2.325-5.675T15 4t5.675 2.325T23 12t-2.325 5.675T15 20t-5.675-2.325m-3.7 1.575q-2.1-.975-3.362-2.925T1 12t1.263-4.325T5.625 4.75q.525-.25.95.038T7 5.725q0 .25-.162.488t-.413.362q-1.575.725-2.5 2.188T3 12t.925 3.238t2.5 2.187q.25.125.413.35t.162.5q0 .625-.425.925t-.95.05"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.325 17.675Q7 15.35 7 12t2.325-5.675T15 4t5.675 2.325T23 12t-2.325 5.675T15 20t-5.675-2.325m-3.7 1.575q-2.1-.975-3.362-2.925T1 12t1.263-4.325T5.625 4.75q.525-.25.95.038T7 5.725q0 .25-.162.488t-.413.362q-1.575.725-2.5 2.188T3 12t.925 3.238t2.5 2.187q.25.125.413.35t.162.5q0 .625-.425.925t-.95.05"/></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%22M9.325%2017.675Q7%2015.35%207%2012t2.325-5.675T15%204t5.675%202.325T23%2012t-2.325%205.675T15%2020t-5.675-2.325m-3.7%201.575q-2.1-.975-3.362-2.925T1%2012t1.263-4.325T5.625%204.75q.525-.25.95.038T7%205.725q0%20.25-.162.488t-.413.362q-1.575.725-2.5%202.188T3%2012t.925%203.238t2.5%202.187q.25.125.413.35t.162.5q0%20.625-.425.925t-.95.05%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%22M9.325%2017.675Q7%2015.35%207%2012t2.325-5.675T15%204t5.675%202.325T23%2012t-2.325%205.675T15%2020t-5.675-2.325m-3.7%201.575q-2.1-.975-3.362-2.925T1%2012t1.263-4.325T5.625%204.75q.525-.25.95.038T7%205.725q0%20.25-.162.488t-.413.362q-1.575.725-2.5%202.188T3%2012t.925%203.238t2.5%202.187q.25.125.413.35t.162.5q0%20.625-.425.925t-.95.05%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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