light icon
light-outline-sharp from Material Symbols by Google · Outline Sharp · Household · Apache-2.0 Free for personal and commercial use.
- Name
- light-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
Use the light icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.65 0-2.825-1.175T8 17H3.225q-.1-.4-.163-.913T3 15q.05-3.5 2.325-6.038T11 6.05V3h2v3.05q3.4.375 5.675 2.913T21 15q0 .575-.062 1.088t-.163.912H16q0 1.65-1.175 2.825T12 21m-7-6h14q0-2.9-2.05-4.95T12 8t-4.95 2.05T5 15m8.413 3.413Q14 17.825 14 17h-4q0 .825.588 1.413T12 19t1.413-.587M12 17"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightOutlineSharp(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="M12 21q-1.65 0-2.825-1.175T8 17H3.225q-.1-.4-.163-.913T3 15q.05-3.5 2.325-6.038T11 6.05V3h2v3.05q3.4.375 5.675 2.913T21 15q0 .575-.062 1.088t-.163.912H16q0 1.65-1.175 2.825T12 21m-7-6h14q0-2.9-2.05-4.95T12 8t-4.95 2.05T5 15m8.413 3.413Q14 17.825 14 17h-4q0 .825.588 1.413T12 19t1.413-.587M12 17"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.65 0-2.825-1.175T8 17H3.225q-.1-.4-.163-.913T3 15q.05-3.5 2.325-6.038T11 6.05V3h2v3.05q3.4.375 5.675 2.913T21 15q0 .575-.062 1.088t-.163.912H16q0 1.65-1.175 2.825T12 21m-7-6h14q0-2.9-2.05-4.95T12 8t-4.95 2.05T5 15m8.413 3.413Q14 17.825 14 17h-4q0 .825.588 1.413T12 19t1.413-.587M12 17"/></svg> </template>
CSS
.icon-light-outline-sharp {
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%22M12%2021q-1.65%200-2.825-1.175T8%2017H3.225q-.1-.4-.163-.913T3%2015q.05-3.5%202.325-6.038T11%206.05V3h2v3.05q3.4.375%205.675%202.913T21%2015q0%20.575-.062%201.088t-.163.912H16q0%201.65-1.175%202.825T12%2021m-7-6h14q0-2.9-2.05-4.95T12%208t-4.95%202.05T5%2015m8.413%203.413Q14%2017.825%2014%2017h-4q0%20.825.588%201.413T12%2019t1.413-.587M12%2017%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%22M12%2021q-1.65%200-2.825-1.175T8%2017H3.225q-.1-.4-.163-.913T3%2015q.05-3.5%202.325-6.038T11%206.05V3h2v3.05q3.4.375%205.675%202.913T21%2015q0%20.575-.062%201.088t-.163.912H16q0%201.65-1.175%202.825T12%2021m-7-6h14q0-2.9-2.05-4.95T12%208t-4.95%202.05T5%2015m8.413%203.413Q14%2017.825%2014%2017h-4q0%20.825.588%201.413T12%2019t1.413-.587M12%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/light-outline-sharp.svg?color=%231a73e8&size=48