garage check icon
garage-check-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- garage-check-rounded
- Set
- Material Symbols
- Style
- 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 garage check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.3 18.75l-1.025-1.025q-.15-.15-.375-.15t-.375.15t-.15.375t.15.375L16.6 19.55q.3.3.7.3t.7-.3l2.475-2.475q.15-.15.15-.375t-.15-.375t-.375-.15t-.375.15zM7.65 9.5l.7-2h7.3l.7 2zm2.063 4.213Q10 13.425 10 13t-.288-.712T9 12t-.712.288T8 13t.288.713T9 14t.713-.288m11.825.75Q23 15.926 23 18t-1.463 3.538T18 23t-3.537-1.463T13 18t1.463-3.537T18 13t3.538 1.463M4 22q-.825 0-1.412-.587T2 20V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v6.8q0 .5-.425.738t-.875.012q-.425-.175-.837-.3T19 11.075L17.35 6.3q-.125-.35-.413-.575T16.3 5.5H7.7q-.35 0-.638.225T6.65 6.3L5.1 10.775q-.05.15-.075.313T5 11.425V17.7q0 .35.225.575t.575.225h.4q.35 0 .575-.225T7 17.7v-1.2h4.175q-.075.35-.125.725T11 18q0 .75.163 1.45t.437 1.35q.2.425-.038.813T10.9 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsGarageCheckRounded(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="m17.3 18.75l-1.025-1.025q-.15-.15-.375-.15t-.375.15t-.15.375t.15.375L16.6 19.55q.3.3.7.3t.7-.3l2.475-2.475q.15-.15.15-.375t-.15-.375t-.375-.15t-.375.15zM7.65 9.5l.7-2h7.3l.7 2zm2.063 4.213Q10 13.425 10 13t-.288-.712T9 12t-.712.288T8 13t.288.713T9 14t.713-.288m11.825.75Q23 15.926 23 18t-1.463 3.538T18 23t-3.537-1.463T13 18t1.463-3.537T18 13t3.538 1.463M4 22q-.825 0-1.412-.587T2 20V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v6.8q0 .5-.425.738t-.875.012q-.425-.175-.837-.3T19 11.075L17.35 6.3q-.125-.35-.413-.575T16.3 5.5H7.7q-.35 0-.638.225T6.65 6.3L5.1 10.775q-.05.15-.075.313T5 11.425V17.7q0 .35.225.575t.575.225h.4q.35 0 .575-.225T7 17.7v-1.2h4.175q-.075.35-.125.725T11 18q0 .75.163 1.45t.437 1.35q.2.425-.038.813T10.9 22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.3 18.75l-1.025-1.025q-.15-.15-.375-.15t-.375.15t-.15.375t.15.375L16.6 19.55q.3.3.7.3t.7-.3l2.475-2.475q.15-.15.15-.375t-.15-.375t-.375-.15t-.375.15zM7.65 9.5l.7-2h7.3l.7 2zm2.063 4.213Q10 13.425 10 13t-.288-.712T9 12t-.712.288T8 13t.288.713T9 14t.713-.288m11.825.75Q23 15.926 23 18t-1.463 3.538T18 23t-3.537-1.463T13 18t1.463-3.537T18 13t3.538 1.463M4 22q-.825 0-1.412-.587T2 20V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v6.8q0 .5-.425.738t-.875.012q-.425-.175-.837-.3T19 11.075L17.35 6.3q-.125-.35-.413-.575T16.3 5.5H7.7q-.35 0-.638.225T6.65 6.3L5.1 10.775q-.05.15-.075.313T5 11.425V17.7q0 .35.225.575t.575.225h.4q.35 0 .575-.225T7 17.7v-1.2h4.175q-.075.35-.125.725T11 18q0 .75.163 1.45t.437 1.35q.2.425-.038.813T10.9 22z"/></svg> </template>
CSS
.icon-garage-check-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%22m17.3%2018.75l-1.025-1.025q-.15-.15-.375-.15t-.375.15t-.15.375t.15.375L16.6%2019.55q.3.3.7.3t.7-.3l2.475-2.475q.15-.15.15-.375t-.15-.375t-.375-.15t-.375.15zM7.65%209.5l.7-2h7.3l.7%202zm2.063%204.213Q10%2013.425%2010%2013t-.288-.712T9%2012t-.712.288T8%2013t.288.713T9%2014t.713-.288m11.825.75Q23%2015.926%2023%2018t-1.463%203.538T18%2023t-3.537-1.463T13%2018t1.463-3.537T18%2013t3.538%201.463M4%2022q-.825%200-1.412-.587T2%2020V4q0-.825.588-1.412T4%202h16q.825%200%201.413.588T22%204v6.8q0%20.5-.425.738t-.875.012q-.425-.175-.837-.3T19%2011.075L17.35%206.3q-.125-.35-.413-.575T16.3%205.5H7.7q-.35%200-.638.225T6.65%206.3L5.1%2010.775q-.05.15-.075.313T5%2011.425V17.7q0%20.35.225.575t.575.225h.4q.35%200%20.575-.225T7%2017.7v-1.2h4.175q-.075.35-.125.725T11%2018q0%20.75.163%201.45t.437%201.35q.2.425-.038.813T10.9%2022z%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%22m17.3%2018.75l-1.025-1.025q-.15-.15-.375-.15t-.375.15t-.15.375t.15.375L16.6%2019.55q.3.3.7.3t.7-.3l2.475-2.475q.15-.15.15-.375t-.15-.375t-.375-.15t-.375.15zM7.65%209.5l.7-2h7.3l.7%202zm2.063%204.213Q10%2013.425%2010%2013t-.288-.712T9%2012t-.712.288T8%2013t.288.713T9%2014t.713-.288m11.825.75Q23%2015.926%2023%2018t-1.463%203.538T18%2023t-3.537-1.463T13%2018t1.463-3.537T18%2013t3.538%201.463M4%2022q-.825%200-1.412-.587T2%2020V4q0-.825.588-1.412T4%202h16q.825%200%201.413.588T22%204v6.8q0%20.5-.425.738t-.875.012q-.425-.175-.837-.3T19%2011.075L17.35%206.3q-.125-.35-.413-.575T16.3%205.5H7.7q-.35%200-.638.225T6.65%206.3L5.1%2010.775q-.05.15-.075.313T5%2011.425V17.7q0%20.35.225.575t.575.225h.4q.35%200%20.575-.225T7%2017.7v-1.2h4.175q-.075.35-.125.725T11%2018q0%20.75.163%201.45t.437%201.35q.2.425-.038.813T10.9%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/garage-check-rounded.svg?color=%231a73e8&size=48