nightstand2 icon
nightstand2-filled from Reicon by REICON · Filled · Home · MIT Free for personal and commercial use.
- Name
- nightstand2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Home
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More home icons from Reicon
Use the nightstand2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M21.974 7.25H2.026c.066-2.021.302-3.235 1.146-4.078C4.343 2 6.229 2 10 2h4c3.771 0 5.657 0 6.828 1.172c.844.843 1.08 2.057 1.146 4.078M2 10q0-.663.002-1.25h19.996Q22 9.337 22 10v2q0 .662-.002 1.25H2.002Q1.999 12.662 2 12zm19.974 4.75H2.026c.066 2.021.302 3.235 1.146 4.078a3.1 3.1 0 0 0 1.078.697V22a.75.75 0 0 0 1.5 0v-2.129C6.82 20 8.194 20 10 20h4c1.806 0 3.18 0 4.25-.129V22a.75.75 0 0 0 1.5 0v-2.475a3.1 3.1 0 0 0 1.078-.697c.844-.843 1.08-2.057 1.146-4.078M13 17a1 1 0 1 1-2 0a1 1 0 0 1 2 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconNightstand2Filled(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" fillRule="evenodd" d="M21.974 7.25H2.026c.066-2.021.302-3.235 1.146-4.078C4.343 2 6.229 2 10 2h4c3.771 0 5.657 0 6.828 1.172c.844.843 1.08 2.057 1.146 4.078M2 10q0-.663.002-1.25h19.996Q22 9.337 22 10v2q0 .662-.002 1.25H2.002Q1.999 12.662 2 12zm19.974 4.75H2.026c.066 2.021.302 3.235 1.146 4.078a3.1 3.1 0 0 0 1.078.697V22a.75.75 0 0 0 1.5 0v-2.129C6.82 20 8.194 20 10 20h4c1.806 0 3.18 0 4.25-.129V22a.75.75 0 0 0 1.5 0v-2.475a3.1 3.1 0 0 0 1.078-.697c.844-.843 1.08-2.057 1.146-4.078M13 17a1 1 0 1 1-2 0a1 1 0 0 1 2 0" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M21.974 7.25H2.026c.066-2.021.302-3.235 1.146-4.078C4.343 2 6.229 2 10 2h4c3.771 0 5.657 0 6.828 1.172c.844.843 1.08 2.057 1.146 4.078M2 10q0-.663.002-1.25h19.996Q22 9.337 22 10v2q0 .662-.002 1.25H2.002Q1.999 12.662 2 12zm19.974 4.75H2.026c.066 2.021.302 3.235 1.146 4.078a3.1 3.1 0 0 0 1.078.697V22a.75.75 0 0 0 1.5 0v-2.129C6.82 20 8.194 20 10 20h4c1.806 0 3.18 0 4.25-.129V22a.75.75 0 0 0 1.5 0v-2.475a3.1 3.1 0 0 0 1.078-.697c.844-.843 1.08-2.057 1.146-4.078M13 17a1 1 0 1 1-2 0a1 1 0 0 1 2 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-nightstand2-filled {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M21.974%207.25H2.026c.066-2.021.302-3.235%201.146-4.078C4.343%202%206.229%202%2010%202h4c3.771%200%205.657%200%206.828%201.172c.844.843%201.08%202.057%201.146%204.078M2%2010q0-.663.002-1.25h19.996Q22%209.337%2022%2010v2q0%20.662-.002%201.25H2.002Q1.999%2012.662%202%2012zm19.974%204.75H2.026c.066%202.021.302%203.235%201.146%204.078a3.1%203.1%200%200%200%201.078.697V22a.75.75%200%200%200%201.5%200v-2.129C6.82%2020%208.194%2020%2010%2020h4c1.806%200%203.18%200%204.25-.129V22a.75.75%200%200%200%201.5%200v-2.475a3.1%203.1%200%200%200%201.078-.697c.844-.843%201.08-2.057%201.146-4.078M13%2017a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M21.974%207.25H2.026c.066-2.021.302-3.235%201.146-4.078C4.343%202%206.229%202%2010%202h4c3.771%200%205.657%200%206.828%201.172c.844.843%201.08%202.057%201.146%204.078M2%2010q0-.663.002-1.25h19.996Q22%209.337%2022%2010v2q0%20.662-.002%201.25H2.002Q1.999%2012.662%202%2012zm19.974%204.75H2.026c.066%202.021.302%203.235%201.146%204.078a3.1%203.1%200%200%200%201.078.697V22a.75.75%200%200%200%201.5%200v-2.129C6.82%2020%208.194%2020%2010%2020h4c1.806%200%203.18%200%204.25-.129V22a.75.75%200%200%200%201.5%200v-2.475a3.1%203.1%200%200%200%201.078-.697c.844-.843%201.08-2.057%201.146-4.078M13%2017a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/nightstand2-filled.svg?color=%231a73e8&size=48