toll icon
toll-outline from Material Symbols by Google · Outline · Business · Apache-2.0 Free for personal and commercial use.
- Name
- toll-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- toll-outline-sharp
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.325M7 19.75q-2.65-.7-4.325-2.85T1 12t1.675-4.9T7 4.25v2.1q-1.8.625-2.9 2.175T3 12t1.1 3.475T7 17.65zm12.25-3.5Q21 14.5 21 12t-1.75-4.25T15 6t-4.25 1.75T9 12t1.75 4.25T15 18t4.25-1.75"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTollOutline(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.325M7 19.75q-2.65-.7-4.325-2.85T1 12t1.675-4.9T7 4.25v2.1q-1.8.625-2.9 2.175T3 12t1.1 3.475T7 17.65zm12.25-3.5Q21 14.5 21 12t-1.75-4.25T15 6t-4.25 1.75T9 12t1.75 4.25T15 18t4.25-1.75"/></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.325M7 19.75q-2.65-.7-4.325-2.85T1 12t1.675-4.9T7 4.25v2.1q-1.8.625-2.9 2.175T3 12t1.1 3.475T7 17.65zm12.25-3.5Q21 14.5 21 12t-1.75-4.25T15 6t-4.25 1.75T9 12t1.75 4.25T15 18t4.25-1.75"/></svg> </template>
CSS
.icon-toll-outline {
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.325M7%2019.75q-2.65-.7-4.325-2.85T1%2012t1.675-4.9T7%204.25v2.1q-1.8.625-2.9%202.175T3%2012t1.1%203.475T7%2017.65zm12.25-3.5Q21%2014.5%2021%2012t-1.75-4.25T15%206t-4.25%201.75T9%2012t1.75%204.25T15%2018t4.25-1.75%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.325M7%2019.75q-2.65-.7-4.325-2.85T1%2012t1.675-4.9T7%204.25v2.1q-1.8.625-2.9%202.175T3%2012t1.1%203.475T7%2017.65zm12.25-3.5Q21%2014.5%2021%2012t-1.75-4.25T15%206t-4.25%201.75T9%2012t1.75%204.25T15%2018t4.25-1.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/toll-outline.svg?color=%231a73e8&size=48