tire repair icon
tire-repair-outline-rounded from Material Symbols by Google · Outline Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- tire-repair-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 tire repair icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.088 7.388Q18 7.2 18 7q0-.275.15-.488t.375-.387q.35-.275.775-.425t.85-.275q.1-.025.2-.025t.175.075q.1.1.05.375q-.125.425-.275.85t-.425.775q-.175.225-.387.375T19 8q-.2 0-.387-.088T18.3 7.7t-.213-.312M4 21q-.825 0-1.412-.587T2 19V5q0-.825.588-1.412T4 3h6q.825 0 1.413.588T12 5v8.175q.225-.075.475-.125T13 13q1.25 0 2.125.875T16 16v2q0 .425.288.713T17 19t.713-.288T18 18v-5h-1v-1.425q-1.35-.575-2.175-1.8T14 7q0-2.075 1.463-3.538T19 2t3.538 1.463T24 7q0 1.55-.825 2.775T21 11.575V13h-1v5q0 1.25-.875 2.125T17 21t-2.125-.875T14 18v-2q0-.425-.288-.712T13 15t-.712.288T12 16v3q0 .825-.587 1.413T10 21zm15-11q1.25 0 2.125-.875T22 7t-.875-2.125T19 4t-2.125.875T16 7t.875 2.125T19 10M4 19h6v-2l-.8.8q-.35.35-.737.313T7.8 17.8t-.312-.675t.312-.75l2.2-2.2V12l-.8.8q-.35.35-.737.313T7.8 12.8t-.312-.675t.312-.75l2.2-2.2V7l-.8.8q-.35.35-.737.313T7.8 7.8t-.312-.675t.312-.75L9.175 5h-4.35L6.2 6.375q.35.35.313.738t-.313.662t-.663.325t-.737-.3L4 7v2.175l2.2 2.2q.35.35.313.738t-.313.662t-.663.325t-.737-.3L4 12v2.175l2.2 2.2q.35.35.313.738t-.313.662t-.663.325t-.737-.3L4 17zm3-7"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTireRepairOutlineRounded(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="M18.088 7.388Q18 7.2 18 7q0-.275.15-.488t.375-.387q.35-.275.775-.425t.85-.275q.1-.025.2-.025t.175.075q.1.1.05.375q-.125.425-.275.85t-.425.775q-.175.225-.387.375T19 8q-.2 0-.387-.088T18.3 7.7t-.213-.312M4 21q-.825 0-1.412-.587T2 19V5q0-.825.588-1.412T4 3h6q.825 0 1.413.588T12 5v8.175q.225-.075.475-.125T13 13q1.25 0 2.125.875T16 16v2q0 .425.288.713T17 19t.713-.288T18 18v-5h-1v-1.425q-1.35-.575-2.175-1.8T14 7q0-2.075 1.463-3.538T19 2t3.538 1.463T24 7q0 1.55-.825 2.775T21 11.575V13h-1v5q0 1.25-.875 2.125T17 21t-2.125-.875T14 18v-2q0-.425-.288-.712T13 15t-.712.288T12 16v3q0 .825-.587 1.413T10 21zm15-11q1.25 0 2.125-.875T22 7t-.875-2.125T19 4t-2.125.875T16 7t.875 2.125T19 10M4 19h6v-2l-.8.8q-.35.35-.737.313T7.8 17.8t-.312-.675t.312-.75l2.2-2.2V12l-.8.8q-.35.35-.737.313T7.8 12.8t-.312-.675t.312-.75l2.2-2.2V7l-.8.8q-.35.35-.737.313T7.8 7.8t-.312-.675t.312-.75L9.175 5h-4.35L6.2 6.375q.35.35.313.738t-.313.662t-.663.325t-.737-.3L4 7v2.175l2.2 2.2q.35.35.313.738t-.313.662t-.663.325t-.737-.3L4 12v2.175l2.2 2.2q.35.35.313.738t-.313.662t-.663.325t-.737-.3L4 17zm3-7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.088 7.388Q18 7.2 18 7q0-.275.15-.488t.375-.387q.35-.275.775-.425t.85-.275q.1-.025.2-.025t.175.075q.1.1.05.375q-.125.425-.275.85t-.425.775q-.175.225-.387.375T19 8q-.2 0-.387-.088T18.3 7.7t-.213-.312M4 21q-.825 0-1.412-.587T2 19V5q0-.825.588-1.412T4 3h6q.825 0 1.413.588T12 5v8.175q.225-.075.475-.125T13 13q1.25 0 2.125.875T16 16v2q0 .425.288.713T17 19t.713-.288T18 18v-5h-1v-1.425q-1.35-.575-2.175-1.8T14 7q0-2.075 1.463-3.538T19 2t3.538 1.463T24 7q0 1.55-.825 2.775T21 11.575V13h-1v5q0 1.25-.875 2.125T17 21t-2.125-.875T14 18v-2q0-.425-.288-.712T13 15t-.712.288T12 16v3q0 .825-.587 1.413T10 21zm15-11q1.25 0 2.125-.875T22 7t-.875-2.125T19 4t-2.125.875T16 7t.875 2.125T19 10M4 19h6v-2l-.8.8q-.35.35-.737.313T7.8 17.8t-.312-.675t.312-.75l2.2-2.2V12l-.8.8q-.35.35-.737.313T7.8 12.8t-.312-.675t.312-.75l2.2-2.2V7l-.8.8q-.35.35-.737.313T7.8 7.8t-.312-.675t.312-.75L9.175 5h-4.35L6.2 6.375q.35.35.313.738t-.313.662t-.663.325t-.737-.3L4 7v2.175l2.2 2.2q.35.35.313.738t-.313.662t-.663.325t-.737-.3L4 12v2.175l2.2 2.2q.35.35.313.738t-.313.662t-.663.325t-.737-.3L4 17zm3-7"/></svg> </template>
CSS
.icon-tire-repair-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%22M18.088%207.388Q18%207.2%2018%207q0-.275.15-.488t.375-.387q.35-.275.775-.425t.85-.275q.1-.025.2-.025t.175.075q.1.1.05.375q-.125.425-.275.85t-.425.775q-.175.225-.387.375T19%208q-.2%200-.387-.088T18.3%207.7t-.213-.312M4%2021q-.825%200-1.412-.587T2%2019V5q0-.825.588-1.412T4%203h6q.825%200%201.413.588T12%205v8.175q.225-.075.475-.125T13%2013q1.25%200%202.125.875T16%2016v2q0%20.425.288.713T17%2019t.713-.288T18%2018v-5h-1v-1.425q-1.35-.575-2.175-1.8T14%207q0-2.075%201.463-3.538T19%202t3.538%201.463T24%207q0%201.55-.825%202.775T21%2011.575V13h-1v5q0%201.25-.875%202.125T17%2021t-2.125-.875T14%2018v-2q0-.425-.288-.712T13%2015t-.712.288T12%2016v3q0%20.825-.587%201.413T10%2021zm15-11q1.25%200%202.125-.875T22%207t-.875-2.125T19%204t-2.125.875T16%207t.875%202.125T19%2010M4%2019h6v-2l-.8.8q-.35.35-.737.313T7.8%2017.8t-.312-.675t.312-.75l2.2-2.2V12l-.8.8q-.35.35-.737.313T7.8%2012.8t-.312-.675t.312-.75l2.2-2.2V7l-.8.8q-.35.35-.737.313T7.8%207.8t-.312-.675t.312-.75L9.175%205h-4.35L6.2%206.375q.35.35.313.738t-.313.662t-.663.325t-.737-.3L4%207v2.175l2.2%202.2q.35.35.313.738t-.313.662t-.663.325t-.737-.3L4%2012v2.175l2.2%202.2q.35.35.313.738t-.313.662t-.663.325t-.737-.3L4%2017zm3-7%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%22M18.088%207.388Q18%207.2%2018%207q0-.275.15-.488t.375-.387q.35-.275.775-.425t.85-.275q.1-.025.2-.025t.175.075q.1.1.05.375q-.125.425-.275.85t-.425.775q-.175.225-.387.375T19%208q-.2%200-.387-.088T18.3%207.7t-.213-.312M4%2021q-.825%200-1.412-.587T2%2019V5q0-.825.588-1.412T4%203h6q.825%200%201.413.588T12%205v8.175q.225-.075.475-.125T13%2013q1.25%200%202.125.875T16%2016v2q0%20.425.288.713T17%2019t.713-.288T18%2018v-5h-1v-1.425q-1.35-.575-2.175-1.8T14%207q0-2.075%201.463-3.538T19%202t3.538%201.463T24%207q0%201.55-.825%202.775T21%2011.575V13h-1v5q0%201.25-.875%202.125T17%2021t-2.125-.875T14%2018v-2q0-.425-.288-.712T13%2015t-.712.288T12%2016v3q0%20.825-.587%201.413T10%2021zm15-11q1.25%200%202.125-.875T22%207t-.875-2.125T19%204t-2.125.875T16%207t.875%202.125T19%2010M4%2019h6v-2l-.8.8q-.35.35-.737.313T7.8%2017.8t-.312-.675t.312-.75l2.2-2.2V12l-.8.8q-.35.35-.737.313T7.8%2012.8t-.312-.675t.312-.75l2.2-2.2V7l-.8.8q-.35.35-.737.313T7.8%207.8t-.312-.675t.312-.75L9.175%205h-4.35L6.2%206.375q.35.35.313.738t-.313.662t-.663.325t-.737-.3L4%207v2.175l2.2%202.2q.35.35.313.738t-.313.662t-.663.325t-.737-.3L4%2012v2.175l2.2%202.2q.35.35.313.738t-.313.662t-.663.325t-.737-.3L4%2017zm3-7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/tire-repair-outline-rounded.svg?color=%231a73e8&size=48