checkroom from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.

Name
checkroom
Set
Material Symbols
Style
Regular
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
checkroom-outline, checkroom-outline-sharp, checkroom-sharp

1 other variant in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the checkroom icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 20q-.425 0-.712-.288T2 19q0-.25.1-.462t.3-.338l8.6-6.45V10q0-.425.3-.712T12.025 9q.625 0 1.05-.45t.425-1.075t-.437-1.05T12 6t-1.062.438T10.5 7.5h-2q0-1.45 1.025-2.475T12 4t2.475 1.013T15.5 7.475q0 1.175-.687 2.1T13 10.85v.9l8.6 6.45q.2.125.3.338T22 19q0 .425-.287.713T21 20zm3-2h12l-6-4.5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCheckroom(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="M3 20q-.425 0-.712-.288T2 19q0-.25.1-.462t.3-.338l8.6-6.45V10q0-.425.3-.712T12.025 9q.625 0 1.05-.45t.425-1.075t-.437-1.05T12 6t-1.062.438T10.5 7.5h-2q0-1.45 1.025-2.475T12 4t2.475 1.013T15.5 7.475q0 1.175-.687 2.1T13 10.85v.9l8.6 6.45q.2.125.3.338T22 19q0 .425-.287.713T21 20zm3-2h12l-6-4.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 20q-.425 0-.712-.288T2 19q0-.25.1-.462t.3-.338l8.6-6.45V10q0-.425.3-.712T12.025 9q.625 0 1.05-.45t.425-1.075t-.437-1.05T12 6t-1.062.438T10.5 7.5h-2q0-1.45 1.025-2.475T12 4t2.475 1.013T15.5 7.475q0 1.175-.687 2.1T13 10.85v.9l8.6 6.45q.2.125.3.338T22 19q0 .425-.287.713T21 20zm3-2h12l-6-4.5z"/></svg>
</template>

CSS

.icon-checkroom {
  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%22M3%2020q-.425%200-.712-.288T2%2019q0-.25.1-.462t.3-.338l8.6-6.45V10q0-.425.3-.712T12.025%209q.625%200%201.05-.45t.425-1.075t-.437-1.05T12%206t-1.062.438T10.5%207.5h-2q0-1.45%201.025-2.475T12%204t2.475%201.013T15.5%207.475q0%201.175-.687%202.1T13%2010.85v.9l8.6%206.45q.2.125.3.338T22%2019q0%20.425-.287.713T21%2020zm3-2h12l-6-4.5z%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%22M3%2020q-.425%200-.712-.288T2%2019q0-.25.1-.462t.3-.338l8.6-6.45V10q0-.425.3-.712T12.025%209q.625%200%201.05-.45t.425-1.075t-.437-1.05T12%206t-1.062.438T10.5%207.5h-2q0-1.45%201.025-2.475T12%204t2.475%201.013T15.5%207.475q0%201.175-.687%202.1T13%2010.85v.9l8.6%206.45q.2.125.3.338T22%2019q0%20.425-.287.713T21%2020zm3-2h12l-6-4.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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