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

Name
garage-check
Set
Material Symbols Light
Style
Regular
Category
Transit
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

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.304 10.5l1.046-3h7.3l1.046 3zm1.85 3.04q.23-.23.23-.54t-.23-.54t-.538-.23t-.54.23t-.23.54t.23.54t.54.23t.539-.23m7.453 6.076l3.357-3.358l-.557-.558l-2.8 2.8l-1.4-1.4l-.558.558zm3.535-4.855q1.165 1.164 1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164t-1.164-2.836t1.164-2.835t2.836-1.165q1.67 0 2.835 1.165M11.91 21H4.616q-.691 0-1.153-.462T3 19.385V4.615q0-.69.463-1.152T4.615 3h14.77q.69 0 1.152.463T21 4.616v7.775q-.65-.475-1.403-.766q-.753-.29-1.597-.377l-1.496-4.294q-.068-.215-.24-.335q-.172-.119-.387-.119H8.123q-.215 0-.387.12q-.172.118-.24.334L6 11.254v5.792q0 .196.129.325t.325.129h.092q.196 0 .325-.129T7 17.046V15.5h4.29q-.17.485-.269 1.014q-.098.528-.098 1.082q0 .933.26 1.792q.261.858.727 1.612"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGarageCheck(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.304 10.5l1.046-3h7.3l1.046 3zm1.85 3.04q.23-.23.23-.54t-.23-.54t-.538-.23t-.54.23t-.23.54t.23.54t.54.23t.539-.23m7.453 6.076l3.357-3.358l-.557-.558l-2.8 2.8l-1.4-1.4l-.558.558zm3.535-4.855q1.165 1.164 1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164t-1.164-2.836t1.164-2.835t2.836-1.165q1.67 0 2.835 1.165M11.91 21H4.616q-.691 0-1.153-.462T3 19.385V4.615q0-.69.463-1.152T4.615 3h14.77q.69 0 1.152.463T21 4.616v7.775q-.65-.475-1.403-.766q-.753-.29-1.597-.377l-1.496-4.294q-.068-.215-.24-.335q-.172-.119-.387-.119H8.123q-.215 0-.387.12q-.172.118-.24.334L6 11.254v5.792q0 .196.129.325t.325.129h.092q.196 0 .325-.129T7 17.046V15.5h4.29q-.17.485-.269 1.014q-.098.528-.098 1.082q0 .933.26 1.792q.261.858.727 1.612"/></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.304 10.5l1.046-3h7.3l1.046 3zm1.85 3.04q.23-.23.23-.54t-.23-.54t-.538-.23t-.54.23t-.23.54t.23.54t.54.23t.539-.23m7.453 6.076l3.357-3.358l-.557-.558l-2.8 2.8l-1.4-1.4l-.558.558zm3.535-4.855q1.165 1.164 1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164t-1.164-2.836t1.164-2.835t2.836-1.165q1.67 0 2.835 1.165M11.91 21H4.616q-.691 0-1.153-.462T3 19.385V4.615q0-.69.463-1.152T4.615 3h14.77q.69 0 1.152.463T21 4.616v7.775q-.65-.475-1.403-.766q-.753-.29-1.597-.377l-1.496-4.294q-.068-.215-.24-.335q-.172-.119-.387-.119H8.123q-.215 0-.387.12q-.172.118-.24.334L6 11.254v5.792q0 .196.129.325t.325.129h.092q.196 0 .325-.129T7 17.046V15.5h4.29q-.17.485-.269 1.014q-.098.528-.098 1.082q0 .933.26 1.792q.261.858.727 1.612"/></svg>
</template>

CSS

.icon-garage-check {
  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.304%2010.5l1.046-3h7.3l1.046%203zm1.85%203.04q.23-.23.23-.54t-.23-.54t-.538-.23t-.54.23t-.23.54t.23.54t.54.23t.539-.23m7.453%206.076l3.357-3.358l-.557-.558l-2.8%202.8l-1.4-1.4l-.558.558zm3.535-4.855q1.165%201.164%201.165%202.835t-1.165%202.836t-2.835%201.164t-2.836-1.164t-1.164-2.836t1.164-2.835t2.836-1.165q1.67%200%202.835%201.165M11.91%2021H4.616q-.691%200-1.153-.462T3%2019.385V4.615q0-.69.463-1.152T4.615%203h14.77q.69%200%201.152.463T21%204.616v7.775q-.65-.475-1.403-.766q-.753-.29-1.597-.377l-1.496-4.294q-.068-.215-.24-.335q-.172-.119-.387-.119H8.123q-.215%200-.387.12q-.172.118-.24.334L6%2011.254v5.792q0%20.196.129.325t.325.129h.092q.196%200%20.325-.129T7%2017.046V15.5h4.29q-.17.485-.269%201.014q-.098.528-.098%201.082q0%20.933.26%201.792q.261.858.727%201.612%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.304%2010.5l1.046-3h7.3l1.046%203zm1.85%203.04q.23-.23.23-.54t-.23-.54t-.538-.23t-.54.23t-.23.54t.23.54t.54.23t.539-.23m7.453%206.076l3.357-3.358l-.557-.558l-2.8%202.8l-1.4-1.4l-.558.558zm3.535-4.855q1.165%201.164%201.165%202.835t-1.165%202.836t-2.835%201.164t-2.836-1.164t-1.164-2.836t1.164-2.835t2.836-1.165q1.67%200%202.835%201.165M11.91%2021H4.616q-.691%200-1.153-.462T3%2019.385V4.615q0-.69.463-1.152T4.615%203h14.77q.69%200%201.152.463T21%204.616v7.775q-.65-.475-1.403-.766q-.753-.29-1.597-.377l-1.496-4.294q-.068-.215-.24-.335q-.172-.119-.387-.119H8.123q-.215%200-.387.12q-.172.118-.24.334L6%2011.254v5.792q0%20.196.129.325t.325.129h.092q.196%200%20.325-.129T7%2017.046V15.5h4.29q-.17.485-.269%201.014q-.098.528-.098%201.082q0%20.933.26%201.792q.261.858.727%201.612%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Garage Check icon — Material Symbols Light · IconsDB