shades closed icon
shades-closed-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- shades-closed-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 shades closed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.84 21.02q-.236 0-.435-.135q-.2-.133-.31-.345q-.42-.784-1.175-1.268q-.754-.483-1.69-.483q-.984 0-1.787.486q-.802.487-1.227 1.29q-.112.212-.311.333q-.2.121-.416.121h-.104q-.194 0-.309-.114t-.114-.309L3.98 4h-.506q-.194 0-.334-.143Q3 3.713 3 3.5q0-.194.143-.347Q3.287 3 3.5 3h17q.194 0 .347.153T21 3.5q0 .214-.153.357T20.5 4h-.48v16.577q0 .194-.125.318t-.318.124h-.115q-.218 0-.42-.133q-.202-.134-.313-.345q-.425-.804-1.225-1.278t-1.754-.475q-.965 0-1.727.484t-1.186 1.269q-.112.211-.302.344q-.189.134-.426.134zM12.5 4h-1v13.862h1z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightShadesClosedRounded(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="M11.84 21.02q-.236 0-.435-.135q-.2-.133-.31-.345q-.42-.784-1.175-1.268q-.754-.483-1.69-.483q-.984 0-1.787.486q-.802.487-1.227 1.29q-.112.212-.311.333q-.2.121-.416.121h-.104q-.194 0-.309-.114t-.114-.309L3.98 4h-.506q-.194 0-.334-.143Q3 3.713 3 3.5q0-.194.143-.347Q3.287 3 3.5 3h17q.194 0 .347.153T21 3.5q0 .214-.153.357T20.5 4h-.48v16.577q0 .194-.125.318t-.318.124h-.115q-.218 0-.42-.133q-.202-.134-.313-.345q-.425-.804-1.225-1.278t-1.754-.475q-.965 0-1.727.484t-1.186 1.269q-.112.211-.302.344q-.189.134-.426.134zM12.5 4h-1v13.862h1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.84 21.02q-.236 0-.435-.135q-.2-.133-.31-.345q-.42-.784-1.175-1.268q-.754-.483-1.69-.483q-.984 0-1.787.486q-.802.487-1.227 1.29q-.112.212-.311.333q-.2.121-.416.121h-.104q-.194 0-.309-.114t-.114-.309L3.98 4h-.506q-.194 0-.334-.143Q3 3.713 3 3.5q0-.194.143-.347Q3.287 3 3.5 3h17q.194 0 .347.153T21 3.5q0 .214-.153.357T20.5 4h-.48v16.577q0 .194-.125.318t-.318.124h-.115q-.218 0-.42-.133q-.202-.134-.313-.345q-.425-.804-1.225-1.278t-1.754-.475q-.965 0-1.727.484t-1.186 1.269q-.112.211-.302.344q-.189.134-.426.134zM12.5 4h-1v13.862h1z"/></svg> </template>
CSS
.icon-shades-closed-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%22M11.84%2021.02q-.236%200-.435-.135q-.2-.133-.31-.345q-.42-.784-1.175-1.268q-.754-.483-1.69-.483q-.984%200-1.787.486q-.802.487-1.227%201.29q-.112.212-.311.333q-.2.121-.416.121h-.104q-.194%200-.309-.114t-.114-.309L3.98%204h-.506q-.194%200-.334-.143Q3%203.713%203%203.5q0-.194.143-.347Q3.287%203%203.5%203h17q.194%200%20.347.153T21%203.5q0%20.214-.153.357T20.5%204h-.48v16.577q0%20.194-.125.318t-.318.124h-.115q-.218%200-.42-.133q-.202-.134-.313-.345q-.425-.804-1.225-1.278t-1.754-.475q-.965%200-1.727.484t-1.186%201.269q-.112.211-.302.344q-.189.134-.426.134zM12.5%204h-1v13.862h1z%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%22M11.84%2021.02q-.236%200-.435-.135q-.2-.133-.31-.345q-.42-.784-1.175-1.268q-.754-.483-1.69-.483q-.984%200-1.787.486q-.802.487-1.227%201.29q-.112.212-.311.333q-.2.121-.416.121h-.104q-.194%200-.309-.114t-.114-.309L3.98%204h-.506q-.194%200-.334-.143Q3%203.713%203%203.5q0-.194.143-.347Q3.287%203%203.5%203h17q.194%200%20.347.153T21%203.5q0%20.214-.153.357T20.5%204h-.48v16.577q0%20.194-.125.318t-.318.124h-.115q-.218%200-.42-.133q-.202-.134-.313-.345q-.425-.804-1.225-1.278t-1.754-.475q-.965%200-1.727.484t-1.186%201.269q-.112.211-.302.344q-.189.134-.426.134zM12.5%204h-1v13.862h1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/shades-closed-rounded.svg?color=%231a73e8&size=48