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

Name
checkroom-rounded
Set
Material Symbols Light
Style
Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
checkroom-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

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="M5.039 18H18.98L12 12.866zm5.259-10.888q-.067.14-.18.219t-.277.078q-.215 0-.36-.144q-.147-.145-.147-.36q0-.063.013-.093t.044-.09q.346-.77 1.059-1.246T12.02 5q1.2 0 2.022.82q.823.82.823 2.02q0 1.06-.668 1.84q-.668.782-1.697.959v1.342l8.312 6.123q.104.062.155.168t.052.23q0 .212-.143.355t-.357.143H3.5q-.213 0-.356-.142T3 18.508q0-.124.052-.232t.156-.172L11.5 11.98v-1.789q0-.212.148-.356t.358-.144q.76 0 1.31-.546q.55-.547.55-1.306q0-.76-.539-1.3Q12.789 6 12.019 6q-.546 0-1.017.295q-.471.296-.704.817"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCheckroomRounded(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="M5.039 18H18.98L12 12.866zm5.259-10.888q-.067.14-.18.219t-.277.078q-.215 0-.36-.144q-.147-.145-.147-.36q0-.063.013-.093t.044-.09q.346-.77 1.059-1.246T12.02 5q1.2 0 2.022.82q.823.82.823 2.02q0 1.06-.668 1.84q-.668.782-1.697.959v1.342l8.312 6.123q.104.062.155.168t.052.23q0 .212-.143.355t-.357.143H3.5q-.213 0-.356-.142T3 18.508q0-.124.052-.232t.156-.172L11.5 11.98v-1.789q0-.212.148-.356t.358-.144q.76 0 1.31-.546q.55-.547.55-1.306q0-.76-.539-1.3Q12.789 6 12.019 6q-.546 0-1.017.295q-.471.296-.704.817"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.039 18H18.98L12 12.866zm5.259-10.888q-.067.14-.18.219t-.277.078q-.215 0-.36-.144q-.147-.145-.147-.36q0-.063.013-.093t.044-.09q.346-.77 1.059-1.246T12.02 5q1.2 0 2.022.82q.823.82.823 2.02q0 1.06-.668 1.84q-.668.782-1.697.959v1.342l8.312 6.123q.104.062.155.168t.052.23q0 .212-.143.355t-.357.143H3.5q-.213 0-.356-.142T3 18.508q0-.124.052-.232t.156-.172L11.5 11.98v-1.789q0-.212.148-.356t.358-.144q.76 0 1.31-.546q.55-.547.55-1.306q0-.76-.539-1.3Q12.789 6 12.019 6q-.546 0-1.017.295q-.471.296-.704.817"/></svg>
</template>

CSS

.icon-checkroom-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%22M5.039%2018H18.98L12%2012.866zm5.259-10.888q-.067.14-.18.219t-.277.078q-.215%200-.36-.144q-.147-.145-.147-.36q0-.063.013-.093t.044-.09q.346-.77%201.059-1.246T12.02%205q1.2%200%202.022.82q.823.82.823%202.02q0%201.06-.668%201.84q-.668.782-1.697.959v1.342l8.312%206.123q.104.062.155.168t.052.23q0%20.212-.143.355t-.357.143H3.5q-.213%200-.356-.142T3%2018.508q0-.124.052-.232t.156-.172L11.5%2011.98v-1.789q0-.212.148-.356t.358-.144q.76%200%201.31-.546q.55-.547.55-1.306q0-.76-.539-1.3Q12.789%206%2012.019%206q-.546%200-1.017.295q-.471.296-.704.817%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%22M5.039%2018H18.98L12%2012.866zm5.259-10.888q-.067.14-.18.219t-.277.078q-.215%200-.36-.144q-.147-.145-.147-.36q0-.063.013-.093t.044-.09q.346-.77%201.059-1.246T12.02%205q1.2%200%202.022.82q.823.82.823%202.02q0%201.06-.668%201.84q-.668.782-1.697.959v1.342l8.312%206.123q.104.062.155.168t.052.23q0%20.212-.143.355t-.357.143H3.5q-.213%200-.356-.142T3%2018.508q0-.124.052-.232t.156-.172L11.5%2011.98v-1.789q0-.212.148-.356t.358-.144q.76%200%201.31-.546q.55-.547.55-1.306q0-.76-.539-1.3Q12.789%206%2012.019%206q-.546%200-1.017.295q-.471.296-.704.817%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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