car rear icon
car-rear from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- car-rear
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
Use the car rear icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M229.4 160h181.2c13.6 0 25.7 8.6 30.2 21.4l26.1 74.6H173.1l26.1-74.6c4.5-12.8 16.6-21.4 30.2-21.4m-90.6.3l-35.2 100.5C80.4 270.4 64 293.3 64 320v96c0 23.7 12.9 44.4 32 55.4V512c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32v-32h256v32c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32v-40.6c19.1-11.1 32-31.7 32-55.4v-96c0-26.7-16.4-49.6-39.6-59.2l-35.2-100.5C487.7 121.8 451.4 96 410.6 96H229.4c-40.8 0-77.1 25.8-90.6 64.3M272 352h96c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-96c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m-160-8c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24m360-24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24s10.7-24 24-24"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidCarRear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M229.4 160h181.2c13.6 0 25.7 8.6 30.2 21.4l26.1 74.6H173.1l26.1-74.6c4.5-12.8 16.6-21.4 30.2-21.4m-90.6.3l-35.2 100.5C80.4 270.4 64 293.3 64 320v96c0 23.7 12.9 44.4 32 55.4V512c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32v-32h256v32c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32v-40.6c19.1-11.1 32-31.7 32-55.4v-96c0-26.7-16.4-49.6-39.6-59.2l-35.2-100.5C487.7 121.8 451.4 96 410.6 96H229.4c-40.8 0-77.1 25.8-90.6 64.3M272 352h96c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-96c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m-160-8c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24m360-24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24s10.7-24 24-24"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M229.4 160h181.2c13.6 0 25.7 8.6 30.2 21.4l26.1 74.6H173.1l26.1-74.6c4.5-12.8 16.6-21.4 30.2-21.4m-90.6.3l-35.2 100.5C80.4 270.4 64 293.3 64 320v96c0 23.7 12.9 44.4 32 55.4V512c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32v-32h256v32c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32v-40.6c19.1-11.1 32-31.7 32-55.4v-96c0-26.7-16.4-49.6-39.6-59.2l-35.2-100.5C487.7 121.8 451.4 96 410.6 96H229.4c-40.8 0-77.1 25.8-90.6 64.3M272 352h96c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-96c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m-160-8c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24m360-24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24s10.7-24 24-24"/></svg> </template>
CSS
.icon-car-rear {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M229.4%20160h181.2c13.6%200%2025.7%208.6%2030.2%2021.4l26.1%2074.6H173.1l26.1-74.6c4.5-12.8%2016.6-21.4%2030.2-21.4m-90.6.3l-35.2%20100.5C80.4%20270.4%2064%20293.3%2064%20320v96c0%2023.7%2012.9%2044.4%2032%2055.4V512c0%2017.7%2014.3%2032%2032%2032h32c17.7%200%2032-14.3%2032-32v-32h256v32c0%2017.7%2014.3%2032%2032%2032h32c17.7%200%2032-14.3%2032-32v-40.6c19.1-11.1%2032-31.7%2032-55.4v-96c0-26.7-16.4-49.6-39.6-59.2l-35.2-100.5C487.7%20121.8%20451.4%2096%20410.6%2096H229.4c-40.8%200-77.1%2025.8-90.6%2064.3M272%20352h96c8.8%200%2016%207.2%2016%2016v32c0%208.8-7.2%2016-16%2016h-96c-8.8%200-16-7.2-16-16v-32c0-8.8%207.2-16%2016-16m-160-8c0-13.3%2010.7-24%2024-24h32c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-32c-13.3%200-24-10.7-24-24m360-24h32c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-32c-13.3%200-24-10.7-24-24s10.7-24%2024-24%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M229.4%20160h181.2c13.6%200%2025.7%208.6%2030.2%2021.4l26.1%2074.6H173.1l26.1-74.6c4.5-12.8%2016.6-21.4%2030.2-21.4m-90.6.3l-35.2%20100.5C80.4%20270.4%2064%20293.3%2064%20320v96c0%2023.7%2012.9%2044.4%2032%2055.4V512c0%2017.7%2014.3%2032%2032%2032h32c17.7%200%2032-14.3%2032-32v-32h256v32c0%2017.7%2014.3%2032%2032%2032h32c17.7%200%2032-14.3%2032-32v-40.6c19.1-11.1%2032-31.7%2032-55.4v-96c0-26.7-16.4-49.6-39.6-59.2l-35.2-100.5C487.7%20121.8%20451.4%2096%20410.6%2096H229.4c-40.8%200-77.1%2025.8-90.6%2064.3M272%20352h96c8.8%200%2016%207.2%2016%2016v32c0%208.8-7.2%2016-16%2016h-96c-8.8%200-16-7.2-16-16v-32c0-8.8%207.2-16%2016-16m-160-8c0-13.3%2010.7-24%2024-24h32c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-32c-13.3%200-24-10.7-24-24m360-24h32c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-32c-13.3%200-24-10.7-24-24s10.7-24%2024-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/car-rear.svg?color=%231a73e8&size=48