car-repair-rounded from Material Symbols by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.

Name
car-repair-rounded
Set
Material Symbols
Style
Rounded
Category
Travel
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More travel icons from Material Symbols

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.288 21.713Q11 21.425 11 21v-2H5q-.425 0-.712-.288T4 18t.288-.712T5 17h14q.425 0 .713.288T20 18t-.288.713T19 19h-6v2q0 .425-.288.713T12 22t-.712-.288m-1.576-10.5Q10 10.925 10 10.5t-.288-.712T9 9.5t-.712.288T8 10.5t.288.713T9 11.5t.713-.288m6 0Q16 10.926 16 10.5t-.288-.712T15 9.5t-.712.288T14 10.5t.288.713t.712.287t.713-.288m-10.425 4.5Q5 15.426 5 15V8.925q0-.175.025-.337t.075-.313L6.45 4.35q.2-.6.725-.975T8.35 3h7.3q.65 0 1.175.375t.725.975l1.35 3.925q.05.15.075.313t.025.337V15q0 .425-.287.713T18 16t-.712-.288T17 15v-1H7v1q0 .425-.288.713T6 16t-.712-.288M7.65 7h8.7l-.7-2h-7.3z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCarRepairRounded(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.288 21.713Q11 21.425 11 21v-2H5q-.425 0-.712-.288T4 18t.288-.712T5 17h14q.425 0 .713.288T20 18t-.288.713T19 19h-6v2q0 .425-.288.713T12 22t-.712-.288m-1.576-10.5Q10 10.925 10 10.5t-.288-.712T9 9.5t-.712.288T8 10.5t.288.713T9 11.5t.713-.288m6 0Q16 10.926 16 10.5t-.288-.712T15 9.5t-.712.288T14 10.5t.288.713t.712.287t.713-.288m-10.425 4.5Q5 15.426 5 15V8.925q0-.175.025-.337t.075-.313L6.45 4.35q.2-.6.725-.975T8.35 3h7.3q.65 0 1.175.375t.725.975l1.35 3.925q.05.15.075.313t.025.337V15q0 .425-.287.713T18 16t-.712-.288T17 15v-1H7v1q0 .425-.288.713T6 16t-.712-.288M7.65 7h8.7l-.7-2h-7.3z"/></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.288 21.713Q11 21.425 11 21v-2H5q-.425 0-.712-.288T4 18t.288-.712T5 17h14q.425 0 .713.288T20 18t-.288.713T19 19h-6v2q0 .425-.288.713T12 22t-.712-.288m-1.576-10.5Q10 10.925 10 10.5t-.288-.712T9 9.5t-.712.288T8 10.5t.288.713T9 11.5t.713-.288m6 0Q16 10.926 16 10.5t-.288-.712T15 9.5t-.712.288T14 10.5t.288.713t.712.287t.713-.288m-10.425 4.5Q5 15.426 5 15V8.925q0-.175.025-.337t.075-.313L6.45 4.35q.2-.6.725-.975T8.35 3h7.3q.65 0 1.175.375t.725.975l1.35 3.925q.05.15.075.313t.025.337V15q0 .425-.287.713T18 16t-.712-.288T17 15v-1H7v1q0 .425-.288.713T6 16t-.712-.288M7.65 7h8.7l-.7-2h-7.3z"/></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.288%2021.713Q11%2021.425%2011%2021v-2H5q-.425%200-.712-.288T4%2018t.288-.712T5%2017h14q.425%200%20.713.288T20%2018t-.288.713T19%2019h-6v2q0%20.425-.288.713T12%2022t-.712-.288m-1.576-10.5Q10%2010.925%2010%2010.5t-.288-.712T9%209.5t-.712.288T8%2010.5t.288.713T9%2011.5t.713-.288m6%200Q16%2010.926%2016%2010.5t-.288-.712T15%209.5t-.712.288T14%2010.5t.288.713t.712.287t.713-.288m-10.425%204.5Q5%2015.426%205%2015V8.925q0-.175.025-.337t.075-.313L6.45%204.35q.2-.6.725-.975T8.35%203h7.3q.65%200%201.175.375t.725.975l1.35%203.925q.05.15.075.313t.025.337V15q0%20.425-.287.713T18%2016t-.712-.288T17%2015v-1H7v1q0%20.425-.288.713T6%2016t-.712-.288M7.65%207h8.7l-.7-2h-7.3z%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.288%2021.713Q11%2021.425%2011%2021v-2H5q-.425%200-.712-.288T4%2018t.288-.712T5%2017h14q.425%200%20.713.288T20%2018t-.288.713T19%2019h-6v2q0%20.425-.288.713T12%2022t-.712-.288m-1.576-10.5Q10%2010.925%2010%2010.5t-.288-.712T9%209.5t-.712.288T8%2010.5t.288.713T9%2011.5t.713-.288m6%200Q16%2010.926%2016%2010.5t-.288-.712T15%209.5t-.712.288T14%2010.5t.288.713t.712.287t.713-.288m-10.425%204.5Q5%2015.426%205%2015V8.925q0-.175.025-.337t.075-.313L6.45%204.35q.2-.6.725-.975T8.35%203h7.3q.65%200%201.175.375t.725.975l1.35%203.925q.05.15.075.313t.025.337V15q0%20.425-.287.713T18%2016t-.712-.288T17%2015v-1H7v1q0%20.425-.288.713T6%2016t-.712-.288M7.65%207h8.7l-.7-2h-7.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/car-repair-rounded.svg?color=%231a73e8&size=48