toll from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
toll
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the toll logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.852 13.351H24l-.645 1.455h-3.346c-.689 0-1.158-.584-.898-1.15l1.978-4.463h2.356l-1.75 3.954c-.037.088-.008.202.157.204M6.147 10.647l-1.843 4.159H3.303c-.601 0-1.061-.556-.852-1.045l1.379-3.114H0l.112-.252h7.375c.375 0 .955-.058 1.534-.338c.155-.074.845-.473 1.503-.864h1.474c-.411.194-2.381 1.141-2.617 1.227c-.618.225-1.017.227-1.526.227zm.538-.471H.209c.195-.442.632-.983 1.933-.983h6.18c-.351.44-.704.983-1.637.983m10.001 2.971c-.037.088-.007.202.157.204h2.149l-.644 1.455h-3.347c-.689 0-1.157-.584-.898-1.15l1.978-4.463h2.356l-1.75 3.954zm-1.831-3.439c.283.402.128 1-.107 1.506l-.91 2.055c-.686 1.655-3.056 1.536-3.056 1.536H8.085s-2.332.122-1.315-2.167l.785-1.774h.655c.531 0 1.182-.165 1.48-.282l3.509-1.389h.616c.497 0 .871.24 1.037.515zm-2.4 1.376c.119-.291-.054-.437-.294-.437h-1.7c-.343-.002-.512.168-.563.279c-.036.074-.854 1.925-.854 1.925c-.233.518.261.501.261.501h1.617s.52.002.756-.512z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsToll(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="M21.852 13.351H24l-.645 1.455h-3.346c-.689 0-1.158-.584-.898-1.15l1.978-4.463h2.356l-1.75 3.954c-.037.088-.008.202.157.204M6.147 10.647l-1.843 4.159H3.303c-.601 0-1.061-.556-.852-1.045l1.379-3.114H0l.112-.252h7.375c.375 0 .955-.058 1.534-.338c.155-.074.845-.473 1.503-.864h1.474c-.411.194-2.381 1.141-2.617 1.227c-.618.225-1.017.227-1.526.227zm.538-.471H.209c.195-.442.632-.983 1.933-.983h6.18c-.351.44-.704.983-1.637.983m10.001 2.971c-.037.088-.007.202.157.204h2.149l-.644 1.455h-3.347c-.689 0-1.157-.584-.898-1.15l1.978-4.463h2.356l-1.75 3.954zm-1.831-3.439c.283.402.128 1-.107 1.506l-.91 2.055c-.686 1.655-3.056 1.536-3.056 1.536H8.085s-2.332.122-1.315-2.167l.785-1.774h.655c.531 0 1.182-.165 1.48-.282l3.509-1.389h.616c.497 0 .871.24 1.037.515zm-2.4 1.376c.119-.291-.054-.437-.294-.437h-1.7c-.343-.002-.512.168-.563.279c-.036.074-.854 1.925-.854 1.925c-.233.518.261.501.261.501h1.617s.52.002.756-.512z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.852 13.351H24l-.645 1.455h-3.346c-.689 0-1.158-.584-.898-1.15l1.978-4.463h2.356l-1.75 3.954c-.037.088-.008.202.157.204M6.147 10.647l-1.843 4.159H3.303c-.601 0-1.061-.556-.852-1.045l1.379-3.114H0l.112-.252h7.375c.375 0 .955-.058 1.534-.338c.155-.074.845-.473 1.503-.864h1.474c-.411.194-2.381 1.141-2.617 1.227c-.618.225-1.017.227-1.526.227zm.538-.471H.209c.195-.442.632-.983 1.933-.983h6.18c-.351.44-.704.983-1.637.983m10.001 2.971c-.037.088-.007.202.157.204h2.149l-.644 1.455h-3.347c-.689 0-1.157-.584-.898-1.15l1.978-4.463h2.356l-1.75 3.954zm-1.831-3.439c.283.402.128 1-.107 1.506l-.91 2.055c-.686 1.655-3.056 1.536-3.056 1.536H8.085s-2.332.122-1.315-2.167l.785-1.774h.655c.531 0 1.182-.165 1.48-.282l3.509-1.389h.616c.497 0 .871.24 1.037.515zm-2.4 1.376c.119-.291-.054-.437-.294-.437h-1.7c-.343-.002-.512.168-.563.279c-.036.074-.854 1.925-.854 1.925c-.233.518.261.501.261.501h1.617s.52.002.756-.512z"/></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%22M21.852%2013.351H24l-.645%201.455h-3.346c-.689%200-1.158-.584-.898-1.15l1.978-4.463h2.356l-1.75%203.954c-.037.088-.008.202.157.204M6.147%2010.647l-1.843%204.159H3.303c-.601%200-1.061-.556-.852-1.045l1.379-3.114H0l.112-.252h7.375c.375%200%20.955-.058%201.534-.338c.155-.074.845-.473%201.503-.864h1.474c-.411.194-2.381%201.141-2.617%201.227c-.618.225-1.017.227-1.526.227zm.538-.471H.209c.195-.442.632-.983%201.933-.983h6.18c-.351.44-.704.983-1.637.983m10.001%202.971c-.037.088-.007.202.157.204h2.149l-.644%201.455h-3.347c-.689%200-1.157-.584-.898-1.15l1.978-4.463h2.356l-1.75%203.954zm-1.831-3.439c.283.402.128%201-.107%201.506l-.91%202.055c-.686%201.655-3.056%201.536-3.056%201.536H8.085s-2.332.122-1.315-2.167l.785-1.774h.655c.531%200%201.182-.165%201.48-.282l3.509-1.389h.616c.497%200%20.871.24%201.037.515zm-2.4%201.376c.119-.291-.054-.437-.294-.437h-1.7c-.343-.002-.512.168-.563.279c-.036.074-.854%201.925-.854%201.925c-.233.518.261.501.261.501h1.617s.52.002.756-.512z%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%22M21.852%2013.351H24l-.645%201.455h-3.346c-.689%200-1.158-.584-.898-1.15l1.978-4.463h2.356l-1.75%203.954c-.037.088-.008.202.157.204M6.147%2010.647l-1.843%204.159H3.303c-.601%200-1.061-.556-.852-1.045l1.379-3.114H0l.112-.252h7.375c.375%200%20.955-.058%201.534-.338c.155-.074.845-.473%201.503-.864h1.474c-.411.194-2.381%201.141-2.617%201.227c-.618.225-1.017.227-1.526.227zm.538-.471H.209c.195-.442.632-.983%201.933-.983h6.18c-.351.44-.704.983-1.637.983m10.001%202.971c-.037.088-.007.202.157.204h2.149l-.644%201.455h-3.347c-.689%200-1.157-.584-.898-1.15l1.978-4.463h2.356l-1.75%203.954zm-1.831-3.439c.283.402.128%201-.107%201.506l-.91%202.055c-.686%201.655-3.056%201.536-3.056%201.536H8.085s-2.332.122-1.315-2.167l.785-1.774h.655c.531%200%201.182-.165%201.48-.282l3.509-1.389h.616c.497%200%20.871.24%201.037.515zm-2.4%201.376c.119-.291-.054-.437-.294-.437h-1.7c-.343-.002-.512.168-.563.279c-.036.074-.854%201.925-.854%201.925c-.233.518.261.501.261.501h1.617s.52.002.756-.512z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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