garage-check-outline-rounded from Material Symbols by Google · Outline Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
garage-check-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

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="M4 20V4v7.3v-.3zm1-8.9v6.6q0 .35.225.575t.575.225h.4q.35 0 .575-.225T7 17.7v-1.2h3.175q.5 0 .738-.312t.237-.688t-.238-.687t-.737-.313H7v-3h10.625q.5 0 .8-.4t.15-.9L17.35 6.3q-.125-.35-.413-.575T16.3 5.5H7.7q-.35 0-.638.225T6.65 6.3zm2.65-1.6l.7-2h7.3l.7 2zm2.063 4.213Q10 13.425 10 13t-.288-.712T9 12t-.712.288T8 13t.288.713T9 14t.713-.288M17.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.15zm4.238-4.288Q23 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.3q0 .425-.288.713T21 11.3t-.712-.288T20 10.3V4H4v16h6.775q.425 0 .713.288t.287.712t-.288.713t-.712.287z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGarageCheckOutlineRounded(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="M4 20V4v7.3v-.3zm1-8.9v6.6q0 .35.225.575t.575.225h.4q.35 0 .575-.225T7 17.7v-1.2h3.175q.5 0 .738-.312t.237-.688t-.238-.687t-.737-.313H7v-3h10.625q.5 0 .8-.4t.15-.9L17.35 6.3q-.125-.35-.413-.575T16.3 5.5H7.7q-.35 0-.638.225T6.65 6.3zm2.65-1.6l.7-2h7.3l.7 2zm2.063 4.213Q10 13.425 10 13t-.288-.712T9 12t-.712.288T8 13t.288.713T9 14t.713-.288M17.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.15zm4.238-4.288Q23 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.3q0 .425-.288.713T21 11.3t-.712-.288T20 10.3V4H4v16h6.775q.425 0 .713.288t.287.712t-.288.713t-.712.287z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20V4v7.3v-.3zm1-8.9v6.6q0 .35.225.575t.575.225h.4q.35 0 .575-.225T7 17.7v-1.2h3.175q.5 0 .738-.312t.237-.688t-.238-.687t-.737-.313H7v-3h10.625q.5 0 .8-.4t.15-.9L17.35 6.3q-.125-.35-.413-.575T16.3 5.5H7.7q-.35 0-.638.225T6.65 6.3zm2.65-1.6l.7-2h7.3l.7 2zm2.063 4.213Q10 13.425 10 13t-.288-.712T9 12t-.712.288T8 13t.288.713T9 14t.713-.288M17.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.15zm4.238-4.288Q23 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.3q0 .425-.288.713T21 11.3t-.712-.288T20 10.3V4H4v16h6.775q.425 0 .713.288t.287.712t-.288.713t-.712.287z"/></svg>
</template>

CSS

.icon-garage-check-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%22M4%2020V4v7.3v-.3zm1-8.9v6.6q0%20.35.225.575t.575.225h.4q.35%200%20.575-.225T7%2017.7v-1.2h3.175q.5%200%20.738-.312t.237-.688t-.238-.687t-.737-.313H7v-3h10.625q.5%200%20.8-.4t.15-.9L17.35%206.3q-.125-.35-.413-.575T16.3%205.5H7.7q-.35%200-.638.225T6.65%206.3zm2.65-1.6l.7-2h7.3l.7%202zm2.063%204.213Q10%2013.425%2010%2013t-.288-.712T9%2012t-.712.288T8%2013t.288.713T9%2014t.713-.288M17.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.15zm4.238-4.288Q23%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.3q0%20.425-.288.713T21%2011.3t-.712-.288T20%2010.3V4H4v16h6.775q.425%200%20.713.288t.287.712t-.288.713t-.712.287z%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%22M4%2020V4v7.3v-.3zm1-8.9v6.6q0%20.35.225.575t.575.225h.4q.35%200%20.575-.225T7%2017.7v-1.2h3.175q.5%200%20.738-.312t.237-.688t-.238-.687t-.737-.313H7v-3h10.625q.5%200%20.8-.4t.15-.9L17.35%206.3q-.125-.35-.413-.575T16.3%205.5H7.7q-.35%200-.638.225T6.65%206.3zm2.65-1.6l.7-2h7.3l.7%202zm2.063%204.213Q10%2013.425%2010%2013t-.288-.712T9%2012t-.712.288T8%2013t.288.713T9%2014t.713-.288M17.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.15zm4.238-4.288Q23%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.3q0%20.425-.288.713T21%2011.3t-.712-.288T20%2010.3V4H4v16h6.775q.425%200%20.713.288t.287.712t-.288.713t-.712.287z%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-outline-rounded.svg?color=%231a73e8&size=48