car repair icon
car-repair-rounded from Material Symbols Light by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- car-repair-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More travel icons from Material Symbols Light
airline-seat-flatairline-seat-flat-angledairline-seat-individual-suiteairline-seat-legroom-extraairline-seat-legroom-normalairline-seat-legroom-reducedairline-seat-recline-extraairline-seat-recline-normalairplane-ticketapartmentattractionsbakery-diningbath-bedrockbeach-accessbeer-mealbentobreakfast-diningbrunch-diningbungalowcabincar-rentalcarpentercarry-on-bagcarry-on-bag-checked
Use the car repair icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.643 20.626q-.143-.143-.143-.357v-2.5H5q-.213 0-.357-.143t-.143-.357t.143-.356t.357-.144h14q.214 0 .357.144t.143.356t-.143.357t-.357.143h-6.5v2.5q0 .214-.143.357t-.357.143t-.357-.143m-2.488-8.817q.23-.23.23-.54t-.23-.54t-.54-.229t-.539.23t-.23.54q0 .309.23.539t.54.23t.539-.23m6.769 0q.23-.23.23-.54t-.23-.54t-.54-.229t-.539.23t-.23.54t.23.539t.54.23t.539-.23m-9.78 3.817Q6 15.483 6 15.269V9.791q0-.137.016-.27q.015-.135.065-.265L7.277 5.85q.162-.485.571-.783q.41-.298.944-.298h6.416q.534 0 .944.298t.571.783l1.196 3.406q.05.13.066.264q.015.134.015.27v5.48q0 .213-.143.356t-.357.143t-.357-.143t-.143-.357v-1.5H7v1.5q0 .214-.143.357t-.357.143t-.357-.143m1.16-6.857h9.393l-.912-2.596q-.057-.192-.211-.298t-.365-.106H8.792q-.211 0-.365.106t-.211.298z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCarRepairRounded(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="M11.643 20.626q-.143-.143-.143-.357v-2.5H5q-.213 0-.357-.143t-.143-.357t.143-.356t.357-.144h14q.214 0 .357.144t.143.356t-.143.357t-.357.143h-6.5v2.5q0 .214-.143.357t-.357.143t-.357-.143m-2.488-8.817q.23-.23.23-.54t-.23-.54t-.54-.229t-.539.23t-.23.54q0 .309.23.539t.54.23t.539-.23m6.769 0q.23-.23.23-.54t-.23-.54t-.54-.229t-.539.23t-.23.54t.23.539t.54.23t.539-.23m-9.78 3.817Q6 15.483 6 15.269V9.791q0-.137.016-.27q.015-.135.065-.265L7.277 5.85q.162-.485.571-.783q.41-.298.944-.298h6.416q.534 0 .944.298t.571.783l1.196 3.406q.05.13.066.264q.015.134.015.27v5.48q0 .213-.143.356t-.357.143t-.357-.143t-.143-.357v-1.5H7v1.5q0 .214-.143.357t-.357.143t-.357-.143m1.16-6.857h9.393l-.912-2.596q-.057-.192-.211-.298t-.365-.106H8.792q-.211 0-.365.106t-.211.298z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.643 20.626q-.143-.143-.143-.357v-2.5H5q-.213 0-.357-.143t-.143-.357t.143-.356t.357-.144h14q.214 0 .357.144t.143.356t-.143.357t-.357.143h-6.5v2.5q0 .214-.143.357t-.357.143t-.357-.143m-2.488-8.817q.23-.23.23-.54t-.23-.54t-.54-.229t-.539.23t-.23.54q0 .309.23.539t.54.23t.539-.23m6.769 0q.23-.23.23-.54t-.23-.54t-.54-.229t-.539.23t-.23.54t.23.539t.54.23t.539-.23m-9.78 3.817Q6 15.483 6 15.269V9.791q0-.137.016-.27q.015-.135.065-.265L7.277 5.85q.162-.485.571-.783q.41-.298.944-.298h6.416q.534 0 .944.298t.571.783l1.196 3.406q.05.13.066.264q.015.134.015.27v5.48q0 .213-.143.356t-.357.143t-.357-.143t-.143-.357v-1.5H7v1.5q0 .214-.143.357t-.357.143t-.357-.143m1.16-6.857h9.393l-.912-2.596q-.057-.192-.211-.298t-.365-.106H8.792q-.211 0-.365.106t-.211.298z"/></svg> </template>
CSS
.icon-car-repair-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%22M11.643%2020.626q-.143-.143-.143-.357v-2.5H5q-.213%200-.357-.143t-.143-.357t.143-.356t.357-.144h14q.214%200%20.357.144t.143.356t-.143.357t-.357.143h-6.5v2.5q0%20.214-.143.357t-.357.143t-.357-.143m-2.488-8.817q.23-.23.23-.54t-.23-.54t-.54-.229t-.539.23t-.23.54q0%20.309.23.539t.54.23t.539-.23m6.769%200q.23-.23.23-.54t-.23-.54t-.54-.229t-.539.23t-.23.54t.23.539t.54.23t.539-.23m-9.78%203.817Q6%2015.483%206%2015.269V9.791q0-.137.016-.27q.015-.135.065-.265L7.277%205.85q.162-.485.571-.783q.41-.298.944-.298h6.416q.534%200%20.944.298t.571.783l1.196%203.406q.05.13.066.264q.015.134.015.27v5.48q0%20.213-.143.356t-.357.143t-.357-.143t-.143-.357v-1.5H7v1.5q0%20.214-.143.357t-.357.143t-.357-.143m1.16-6.857h9.393l-.912-2.596q-.057-.192-.211-.298t-.365-.106H8.792q-.211%200-.365.106t-.211.298z%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%22M11.643%2020.626q-.143-.143-.143-.357v-2.5H5q-.213%200-.357-.143t-.143-.357t.143-.356t.357-.144h14q.214%200%20.357.144t.143.356t-.143.357t-.357.143h-6.5v2.5q0%20.214-.143.357t-.357.143t-.357-.143m-2.488-8.817q.23-.23.23-.54t-.23-.54t-.54-.229t-.539.23t-.23.54q0%20.309.23.539t.54.23t.539-.23m6.769%200q.23-.23.23-.54t-.23-.54t-.54-.229t-.539.23t-.23.54t.23.539t.54.23t.539-.23m-9.78%203.817Q6%2015.483%206%2015.269V9.791q0-.137.016-.27q.015-.135.065-.265L7.277%205.85q.162-.485.571-.783q.41-.298.944-.298h6.416q.534%200%20.944.298t.571.783l1.196%203.406q.05.13.066.264q.015.134.015.27v5.48q0%20.213-.143.356t-.357.143t-.357-.143t-.143-.357v-1.5H7v1.5q0%20.214-.143.357t-.357.143t-.357-.143m1.16-6.857h9.393l-.912-2.596q-.057-.192-.211-.298t-.365-.106H8.792q-.211%200-.365.106t-.211.298z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/car-repair-rounded.svg?color=%231a73e8&size=48