portrait lighting icon
portrait-lighting-sharp from Material Symbols by Google · Sharp · Apache-2.0 Free for personal and commercial use.
- Name
- portrait-lighting-sharp
- Set
- Material Symbols
- Style
- Sharp
- Viewbox
- 24×24
- License
- Apache 2.0
2 other variants in Material Symbols
Related icons in Material Symbols
Use the portrait lighting icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 12q-1.65 0-2.825-1.175Q8 9.65 8 8q0-1.65 1.175-2.825Q10.35 4 12 4q1.65 0 2.825 1.175Q16 6.35 16 8q0 1.65-1.175 2.825Q13.65 12 12 12Zm-8 8v-2.8q0-.85.438-1.563q.437-.712 1.162-1.087q1.55-.775 3.15-1.163Q10.35 13 12 13t3.25.387q1.6.388 3.15 1.163q.725.375 1.162 1.087Q20 16.35 20 17.2V20Zm8-2h6v-.8q0-.275-.137-.5q-.138-.225-.363-.35q-1.35-.675-2.725-1.013Q13.4 15 12 15Zm0-8q.825 0 1.413-.588Q14 8.825 14 8t-.587-1.412Q12.825 6 12 6Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPortraitLightingSharp(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 12q-1.65 0-2.825-1.175Q8 9.65 8 8q0-1.65 1.175-2.825Q10.35 4 12 4q1.65 0 2.825 1.175Q16 6.35 16 8q0 1.65-1.175 2.825Q13.65 12 12 12Zm-8 8v-2.8q0-.85.438-1.563q.437-.712 1.162-1.087q1.55-.775 3.15-1.163Q10.35 13 12 13t3.25.387q1.6.388 3.15 1.163q.725.375 1.162 1.087Q20 16.35 20 17.2V20Zm8-2h6v-.8q0-.275-.137-.5q-.138-.225-.363-.35q-1.35-.675-2.725-1.013Q13.4 15 12 15Zm0-8q.825 0 1.413-.588Q14 8.825 14 8t-.587-1.412Q12.825 6 12 6Z"/></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 12q-1.65 0-2.825-1.175Q8 9.65 8 8q0-1.65 1.175-2.825Q10.35 4 12 4q1.65 0 2.825 1.175Q16 6.35 16 8q0 1.65-1.175 2.825Q13.65 12 12 12Zm-8 8v-2.8q0-.85.438-1.563q.437-.712 1.162-1.087q1.55-.775 3.15-1.163Q10.35 13 12 13t3.25.387q1.6.388 3.15 1.163q.725.375 1.162 1.087Q20 16.35 20 17.2V20Zm8-2h6v-.8q0-.275-.137-.5q-.138-.225-.363-.35q-1.35-.675-2.725-1.013Q13.4 15 12 15Zm0-8q.825 0 1.413-.588Q14 8.825 14 8t-.587-1.412Q12.825 6 12 6Z"/></svg> </template>
CSS
.icon-portrait-lighting-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%2012q-1.65%200-2.825-1.175Q8%209.65%208%208q0-1.65%201.175-2.825Q10.35%204%2012%204q1.65%200%202.825%201.175Q16%206.35%2016%208q0%201.65-1.175%202.825Q13.65%2012%2012%2012Zm-8%208v-2.8q0-.85.438-1.563q.437-.712%201.162-1.087q1.55-.775%203.15-1.163Q10.35%2013%2012%2013t3.25.387q1.6.388%203.15%201.163q.725.375%201.162%201.087Q20%2016.35%2020%2017.2V20Zm8-2h6v-.8q0-.275-.137-.5q-.138-.225-.363-.35q-1.35-.675-2.725-1.013Q13.4%2015%2012%2015Zm0-8q.825%200%201.413-.588Q14%208.825%2014%208t-.587-1.412Q12.825%206%2012%206Z%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%2012q-1.65%200-2.825-1.175Q8%209.65%208%208q0-1.65%201.175-2.825Q10.35%204%2012%204q1.65%200%202.825%201.175Q16%206.35%2016%208q0%201.65-1.175%202.825Q13.65%2012%2012%2012Zm-8%208v-2.8q0-.85.438-1.563q.437-.712%201.162-1.087q1.55-.775%203.15-1.163Q10.35%2013%2012%2013t3.25.387q1.6.388%203.15%201.163q.725.375%201.162%201.087Q20%2016.35%2020%2017.2V20Zm8-2h6v-.8q0-.275-.137-.5q-.138-.225-.363-.35q-1.35-.675-2.725-1.013Q13.4%2015%2012%2015Zm0-8q.825%200%201.413-.588Q14%208.825%2014%208t-.587-1.412Q12.825%206%2012%206Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/portrait-lighting-sharp.svg?color=%231a73e8&size=48