car on icon
car-on from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- car-on
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the car on icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M280 24c0-13.3-10.7-24-24-24s-24 10.7-24 24v80c0 13.3 10.7 24 24 24s24-10.7 24-24zm-94.2 200h140.3c6.8 0 12.8 4.3 15.1 10.6l19.1 53.4H151.7l19.1-53.4c2.3-6.4 8.3-10.6 15.1-10.6zm-75.3-10.9l-28.3 79.3C62.1 300.9 48 320.8 48 344v136c0 17.7 14.3 32 32 32h16c17.7 0 32-14.3 32-32v-32h256v32c0 17.7 14.3 32 32 32h16c17.7 0 32-14.3 32-32V344c0-23.2-14.1-43.1-34.2-51.6l-28.3-79.3C390.1 181.3 360 160 326.2 160H185.9c-33.8 0-64 21.3-75.3 53.1zM128 344a24 24 0 1 1 0 48a24 24 0 1 1 0-48m232 24a24 24 0 1 1 48 0a24 24 0 1 1-48 0M39 39c-9.4 9.4-9.4 24.6 0 33.9l48 48c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L73 39c-9.4-9.4-24.6-9.4-33.9 0zm400 0l-48 48c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l48-48c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidCarOn(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M280 24c0-13.3-10.7-24-24-24s-24 10.7-24 24v80c0 13.3 10.7 24 24 24s24-10.7 24-24zm-94.2 200h140.3c6.8 0 12.8 4.3 15.1 10.6l19.1 53.4H151.7l19.1-53.4c2.3-6.4 8.3-10.6 15.1-10.6zm-75.3-10.9l-28.3 79.3C62.1 300.9 48 320.8 48 344v136c0 17.7 14.3 32 32 32h16c17.7 0 32-14.3 32-32v-32h256v32c0 17.7 14.3 32 32 32h16c17.7 0 32-14.3 32-32V344c0-23.2-14.1-43.1-34.2-51.6l-28.3-79.3C390.1 181.3 360 160 326.2 160H185.9c-33.8 0-64 21.3-75.3 53.1zM128 344a24 24 0 1 1 0 48a24 24 0 1 1 0-48m232 24a24 24 0 1 1 48 0a24 24 0 1 1-48 0M39 39c-9.4 9.4-9.4 24.6 0 33.9l48 48c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L73 39c-9.4-9.4-24.6-9.4-33.9 0zm400 0l-48 48c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l48-48c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M280 24c0-13.3-10.7-24-24-24s-24 10.7-24 24v80c0 13.3 10.7 24 24 24s24-10.7 24-24zm-94.2 200h140.3c6.8 0 12.8 4.3 15.1 10.6l19.1 53.4H151.7l19.1-53.4c2.3-6.4 8.3-10.6 15.1-10.6zm-75.3-10.9l-28.3 79.3C62.1 300.9 48 320.8 48 344v136c0 17.7 14.3 32 32 32h16c17.7 0 32-14.3 32-32v-32h256v32c0 17.7 14.3 32 32 32h16c17.7 0 32-14.3 32-32V344c0-23.2-14.1-43.1-34.2-51.6l-28.3-79.3C390.1 181.3 360 160 326.2 160H185.9c-33.8 0-64 21.3-75.3 53.1zM128 344a24 24 0 1 1 0 48a24 24 0 1 1 0-48m232 24a24 24 0 1 1 48 0a24 24 0 1 1-48 0M39 39c-9.4 9.4-9.4 24.6 0 33.9l48 48c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L73 39c-9.4-9.4-24.6-9.4-33.9 0zm400 0l-48 48c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l48-48c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0"/></svg> </template>
CSS
.icon-car-on {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M280%2024c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v80c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24zm-94.2%20200h140.3c6.8%200%2012.8%204.3%2015.1%2010.6l19.1%2053.4H151.7l19.1-53.4c2.3-6.4%208.3-10.6%2015.1-10.6zm-75.3-10.9l-28.3%2079.3C62.1%20300.9%2048%20320.8%2048%20344v136c0%2017.7%2014.3%2032%2032%2032h16c17.7%200%2032-14.3%2032-32v-32h256v32c0%2017.7%2014.3%2032%2032%2032h16c17.7%200%2032-14.3%2032-32V344c0-23.2-14.1-43.1-34.2-51.6l-28.3-79.3C390.1%20181.3%20360%20160%20326.2%20160H185.9c-33.8%200-64%2021.3-75.3%2053.1zM128%20344a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48m232%2024a24%2024%200%201%201%2048%200a24%2024%200%201%201-48%200M39%2039c-9.4%209.4-9.4%2024.6%200%2033.9l48%2048c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9L73%2039c-9.4-9.4-24.6-9.4-33.9%200zm400%200l-48%2048c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200l48-48c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M280%2024c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v80c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24zm-94.2%20200h140.3c6.8%200%2012.8%204.3%2015.1%2010.6l19.1%2053.4H151.7l19.1-53.4c2.3-6.4%208.3-10.6%2015.1-10.6zm-75.3-10.9l-28.3%2079.3C62.1%20300.9%2048%20320.8%2048%20344v136c0%2017.7%2014.3%2032%2032%2032h16c17.7%200%2032-14.3%2032-32v-32h256v32c0%2017.7%2014.3%2032%2032%2032h16c17.7%200%2032-14.3%2032-32V344c0-23.2-14.1-43.1-34.2-51.6l-28.3-79.3C390.1%20181.3%20360%20160%20326.2%20160H185.9c-33.8%200-64%2021.3-75.3%2053.1zM128%20344a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48m232%2024a24%2024%200%201%201%2048%200a24%2024%200%201%201-48%200M39%2039c-9.4%209.4-9.4%2024.6%200%2033.9l48%2048c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9L73%2039c-9.4-9.4-24.6-9.4-33.9%200zm400%200l-48%2048c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200l48-48c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/car-on.svg?color=%231a73e8&size=48