blanket icon
blanket from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- blanket
- Set
- Material Symbols
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- blanket-sharp
3 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
Use the blanket icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 21q-1.25 0-2.125-.875T1 18V6q0-1.25.875-2.125T4 3h8q1.25 0 2.125.875T15 6v6.3h1q.825 0 1.413.588T18 14.3v3.2q0 .2.15.35t.35.15t.35-.15t.15-.35V11q-.825 0-1.412-.587T17 9V6h1V4h1.5v2h1V4H22v2h1v3q0 .825-.587 1.413T21 11v6.4q0 1.05-.725 1.775T18.5 19.9t-1.775-.725T16 17.4v-3.2h-1V19q0-1.575-1.213-2.787T11 15H6.5q-1.05 0-1.775.725T4 17.5t.725 1.775T6.5 20H11q.425 0 .713-.288T12 19t-.288-.712T11 18H6.5q-.2 0-.35-.15T6 17.5t.15-.35t.35-.15H11q.825 0 1.413.588T13 19t-.587 1.413T11 21z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBlanket(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="M4 21q-1.25 0-2.125-.875T1 18V6q0-1.25.875-2.125T4 3h8q1.25 0 2.125.875T15 6v6.3h1q.825 0 1.413.588T18 14.3v3.2q0 .2.15.35t.35.15t.35-.15t.15-.35V11q-.825 0-1.412-.587T17 9V6h1V4h1.5v2h1V4H22v2h1v3q0 .825-.587 1.413T21 11v6.4q0 1.05-.725 1.775T18.5 19.9t-1.775-.725T16 17.4v-3.2h-1V19q0-1.575-1.213-2.787T11 15H6.5q-1.05 0-1.775.725T4 17.5t.725 1.775T6.5 20H11q.425 0 .713-.288T12 19t-.288-.712T11 18H6.5q-.2 0-.35-.15T6 17.5t.15-.35t.35-.15H11q.825 0 1.413.588T13 19t-.587 1.413T11 21z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 21q-1.25 0-2.125-.875T1 18V6q0-1.25.875-2.125T4 3h8q1.25 0 2.125.875T15 6v6.3h1q.825 0 1.413.588T18 14.3v3.2q0 .2.15.35t.35.15t.35-.15t.15-.35V11q-.825 0-1.412-.587T17 9V6h1V4h1.5v2h1V4H22v2h1v3q0 .825-.587 1.413T21 11v6.4q0 1.05-.725 1.775T18.5 19.9t-1.775-.725T16 17.4v-3.2h-1V19q0-1.575-1.213-2.787T11 15H6.5q-1.05 0-1.775.725T4 17.5t.725 1.775T6.5 20H11q.425 0 .713-.288T12 19t-.288-.712T11 18H6.5q-.2 0-.35-.15T6 17.5t.15-.35t.35-.15H11q.825 0 1.413.588T13 19t-.587 1.413T11 21z"/></svg> </template>
CSS
.icon-blanket {
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%22M4%2021q-1.25%200-2.125-.875T1%2018V6q0-1.25.875-2.125T4%203h8q1.25%200%202.125.875T15%206v6.3h1q.825%200%201.413.588T18%2014.3v3.2q0%20.2.15.35t.35.15t.35-.15t.15-.35V11q-.825%200-1.412-.587T17%209V6h1V4h1.5v2h1V4H22v2h1v3q0%20.825-.587%201.413T21%2011v6.4q0%201.05-.725%201.775T18.5%2019.9t-1.775-.725T16%2017.4v-3.2h-1V19q0-1.575-1.213-2.787T11%2015H6.5q-1.05%200-1.775.725T4%2017.5t.725%201.775T6.5%2020H11q.425%200%20.713-.288T12%2019t-.288-.712T11%2018H6.5q-.2%200-.35-.15T6%2017.5t.15-.35t.35-.15H11q.825%200%201.413.588T13%2019t-.587%201.413T11%2021z%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%22M4%2021q-1.25%200-2.125-.875T1%2018V6q0-1.25.875-2.125T4%203h8q1.25%200%202.125.875T15%206v6.3h1q.825%200%201.413.588T18%2014.3v3.2q0%20.2.15.35t.35.15t.35-.15t.15-.35V11q-.825%200-1.412-.587T17%209V6h1V4h1.5v2h1V4H22v2h1v3q0%20.825-.587%201.413T21%2011v6.4q0%201.05-.725%201.775T18.5%2019.9t-1.775-.725T16%2017.4v-3.2h-1V19q0-1.575-1.213-2.787T11%2015H6.5q-1.05%200-1.775.725T4%2017.5t.725%201.775T6.5%2020H11q.425%200%20.713-.288T12%2019t-.288-.712T11%2018H6.5q-.2%200-.35-.15T6%2017.5t.15-.35t.35-.15H11q.825%200%201.413.588T13%2019t-.587%201.413T11%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/blanket.svg?color=%231a73e8&size=48