light icon
light-sharp from Material Symbols Light by Google · Sharp · Household · Apache-2.0 Free for personal and commercial use.
- Name
- light-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
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 19.077q-1.285 0-2.18-.896T8.922 16H4.09q-.04-.2-.065-.456Q4 15.287 4 15q.011-3.134 2.171-5.47T11.5 7.012V4.385h1v2.627q3.17.182 5.329 2.518Q19.989 11.866 20 15q0 .288-.025.544T19.91 16h-4.833q0 1.285-.896 2.18T12 19.078M5 15h14q0-2.9-2.05-4.95T12 8t-4.95 2.05T5 15"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLightSharp(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 19.077q-1.285 0-2.18-.896T8.922 16H4.09q-.04-.2-.065-.456Q4 15.287 4 15q.011-3.134 2.171-5.47T11.5 7.012V4.385h1v2.627q3.17.182 5.329 2.518Q19.989 11.866 20 15q0 .288-.025.544T19.91 16h-4.833q0 1.285-.896 2.18T12 19.078M5 15h14q0-2.9-2.05-4.95T12 8t-4.95 2.05T5 15"/></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 19.077q-1.285 0-2.18-.896T8.922 16H4.09q-.04-.2-.065-.456Q4 15.287 4 15q.011-3.134 2.171-5.47T11.5 7.012V4.385h1v2.627q3.17.182 5.329 2.518Q19.989 11.866 20 15q0 .288-.025.544T19.91 16h-4.833q0 1.285-.896 2.18T12 19.078M5 15h14q0-2.9-2.05-4.95T12 8t-4.95 2.05T5 15"/></svg> </template>
CSS
.icon-light-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%2019.077q-1.285%200-2.18-.896T8.922%2016H4.09q-.04-.2-.065-.456Q4%2015.287%204%2015q.011-3.134%202.171-5.47T11.5%207.012V4.385h1v2.627q3.17.182%205.329%202.518Q19.989%2011.866%2020%2015q0%20.288-.025.544T19.91%2016h-4.833q0%201.285-.896%202.18T12%2019.078M5%2015h14q0-2.9-2.05-4.95T12%208t-4.95%202.05T5%2015%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%2019.077q-1.285%200-2.18-.896T8.922%2016H4.09q-.04-.2-.065-.456Q4%2015.287%204%2015q.011-3.134%202.171-5.47T11.5%207.012V4.385h1v2.627q3.17.182%205.329%202.518Q19.989%2011.866%2020%2015q0%20.288-.025.544T19.91%2016h-4.833q0%201.285-.896%202.18T12%2019.078M5%2015h14q0-2.9-2.05-4.95T12%208t-4.95%202.05T5%2015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/light-sharp.svg?color=%231a73e8&size=48