car gear icon
car-gear-outline-rounded from Material Symbols by Google · Outline Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- car-gear-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More transit icons from Material Symbols
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 car gear icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.063 7.063Q19.5 6.625 19.5 6t-.437-1.062T18 4.5t-1.062.438T16.5 6t.438 1.063T18 7.5t1.063-.437M17.85 10q-.225 0-.4-.137t-.225-.363l-.175-.675q-.275-.1-.537-.25t-.488-.35l-.675.225q-.2.075-.412-.012T14.6 8.15l-.15-.275q-.125-.2-.087-.425t.212-.375l.5-.475q-.05-.3-.05-.6t.05-.6l-.5-.45q-.175-.15-.212-.375t.087-.425l.175-.275q.125-.2.325-.275t.4-.025l.65.2q.225-.2.488-.35t.562-.25l.175-.675q.05-.225.225-.362t.4-.138h.3q.225 0 .4.138t.225.362l.175.65q.3.125.563.275t.487.35l.65-.175q.2-.05.4.025t.325.275l.175.25q.125.2.088.425t-.213.375l-.475.45q.05.3.063.613t-.063.612l.475.45q.175.15.213.375t-.088.425l-.15.25q-.125.2-.337.275t-.413.025l-.65-.2q-.225.2-.5.35t-.55.25l-.175.675q-.05.225-.225.363t-.4.137zM4 21q-.425 0-.712-.288T3 20v-7.65q0-.175.025-.35t.075-.325L5.1 6q.15-.45.538-.725T6.5 5h4.575q.425 0 .713.288t.287.712t-.287.713t-.713.287H6.85L5.8 10h8.975q.425 0 .713.288t.287.712t-.288.713t-.712.287H5v5h14v-4.825q0-.425.288-.712t.712-.288t.713.288t.287.712V20q0 .425-.288.713T20 21h-1q-.425 0-.712-.288T18 20v-1H6v1q0 .425-.288.713T5 21zm1-9v5zm2.5 4q.625 0 1.063-.437T9 14.5t-.437-1.062T7.5 13t-1.062.438T6 14.5t.438 1.063T7.5 16m9 0q.625 0 1.063-.437T18 14.5t-.437-1.062T16.5 13t-1.062.438T15 14.5t.438 1.063T16.5 16"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCarGearOutlineRounded(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="M19.063 7.063Q19.5 6.625 19.5 6t-.437-1.062T18 4.5t-1.062.438T16.5 6t.438 1.063T18 7.5t1.063-.437M17.85 10q-.225 0-.4-.137t-.225-.363l-.175-.675q-.275-.1-.537-.25t-.488-.35l-.675.225q-.2.075-.412-.012T14.6 8.15l-.15-.275q-.125-.2-.087-.425t.212-.375l.5-.475q-.05-.3-.05-.6t.05-.6l-.5-.45q-.175-.15-.212-.375t.087-.425l.175-.275q.125-.2.325-.275t.4-.025l.65.2q.225-.2.488-.35t.562-.25l.175-.675q.05-.225.225-.362t.4-.138h.3q.225 0 .4.138t.225.362l.175.65q.3.125.563.275t.487.35l.65-.175q.2-.05.4.025t.325.275l.175.25q.125.2.088.425t-.213.375l-.475.45q.05.3.063.613t-.063.612l.475.45q.175.15.213.375t-.088.425l-.15.25q-.125.2-.337.275t-.413.025l-.65-.2q-.225.2-.5.35t-.55.25l-.175.675q-.05.225-.225.363t-.4.137zM4 21q-.425 0-.712-.288T3 20v-7.65q0-.175.025-.35t.075-.325L5.1 6q.15-.45.538-.725T6.5 5h4.575q.425 0 .713.288t.287.712t-.287.713t-.713.287H6.85L5.8 10h8.975q.425 0 .713.288t.287.712t-.288.713t-.712.287H5v5h14v-4.825q0-.425.288-.712t.712-.288t.713.288t.287.712V20q0 .425-.288.713T20 21h-1q-.425 0-.712-.288T18 20v-1H6v1q0 .425-.288.713T5 21zm1-9v5zm2.5 4q.625 0 1.063-.437T9 14.5t-.437-1.062T7.5 13t-1.062.438T6 14.5t.438 1.063T7.5 16m9 0q.625 0 1.063-.437T18 14.5t-.437-1.062T16.5 13t-1.062.438T15 14.5t.438 1.063T16.5 16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.063 7.063Q19.5 6.625 19.5 6t-.437-1.062T18 4.5t-1.062.438T16.5 6t.438 1.063T18 7.5t1.063-.437M17.85 10q-.225 0-.4-.137t-.225-.363l-.175-.675q-.275-.1-.537-.25t-.488-.35l-.675.225q-.2.075-.412-.012T14.6 8.15l-.15-.275q-.125-.2-.087-.425t.212-.375l.5-.475q-.05-.3-.05-.6t.05-.6l-.5-.45q-.175-.15-.212-.375t.087-.425l.175-.275q.125-.2.325-.275t.4-.025l.65.2q.225-.2.488-.35t.562-.25l.175-.675q.05-.225.225-.362t.4-.138h.3q.225 0 .4.138t.225.362l.175.65q.3.125.563.275t.487.35l.65-.175q.2-.05.4.025t.325.275l.175.25q.125.2.088.425t-.213.375l-.475.45q.05.3.063.613t-.063.612l.475.45q.175.15.213.375t-.088.425l-.15.25q-.125.2-.337.275t-.413.025l-.65-.2q-.225.2-.5.35t-.55.25l-.175.675q-.05.225-.225.363t-.4.137zM4 21q-.425 0-.712-.288T3 20v-7.65q0-.175.025-.35t.075-.325L5.1 6q.15-.45.538-.725T6.5 5h4.575q.425 0 .713.288t.287.712t-.287.713t-.713.287H6.85L5.8 10h8.975q.425 0 .713.288t.287.712t-.288.713t-.712.287H5v5h14v-4.825q0-.425.288-.712t.712-.288t.713.288t.287.712V20q0 .425-.288.713T20 21h-1q-.425 0-.712-.288T18 20v-1H6v1q0 .425-.288.713T5 21zm1-9v5zm2.5 4q.625 0 1.063-.437T9 14.5t-.437-1.062T7.5 13t-1.062.438T6 14.5t.438 1.063T7.5 16m9 0q.625 0 1.063-.437T18 14.5t-.437-1.062T16.5 13t-1.062.438T15 14.5t.438 1.063T16.5 16"/></svg> </template>
CSS
.icon-car-gear-outline-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%22M19.063%207.063Q19.5%206.625%2019.5%206t-.437-1.062T18%204.5t-1.062.438T16.5%206t.438%201.063T18%207.5t1.063-.437M17.85%2010q-.225%200-.4-.137t-.225-.363l-.175-.675q-.275-.1-.537-.25t-.488-.35l-.675.225q-.2.075-.412-.012T14.6%208.15l-.15-.275q-.125-.2-.087-.425t.212-.375l.5-.475q-.05-.3-.05-.6t.05-.6l-.5-.45q-.175-.15-.212-.375t.087-.425l.175-.275q.125-.2.325-.275t.4-.025l.65.2q.225-.2.488-.35t.562-.25l.175-.675q.05-.225.225-.362t.4-.138h.3q.225%200%20.4.138t.225.362l.175.65q.3.125.563.275t.487.35l.65-.175q.2-.05.4.025t.325.275l.175.25q.125.2.088.425t-.213.375l-.475.45q.05.3.063.613t-.063.612l.475.45q.175.15.213.375t-.088.425l-.15.25q-.125.2-.337.275t-.413.025l-.65-.2q-.225.2-.5.35t-.55.25l-.175.675q-.05.225-.225.363t-.4.137zM4%2021q-.425%200-.712-.288T3%2020v-7.65q0-.175.025-.35t.075-.325L5.1%206q.15-.45.538-.725T6.5%205h4.575q.425%200%20.713.288t.287.712t-.287.713t-.713.287H6.85L5.8%2010h8.975q.425%200%20.713.288t.287.712t-.288.713t-.712.287H5v5h14v-4.825q0-.425.288-.712t.712-.288t.713.288t.287.712V20q0%20.425-.288.713T20%2021h-1q-.425%200-.712-.288T18%2020v-1H6v1q0%20.425-.288.713T5%2021zm1-9v5zm2.5%204q.625%200%201.063-.437T9%2014.5t-.437-1.062T7.5%2013t-1.062.438T6%2014.5t.438%201.063T7.5%2016m9%200q.625%200%201.063-.437T18%2014.5t-.437-1.062T16.5%2013t-1.062.438T15%2014.5t.438%201.063T16.5%2016%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%22M19.063%207.063Q19.5%206.625%2019.5%206t-.437-1.062T18%204.5t-1.062.438T16.5%206t.438%201.063T18%207.5t1.063-.437M17.85%2010q-.225%200-.4-.137t-.225-.363l-.175-.675q-.275-.1-.537-.25t-.488-.35l-.675.225q-.2.075-.412-.012T14.6%208.15l-.15-.275q-.125-.2-.087-.425t.212-.375l.5-.475q-.05-.3-.05-.6t.05-.6l-.5-.45q-.175-.15-.212-.375t.087-.425l.175-.275q.125-.2.325-.275t.4-.025l.65.2q.225-.2.488-.35t.562-.25l.175-.675q.05-.225.225-.362t.4-.138h.3q.225%200%20.4.138t.225.362l.175.65q.3.125.563.275t.487.35l.65-.175q.2-.05.4.025t.325.275l.175.25q.125.2.088.425t-.213.375l-.475.45q.05.3.063.613t-.063.612l.475.45q.175.15.213.375t-.088.425l-.15.25q-.125.2-.337.275t-.413.025l-.65-.2q-.225.2-.5.35t-.55.25l-.175.675q-.05.225-.225.363t-.4.137zM4%2021q-.425%200-.712-.288T3%2020v-7.65q0-.175.025-.35t.075-.325L5.1%206q.15-.45.538-.725T6.5%205h4.575q.425%200%20.713.288t.287.712t-.287.713t-.713.287H6.85L5.8%2010h8.975q.425%200%20.713.288t.287.712t-.288.713t-.712.287H5v5h14v-4.825q0-.425.288-.712t.712-.288t.713.288t.287.712V20q0%20.425-.288.713T20%2021h-1q-.425%200-.712-.288T18%2020v-1H6v1q0%20.425-.288.713T5%2021zm1-9v5zm2.5%204q.625%200%201.063-.437T9%2014.5t-.437-1.062T7.5%2013t-1.062.438T6%2014.5t.438%201.063T7.5%2016m9%200q.625%200%201.063-.437T18%2014.5t-.437-1.062T16.5%2013t-1.062.438T15%2014.5t.438%201.063T16.5%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/car-gear-outline-rounded.svg?color=%231a73e8&size=48