garage-check-sharp from Material Symbols by Google · Sharp · Transit · Apache-2.0 Free for personal and commercial use.

Name
garage-check-sharp
Set
Material Symbols
Style
Sharp
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="m7.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-.288M17.3 20.25l3.55-3.55l-.75-.75l-2.8 2.8l-1.4-1.4l-.75.75zm4.238-5.788Q23 15.926 23 18t-1.463 3.538T18 23t-3.537-1.463T13 18t1.463-3.537T18 13t3.538 1.463M12.275 22H2V2h20v10.275q-.65-.475-1.412-.775T19 11.075L17.075 5.5H6.925L5 11.1v7.4h2v-2h4.175q-.075.35-.125.725T11 18q0 1.125.338 2.138T12.275 22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGarageCheckSharp(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="m7.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-.288M17.3 20.25l3.55-3.55l-.75-.75l-2.8 2.8l-1.4-1.4l-.75.75zm4.238-5.788Q23 15.926 23 18t-1.463 3.538T18 23t-3.537-1.463T13 18t1.463-3.537T18 13t3.538 1.463M12.275 22H2V2h20v10.275q-.65-.475-1.412-.775T19 11.075L17.075 5.5H6.925L5 11.1v7.4h2v-2h4.175q-.075.35-.125.725T11 18q0 1.125.338 2.138T12.275 22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.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-.288M17.3 20.25l3.55-3.55l-.75-.75l-2.8 2.8l-1.4-1.4l-.75.75zm4.238-5.788Q23 15.926 23 18t-1.463 3.538T18 23t-3.537-1.463T13 18t1.463-3.537T18 13t3.538 1.463M12.275 22H2V2h20v10.275q-.65-.475-1.412-.775T19 11.075L17.075 5.5H6.925L5 11.1v7.4h2v-2h4.175q-.075.35-.125.725T11 18q0 1.125.338 2.138T12.275 22"/></svg>
</template>

CSS

.icon-garage-check-sharp {
  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%22m7.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-.288M17.3%2020.25l3.55-3.55l-.75-.75l-2.8%202.8l-1.4-1.4l-.75.75zm4.238-5.788Q23%2015.926%2023%2018t-1.463%203.538T18%2023t-3.537-1.463T13%2018t1.463-3.537T18%2013t3.538%201.463M12.275%2022H2V2h20v10.275q-.65-.475-1.412-.775T19%2011.075L17.075%205.5H6.925L5%2011.1v7.4h2v-2h4.175q-.075.35-.125.725T11%2018q0%201.125.338%202.138T12.275%2022%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%22m7.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-.288M17.3%2020.25l3.55-3.55l-.75-.75l-2.8%202.8l-1.4-1.4l-.75.75zm4.238-5.788Q23%2015.926%2023%2018t-1.463%203.538T18%2023t-3.537-1.463T13%2018t1.463-3.537T18%2013t3.538%201.463M12.275%2022H2V2h20v10.275q-.65-.475-1.412-.775T19%2011.075L17.075%205.5H6.925L5%2011.1v7.4h2v-2h4.175q-.075.35-.125.725T11%2018q0%201.125.338%202.138T12.275%2022%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-sharp.svg?color=%231a73e8&size=48