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

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

3 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

Use the curtains icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 19V5.616q0-.672.472-1.144T6.616 4h10.769q.67 0 1.143.472q.472.472.472 1.144V19h1.5q.214 0 .357.143T21 19.5t-.143.357T20.5 20h-17q-.213 0-.357-.143T3 19.5t.143-.357T3.5 19zm2.11-7q1.988.856 3.067 2.883T11.45 19h1.1q.194-2.09 1.273-4.117T16.891 12q-2.008-.856-3.087-2.883T12.53 5h-1.08q-.194 2.09-1.273 4.117T7.11 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCurtainsRounded(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 19V5.616q0-.672.472-1.144T6.616 4h10.769q.67 0 1.143.472q.472.472.472 1.144V19h1.5q.214 0 .357.143T21 19.5t-.143.357T20.5 20h-17q-.213 0-.357-.143T3 19.5t.143-.357T3.5 19zm2.11-7q1.988.856 3.067 2.883T11.45 19h1.1q.194-2.09 1.273-4.117T16.891 12q-2.008-.856-3.087-2.883T12.53 5h-1.08q-.194 2.09-1.273 4.117T7.11 12"/></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 19V5.616q0-.672.472-1.144T6.616 4h10.769q.67 0 1.143.472q.472.472.472 1.144V19h1.5q.214 0 .357.143T21 19.5t-.143.357T20.5 20h-17q-.213 0-.357-.143T3 19.5t.143-.357T3.5 19zm2.11-7q1.988.856 3.067 2.883T11.45 19h1.1q.194-2.09 1.273-4.117T16.891 12q-2.008-.856-3.087-2.883T12.53 5h-1.08q-.194 2.09-1.273 4.117T7.11 12"/></svg>
</template>

CSS

.icon-curtains-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%2019V5.616q0-.672.472-1.144T6.616%204h10.769q.67%200%201.143.472q.472.472.472%201.144V19h1.5q.214%200%20.357.143T21%2019.5t-.143.357T20.5%2020h-17q-.213%200-.357-.143T3%2019.5t.143-.357T3.5%2019zm2.11-7q1.988.856%203.067%202.883T11.45%2019h1.1q.194-2.09%201.273-4.117T16.891%2012q-2.008-.856-3.087-2.883T12.53%205h-1.08q-.194%202.09-1.273%204.117T7.11%2012%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%2019V5.616q0-.672.472-1.144T6.616%204h10.769q.67%200%201.143.472q.472.472.472%201.144V19h1.5q.214%200%20.357.143T21%2019.5t-.143.357T20.5%2020h-17q-.213%200-.357-.143T3%2019.5t.143-.357T3.5%2019zm2.11-7q1.988.856%203.067%202.883T11.45%2019h1.1q.194-2.09%201.273-4.117T16.891%2012q-2.008-.856-3.087-2.883T12.53%205h-1.08q-.194%202.09-1.273%204.117T7.11%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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