portrait lighting icon
portrait-lighting-rounded from Material Symbols by Google · Rounded · Apache-2.0 Free for personal and commercial use.
- Name
- portrait-lighting-rounded
- Set
- Material Symbols
- Style
- Rounded
- 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.175T8 8q0-1.65 1.175-2.825T12 4q1.65 0 2.825 1.175T16 8q0 1.65-1.175 2.825T12 12Zm-8 7v-1.8q0-.85.438-1.563T5.6 14.55q1.55-.775 3.15-1.163T12 13q1.65 0 3.25.388t3.15 1.162q.725.375 1.163 1.088T20 17.2V19q0 .425-.288.713T19 20H5q-.425 0-.713-.288T4 19Zm8-1h6v-.8q0-.275-.138-.5t-.362-.35q-1.35-.675-2.725-1.012T12 15v3Zm0-8q.825 0 1.413-.588T14 8q0-.825-.588-1.413T12 6v4Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPortraitLightingRounded(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.175T8 8q0-1.65 1.175-2.825T12 4q1.65 0 2.825 1.175T16 8q0 1.65-1.175 2.825T12 12Zm-8 7v-1.8q0-.85.438-1.563T5.6 14.55q1.55-.775 3.15-1.163T12 13q1.65 0 3.25.388t3.15 1.162q.725.375 1.163 1.088T20 17.2V19q0 .425-.288.713T19 20H5q-.425 0-.713-.288T4 19Zm8-1h6v-.8q0-.275-.138-.5t-.362-.35q-1.35-.675-2.725-1.012T12 15v3Zm0-8q.825 0 1.413-.588T14 8q0-.825-.588-1.413T12 6v4Z"/></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.175T8 8q0-1.65 1.175-2.825T12 4q1.65 0 2.825 1.175T16 8q0 1.65-1.175 2.825T12 12Zm-8 7v-1.8q0-.85.438-1.563T5.6 14.55q1.55-.775 3.15-1.163T12 13q1.65 0 3.25.388t3.15 1.162q.725.375 1.163 1.088T20 17.2V19q0 .425-.288.713T19 20H5q-.425 0-.713-.288T4 19Zm8-1h6v-.8q0-.275-.138-.5t-.362-.35q-1.35-.675-2.725-1.012T12 15v3Zm0-8q.825 0 1.413-.588T14 8q0-.825-.588-1.413T12 6v4Z"/></svg> </template>
CSS
.icon-portrait-lighting-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%22M12%2012q-1.65%200-2.825-1.175T8%208q0-1.65%201.175-2.825T12%204q1.65%200%202.825%201.175T16%208q0%201.65-1.175%202.825T12%2012Zm-8%207v-1.8q0-.85.438-1.563T5.6%2014.55q1.55-.775%203.15-1.163T12%2013q1.65%200%203.25.388t3.15%201.162q.725.375%201.163%201.088T20%2017.2V19q0%20.425-.288.713T19%2020H5q-.425%200-.713-.288T4%2019Zm8-1h6v-.8q0-.275-.138-.5t-.362-.35q-1.35-.675-2.725-1.012T12%2015v3Zm0-8q.825%200%201.413-.588T14%208q0-.825-.588-1.413T12%206v4Z%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.175T8%208q0-1.65%201.175-2.825T12%204q1.65%200%202.825%201.175T16%208q0%201.65-1.175%202.825T12%2012Zm-8%207v-1.8q0-.85.438-1.563T5.6%2014.55q1.55-.775%203.15-1.163T12%2013q1.65%200%203.25.388t3.15%201.162q.725.375%201.163%201.088T20%2017.2V19q0%20.425-.288.713T19%2020H5q-.425%200-.713-.288T4%2019Zm8-1h6v-.8q0-.275-.138-.5t-.362-.35q-1.35-.675-2.725-1.012T12%2015v3Zm0-8q.825%200%201.413-.588T14%208q0-.825-.588-1.413T12%206v4Z%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-rounded.svg?color=%231a73e8&size=48