curtains icon
curtains from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- curtains
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the curtains icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M22 3H2m3 11c.598-.707 1.767-2.606 2-5m12 5c-.599-.707-1.767-2.606-2-5M3 3v11.625m0 0v2.125c0 2.003 0 3.005.586 3.628C4.172 21 5.114 21 7 21h1c0-1.469-.4-4.922-2-6.985m-3 .61c1.148-.077 2.141-.29 3-.61m0 0c3.88-1.44 6-6.8 6-11.015m9 0v11.625m0 0v2.125c0 2.003 0 3.005-.586 3.628C19.828 21 18.886 21 17 21h-1c0-1.469.4-4.922 2-6.985m3 .61c-1.148-.077-2.141-.29-3-.61m0 0c-3.88-1.44-6-6.8-6-11.015"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCurtains(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M22 3H2m3 11c.598-.707 1.767-2.606 2-5m12 5c-.599-.707-1.767-2.606-2-5M3 3v11.625m0 0v2.125c0 2.003 0 3.005.586 3.628C4.172 21 5.114 21 7 21h1c0-1.469-.4-4.922-2-6.985m-3 .61c1.148-.077 2.141-.29 3-.61m0 0c3.88-1.44 6-6.8 6-11.015m9 0v11.625m0 0v2.125c0 2.003 0 3.005-.586 3.628C19.828 21 18.886 21 17 21h-1c0-1.469.4-4.922 2-6.985m3 .61c-1.148-.077-2.141-.29-3-.61m0 0c-3.88-1.44-6-6.8-6-11.015"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M22 3H2m3 11c.598-.707 1.767-2.606 2-5m12 5c-.599-.707-1.767-2.606-2-5M3 3v11.625m0 0v2.125c0 2.003 0 3.005.586 3.628C4.172 21 5.114 21 7 21h1c0-1.469-.4-4.922-2-6.985m-3 .61c1.148-.077 2.141-.29 3-.61m0 0c3.88-1.44 6-6.8 6-11.015m9 0v11.625m0 0v2.125c0 2.003 0 3.005-.586 3.628C19.828 21 18.886 21 17 21h-1c0-1.469.4-4.922 2-6.985m3 .61c-1.148-.077-2.141-.29-3-.61m0 0c-3.88-1.44-6-6.8-6-11.015"/></svg> </template>
CSS
.icon-curtains {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M22%203H2m3%2011c.598-.707%201.767-2.606%202-5m12%205c-.599-.707-1.767-2.606-2-5M3%203v11.625m0%200v2.125c0%202.003%200%203.005.586%203.628C4.172%2021%205.114%2021%207%2021h1c0-1.469-.4-4.922-2-6.985m-3%20.61c1.148-.077%202.141-.29%203-.61m0%200c3.88-1.44%206-6.8%206-11.015m9%200v11.625m0%200v2.125c0%202.003%200%203.005-.586%203.628C19.828%2021%2018.886%2021%2017%2021h-1c0-1.469.4-4.922%202-6.985m3%20.61c-1.148-.077-2.141-.29-3-.61m0%200c-3.88-1.44-6-6.8-6-11.015%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M22%203H2m3%2011c.598-.707%201.767-2.606%202-5m12%205c-.599-.707-1.767-2.606-2-5M3%203v11.625m0%200v2.125c0%202.003%200%203.005.586%203.628C4.172%2021%205.114%2021%207%2021h1c0-1.469-.4-4.922-2-6.985m-3%20.61c1.148-.077%202.141-.29%203-.61m0%200c3.88-1.44%206-6.8%206-11.015m9%200v11.625m0%200v2.125c0%202.003%200%203.005-.586%203.628C19.828%2021%2018.886%2021%2017%2021h-1c0-1.469.4-4.922%202-6.985m3%20.61c-1.148-.077-2.141-.29-3-.61m0%200c-3.88-1.44-6-6.8-6-11.015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/curtains.svg?color=%231a73e8&size=48