portrait lighting off icon

portrait-lighting-off-rounded from Material Symbols by Google · Rounded · Apache-2.0 Free for personal and commercial use.

Name
portrait-lighting-off-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 off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.075 21.9L17.15 20H5q-.425 0-.713-.288T4 19v-1.8q0-.85.438-1.563T5.6 14.55q1.125-.575 2.288-.925t2.362-.525L2.075 4.925q-.3-.3-.287-.712T2.1 3.5q.3-.3.713-.3t.712.3l16.975 17q.3.3.3.7t-.3.7q-.3.3-.713.3t-.712-.3ZM12 18h3.15l-3-3H12v3Zm6.4-3.45q.725.35 1.15 1.063T20 17.15l-3.35-3.35q.45.175.888.35t.862.4Zm-4.2-3.2l-1.475-1.475q.575-.225.925-.737T14 8q0-.825-.587-1.412T12 6v3.15L8.65 5.8q.575-.85 1.45-1.325T12 4q1.65 0 2.825 1.175T16 8q0 1.025-.475 1.9T14.2 11.35Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPortraitLightingOffRounded(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="M19.075 21.9L17.15 20H5q-.425 0-.713-.288T4 19v-1.8q0-.85.438-1.563T5.6 14.55q1.125-.575 2.288-.925t2.362-.525L2.075 4.925q-.3-.3-.287-.712T2.1 3.5q.3-.3.713-.3t.712.3l16.975 17q.3.3.3.7t-.3.7q-.3.3-.713.3t-.712-.3ZM12 18h3.15l-3-3H12v3Zm6.4-3.45q.725.35 1.15 1.063T20 17.15l-3.35-3.35q.45.175.888.35t.862.4Zm-4.2-3.2l-1.475-1.475q.575-.225.925-.737T14 8q0-.825-.587-1.412T12 6v3.15L8.65 5.8q.575-.85 1.45-1.325T12 4q1.65 0 2.825 1.175T16 8q0 1.025-.475 1.9T14.2 11.35Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.075 21.9L17.15 20H5q-.425 0-.713-.288T4 19v-1.8q0-.85.438-1.563T5.6 14.55q1.125-.575 2.288-.925t2.362-.525L2.075 4.925q-.3-.3-.287-.712T2.1 3.5q.3-.3.713-.3t.712.3l16.975 17q.3.3.3.7t-.3.7q-.3.3-.713.3t-.712-.3ZM12 18h3.15l-3-3H12v3Zm6.4-3.45q.725.35 1.15 1.063T20 17.15l-3.35-3.35q.45.175.888.35t.862.4Zm-4.2-3.2l-1.475-1.475q.575-.225.925-.737T14 8q0-.825-.587-1.412T12 6v3.15L8.65 5.8q.575-.85 1.45-1.325T12 4q1.65 0 2.825 1.175T16 8q0 1.025-.475 1.9T14.2 11.35Z"/></svg>
</template>

CSS

.icon-portrait-lighting-off-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%22M19.075%2021.9L17.15%2020H5q-.425%200-.713-.288T4%2019v-1.8q0-.85.438-1.563T5.6%2014.55q1.125-.575%202.288-.925t2.362-.525L2.075%204.925q-.3-.3-.287-.712T2.1%203.5q.3-.3.713-.3t.712.3l16.975%2017q.3.3.3.7t-.3.7q-.3.3-.713.3t-.712-.3ZM12%2018h3.15l-3-3H12v3Zm6.4-3.45q.725.35%201.15%201.063T20%2017.15l-3.35-3.35q.45.175.888.35t.862.4Zm-4.2-3.2l-1.475-1.475q.575-.225.925-.737T14%208q0-.825-.587-1.412T12%206v3.15L8.65%205.8q.575-.85%201.45-1.325T12%204q1.65%200%202.825%201.175T16%208q0%201.025-.475%201.9T14.2%2011.35Z%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%22M19.075%2021.9L17.15%2020H5q-.425%200-.713-.288T4%2019v-1.8q0-.85.438-1.563T5.6%2014.55q1.125-.575%202.288-.925t2.362-.525L2.075%204.925q-.3-.3-.287-.712T2.1%203.5q.3-.3.713-.3t.712.3l16.975%2017q.3.3.3.7t-.3.7q-.3.3-.713.3t-.712-.3ZM12%2018h3.15l-3-3H12v3Zm6.4-3.45q.725.35%201.15%201.063T20%2017.15l-3.35-3.35q.45.175.888.35t.862.4Zm-4.2-3.2l-1.475-1.475q.575-.225.925-.737T14%208q0-.825-.587-1.412T12%206v3.15L8.65%205.8q.575-.85%201.45-1.325T12%204q1.65%200%202.825%201.175T16%208q0%201.025-.475%201.9T14.2%2011.35Z%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-off-rounded.svg?color=%231a73e8&size=48