smart car icon
smart-car-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- smart-car-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the smart car icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.709 9.49q-.15 0-.3-.06a.76.76 0 0 1-.39-.99c.19-.43.08-1.06-.27-1.58c-.35-.53-.88-.89-1.36-.86c-.44 0-.75-.33-.76-.74c0-.42.33-.75.74-.76c1.03-.02 2 .57 2.63 1.52c.64.96.79 2.11.4 3.01c-.12.29-.4.46-.69.46"/><path d="M21.82 10.48c-.07 0-.13-.01-.2-.03a.745.745 0 0 1-.52-.92c.38-1.36.06-2.98-.85-4.34s-2.29-2.27-3.7-2.44a.744.744 0 0 1-.65-.83c.05-.41.43-.71.83-.65c1.83.22 3.61 1.38 4.76 3.1s1.54 3.8 1.05 5.58c-.09.31-.39.53-.72.53m-4.701 1.3c0 .3-.25.55-.55.55H3.429c-.3 0-.55-.25-.55-.55s.25-.55.55-.55h.74l.28-1.32c.26-1.28.81-2.45 2.99-2.45h5.13c2.18 0 2.72 1.18 2.99 2.45l.28 1.32h.74c.29 0 .54.25.54.55m.311 4.132c-.11-1.2-.43-2.49-2.77-2.49H5.34c-2.34 0-2.66 1.29-2.77 2.49l-.41 4.45c-.05.55.13 1.11.51 1.53c.39.42.93.66 1.52.66h1.37c1.18 0 1.41-.68 1.56-1.12l.15-.44c.17-.5.21-.63.87-.63h3.74c.66 0 .68.07.87.63l.15.44c.15.45.37 1.12 1.56 1.12h1.37c.58 0 1.13-.24 1.52-.66c.38-.42.56-.97.51-1.53zm-9.62 1.52H5.62c-.3 0-.55-.25-.55-.55s.25-.55.55-.55h2.19c.3 0 .55.25.55.55s-.25.55-.55.55m6.57 0h-2.19c-.3 0-.55-.25-.55-.55s.25-.55.55-.55h2.19c.3 0 .55.25.55.55s-.25.55-.55.55"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSmartCarFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.709 9.49q-.15 0-.3-.06a.76.76 0 0 1-.39-.99c.19-.43.08-1.06-.27-1.58c-.35-.53-.88-.89-1.36-.86c-.44 0-.75-.33-.76-.74c0-.42.33-.75.74-.76c1.03-.02 2 .57 2.63 1.52c.64.96.79 2.11.4 3.01c-.12.29-.4.46-.69.46"/><path d="M21.82 10.48c-.07 0-.13-.01-.2-.03a.745.745 0 0 1-.52-.92c.38-1.36.06-2.98-.85-4.34s-2.29-2.27-3.7-2.44a.744.744 0 0 1-.65-.83c.05-.41.43-.71.83-.65c1.83.22 3.61 1.38 4.76 3.1s1.54 3.8 1.05 5.58c-.09.31-.39.53-.72.53m-4.701 1.3c0 .3-.25.55-.55.55H3.429c-.3 0-.55-.25-.55-.55s.25-.55.55-.55h.74l.28-1.32c.26-1.28.81-2.45 2.99-2.45h5.13c2.18 0 2.72 1.18 2.99 2.45l.28 1.32h.74c.29 0 .54.25.54.55m.311 4.132c-.11-1.2-.43-2.49-2.77-2.49H5.34c-2.34 0-2.66 1.29-2.77 2.49l-.41 4.45c-.05.55.13 1.11.51 1.53c.39.42.93.66 1.52.66h1.37c1.18 0 1.41-.68 1.56-1.12l.15-.44c.17-.5.21-.63.87-.63h3.74c.66 0 .68.07.87.63l.15.44c.15.45.37 1.12 1.56 1.12h1.37c.58 0 1.13-.24 1.52-.66c.38-.42.56-.97.51-1.53zm-9.62 1.52H5.62c-.3 0-.55-.25-.55-.55s.25-.55.55-.55h2.19c.3 0 .55.25.55.55s-.25.55-.55.55m6.57 0h-2.19c-.3 0-.55-.25-.55-.55s.25-.55.55-.55h2.19c.3 0 .55.25.55.55s-.25.55-.55.55"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.709 9.49q-.15 0-.3-.06a.76.76 0 0 1-.39-.99c.19-.43.08-1.06-.27-1.58c-.35-.53-.88-.89-1.36-.86c-.44 0-.75-.33-.76-.74c0-.42.33-.75.74-.76c1.03-.02 2 .57 2.63 1.52c.64.96.79 2.11.4 3.01c-.12.29-.4.46-.69.46"/><path d="M21.82 10.48c-.07 0-.13-.01-.2-.03a.745.745 0 0 1-.52-.92c.38-1.36.06-2.98-.85-4.34s-2.29-2.27-3.7-2.44a.744.744 0 0 1-.65-.83c.05-.41.43-.71.83-.65c1.83.22 3.61 1.38 4.76 3.1s1.54 3.8 1.05 5.58c-.09.31-.39.53-.72.53m-4.701 1.3c0 .3-.25.55-.55.55H3.429c-.3 0-.55-.25-.55-.55s.25-.55.55-.55h.74l.28-1.32c.26-1.28.81-2.45 2.99-2.45h5.13c2.18 0 2.72 1.18 2.99 2.45l.28 1.32h.74c.29 0 .54.25.54.55m.311 4.132c-.11-1.2-.43-2.49-2.77-2.49H5.34c-2.34 0-2.66 1.29-2.77 2.49l-.41 4.45c-.05.55.13 1.11.51 1.53c.39.42.93.66 1.52.66h1.37c1.18 0 1.41-.68 1.56-1.12l.15-.44c.17-.5.21-.63.87-.63h3.74c.66 0 .68.07.87.63l.15.44c.15.45.37 1.12 1.56 1.12h1.37c.58 0 1.13-.24 1.52-.66c.38-.42.56-.97.51-1.53zm-9.62 1.52H5.62c-.3 0-.55-.25-.55-.55s.25-.55.55-.55h2.19c.3 0 .55.25.55.55s-.25.55-.55.55m6.57 0h-2.19c-.3 0-.55-.25-.55-.55s.25-.55.55-.55h2.19c.3 0 .55.25.55.55s-.25.55-.55.55"/></g></svg> </template>
CSS
.icon-smart-car-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.709%209.49q-.15%200-.3-.06a.76.76%200%200%201-.39-.99c.19-.43.08-1.06-.27-1.58c-.35-.53-.88-.89-1.36-.86c-.44%200-.75-.33-.76-.74c0-.42.33-.75.74-.76c1.03-.02%202%20.57%202.63%201.52c.64.96.79%202.11.4%203.01c-.12.29-.4.46-.69.46%22%2F%3E%3Cpath%20d%3D%22M21.82%2010.48c-.07%200-.13-.01-.2-.03a.745.745%200%200%201-.52-.92c.38-1.36.06-2.98-.85-4.34s-2.29-2.27-3.7-2.44a.744.744%200%200%201-.65-.83c.05-.41.43-.71.83-.65c1.83.22%203.61%201.38%204.76%203.1s1.54%203.8%201.05%205.58c-.09.31-.39.53-.72.53m-4.701%201.3c0%20.3-.25.55-.55.55H3.429c-.3%200-.55-.25-.55-.55s.25-.55.55-.55h.74l.28-1.32c.26-1.28.81-2.45%202.99-2.45h5.13c2.18%200%202.72%201.18%202.99%202.45l.28%201.32h.74c.29%200%20.54.25.54.55m.311%204.132c-.11-1.2-.43-2.49-2.77-2.49H5.34c-2.34%200-2.66%201.29-2.77%202.49l-.41%204.45c-.05.55.13%201.11.51%201.53c.39.42.93.66%201.52.66h1.37c1.18%200%201.41-.68%201.56-1.12l.15-.44c.17-.5.21-.63.87-.63h3.74c.66%200%20.68.07.87.63l.15.44c.15.45.37%201.12%201.56%201.12h1.37c.58%200%201.13-.24%201.52-.66c.38-.42.56-.97.51-1.53zm-9.62%201.52H5.62c-.3%200-.55-.25-.55-.55s.25-.55.55-.55h2.19c.3%200%20.55.25.55.55s-.25.55-.55.55m6.57%200h-2.19c-.3%200-.55-.25-.55-.55s.25-.55.55-.55h2.19c.3%200%20.55.25.55.55s-.25.55-.55.55%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.709%209.49q-.15%200-.3-.06a.76.76%200%200%201-.39-.99c.19-.43.08-1.06-.27-1.58c-.35-.53-.88-.89-1.36-.86c-.44%200-.75-.33-.76-.74c0-.42.33-.75.74-.76c1.03-.02%202%20.57%202.63%201.52c.64.96.79%202.11.4%203.01c-.12.29-.4.46-.69.46%22%2F%3E%3Cpath%20d%3D%22M21.82%2010.48c-.07%200-.13-.01-.2-.03a.745.745%200%200%201-.52-.92c.38-1.36.06-2.98-.85-4.34s-2.29-2.27-3.7-2.44a.744.744%200%200%201-.65-.83c.05-.41.43-.71.83-.65c1.83.22%203.61%201.38%204.76%203.1s1.54%203.8%201.05%205.58c-.09.31-.39.53-.72.53m-4.701%201.3c0%20.3-.25.55-.55.55H3.429c-.3%200-.55-.25-.55-.55s.25-.55.55-.55h.74l.28-1.32c.26-1.28.81-2.45%202.99-2.45h5.13c2.18%200%202.72%201.18%202.99%202.45l.28%201.32h.74c.29%200%20.54.25.54.55m.311%204.132c-.11-1.2-.43-2.49-2.77-2.49H5.34c-2.34%200-2.66%201.29-2.77%202.49l-.41%204.45c-.05.55.13%201.11.51%201.53c.39.42.93.66%201.52.66h1.37c1.18%200%201.41-.68%201.56-1.12l.15-.44c.17-.5.21-.63.87-.63h3.74c.66%200%20.68.07.87.63l.15.44c.15.45.37%201.12%201.56%201.12h1.37c.58%200%201.13-.24%201.52-.66c.38-.42.56-.97.51-1.53zm-9.62%201.52H5.62c-.3%200-.55-.25-.55-.55s.25-.55.55-.55h2.19c.3%200%20.55.25.55.55s-.25.55-.55.55m6.57%200h-2.19c-.3%200-.55-.25-.55-.55s.25-.55.55-.55h2.19c.3%200%20.55.25.55.55s-.25.55-.55.55%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/smart-car-filled.svg?color=%231a73e8&size=48