local taxi icon
local-taxi-rounded from Material Symbols Light by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- local-taxi-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More transit icons from Material Symbols Light
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
Use the local taxi icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.23 18v1.385q0 .256-.18.435q-.18.18-.437.18t-.435-.18T4 19.385v-6.957q0-.136.016-.273q.015-.137.06-.272l1.707-4.801q.16-.48.578-.78T7.298 6h2.625v-.73q0-.344.232-.576t.576-.233h2.615q.344 0 .576.233q.232.232.232.575V6h2.548q.518 0 .937.3t.578.78l1.707 4.802q.045.135.06.272q.016.137.016.273v6.958q0 .256-.18.436q-.18.179-.438.179q-.257 0-.435-.18q-.178-.179-.178-.435V18zm.186-6.846h13.169l-1.32-3.75q-.076-.193-.23-.298Q16.88 7 16.669 7H7.331q-.212 0-.365.106q-.154.105-.231.298zm2.012 4.538q.466 0 .788-.326q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.321.793.321m9.155 0q.466 0 .788-.326q.322-.327.322-.794q0-.466-.326-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.321.794.321"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLocalTaxiRounded(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="M5.23 18v1.385q0 .256-.18.435q-.18.18-.437.18t-.435-.18T4 19.385v-6.957q0-.136.016-.273q.015-.137.06-.272l1.707-4.801q.16-.48.578-.78T7.298 6h2.625v-.73q0-.344.232-.576t.576-.233h2.615q.344 0 .576.233q.232.232.232.575V6h2.548q.518 0 .937.3t.578.78l1.707 4.802q.045.135.06.272q.016.137.016.273v6.958q0 .256-.18.436q-.18.179-.438.179q-.257 0-.435-.18q-.178-.179-.178-.435V18zm.186-6.846h13.169l-1.32-3.75q-.076-.193-.23-.298Q16.88 7 16.669 7H7.331q-.212 0-.365.106q-.154.105-.231.298zm2.012 4.538q.466 0 .788-.326q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.321.793.321m9.155 0q.466 0 .788-.326q.322-.327.322-.794q0-.466-.326-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.321.794.321"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.23 18v1.385q0 .256-.18.435q-.18.18-.437.18t-.435-.18T4 19.385v-6.957q0-.136.016-.273q.015-.137.06-.272l1.707-4.801q.16-.48.578-.78T7.298 6h2.625v-.73q0-.344.232-.576t.576-.233h2.615q.344 0 .576.233q.232.232.232.575V6h2.548q.518 0 .937.3t.578.78l1.707 4.802q.045.135.06.272q.016.137.016.273v6.958q0 .256-.18.436q-.18.179-.438.179q-.257 0-.435-.18q-.178-.179-.178-.435V18zm.186-6.846h13.169l-1.32-3.75q-.076-.193-.23-.298Q16.88 7 16.669 7H7.331q-.212 0-.365.106q-.154.105-.231.298zm2.012 4.538q.466 0 .788-.326q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.321.793.321m9.155 0q.466 0 .788-.326q.322-.327.322-.794q0-.466-.326-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.321.794.321"/></svg> </template>
CSS
.icon-local-taxi-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%22M5.23%2018v1.385q0%20.256-.18.435q-.18.18-.437.18t-.435-.18T4%2019.385v-6.957q0-.136.016-.273q.015-.137.06-.272l1.707-4.801q.16-.48.578-.78T7.298%206h2.625v-.73q0-.344.232-.576t.576-.233h2.615q.344%200%20.576.233q.232.232.232.575V6h2.548q.518%200%20.937.3t.578.78l1.707%204.802q.045.135.06.272q.016.137.016.273v6.958q0%20.256-.18.436q-.18.179-.438.179q-.257%200-.435-.18q-.178-.179-.178-.435V18zm.186-6.846h13.169l-1.32-3.75q-.076-.193-.23-.298Q16.88%207%2016.669%207H7.331q-.212%200-.365.106q-.154.105-.231.298zm2.012%204.538q.466%200%20.788-.326q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467%200-.79.327q-.321.327-.321.793q0%20.467.326.79q.327.321.793.321m9.155%200q.466%200%20.788-.326q.322-.327.322-.794q0-.466-.326-.788q-.327-.323-.793-.323q-.467%200-.79.327q-.321.327-.321.793q0%20.467.326.79q.327.321.794.321%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%22M5.23%2018v1.385q0%20.256-.18.435q-.18.18-.437.18t-.435-.18T4%2019.385v-6.957q0-.136.016-.273q.015-.137.06-.272l1.707-4.801q.16-.48.578-.78T7.298%206h2.625v-.73q0-.344.232-.576t.576-.233h2.615q.344%200%20.576.233q.232.232.232.575V6h2.548q.518%200%20.937.3t.578.78l1.707%204.802q.045.135.06.272q.016.137.016.273v6.958q0%20.256-.18.436q-.18.179-.438.179q-.257%200-.435-.18q-.178-.179-.178-.435V18zm.186-6.846h13.169l-1.32-3.75q-.076-.193-.23-.298Q16.88%207%2016.669%207H7.331q-.212%200-.365.106q-.154.105-.231.298zm2.012%204.538q.466%200%20.788-.326q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467%200-.79.327q-.321.327-.321.793q0%20.467.326.79q.327.321.793.321m9.155%200q.466%200%20.788-.326q.322-.327.322-.794q0-.466-.326-.788q-.327-.323-.793-.323q-.467%200-.79.327q-.321.327-.321.793q0%20.467.326.79q.327.321.794.321%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/local-taxi-rounded.svg?color=%231a73e8&size=48