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

Name
hdr-off-rounded
Set
Material Symbols
Style
Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
hdr-off-outline-rounded

2 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the hdr 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.875L2.1 4.9q-.275-.275-.287-.688T2.1 3.5q.275-.275.7-.275t.7.275l17 16.95q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288M17.5 13v1.65l-1.5-1.5v-3.4q0-.325.213-.537T16.75 9h2.75q.6 0 1.05.45T21 10.5v1q0 .45-.262.813t-.638.587l.5 1.15q.15.35-.05.65t-.6.3q-.2 0-.375-.1t-.25-.3L18.6 13zm0-1.5h2v-1h-2zm-3 .15L11.85 9H13q.6 0 1.05.45t.45 1.05zm-10 .85v1.75q0 .325-.213.538T3.75 15t-.537-.213T3 14.25v-4.5q0-.325.213-.537T3.75 9t.538.213t.212.537V11h2V9.75q0-.325.213-.537T7.25 9t.538.213T8 9.75v4.5q0 .325-.213.538T7.25 15t-.537-.213t-.213-.537V12.5zm5-1.6l1.5 1.5v1.1h1.125l1.375 1.4q-.125.05-.25.075T13 15h-2.75q-.325 0-.537-.213T9.5 14.25z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHdrOffRounded(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.875L2.1 4.9q-.275-.275-.287-.688T2.1 3.5q.275-.275.7-.275t.7.275l17 16.95q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288M17.5 13v1.65l-1.5-1.5v-3.4q0-.325.213-.537T16.75 9h2.75q.6 0 1.05.45T21 10.5v1q0 .45-.262.813t-.638.587l.5 1.15q.15.35-.05.65t-.6.3q-.2 0-.375-.1t-.25-.3L18.6 13zm0-1.5h2v-1h-2zm-3 .15L11.85 9H13q.6 0 1.05.45t.45 1.05zm-10 .85v1.75q0 .325-.213.538T3.75 15t-.537-.213T3 14.25v-4.5q0-.325.213-.537T3.75 9t.538.213t.212.537V11h2V9.75q0-.325.213-.537T7.25 9t.538.213T8 9.75v4.5q0 .325-.213.538T7.25 15t-.537-.213t-.213-.537V12.5zm5-1.6l1.5 1.5v1.1h1.125l1.375 1.4q-.125.05-.25.075T13 15h-2.75q-.325 0-.537-.213T9.5 14.25z"/></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.875L2.1 4.9q-.275-.275-.287-.688T2.1 3.5q.275-.275.7-.275t.7.275l17 16.95q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288M17.5 13v1.65l-1.5-1.5v-3.4q0-.325.213-.537T16.75 9h2.75q.6 0 1.05.45T21 10.5v1q0 .45-.262.813t-.638.587l.5 1.15q.15.35-.05.65t-.6.3q-.2 0-.375-.1t-.25-.3L18.6 13zm0-1.5h2v-1h-2zm-3 .15L11.85 9H13q.6 0 1.05.45t.45 1.05zm-10 .85v1.75q0 .325-.213.538T3.75 15t-.537-.213T3 14.25v-4.5q0-.325.213-.537T3.75 9t.538.213t.212.537V11h2V9.75q0-.325.213-.537T7.25 9t.538.213T8 9.75v4.5q0 .325-.213.538T7.25 15t-.537-.213t-.213-.537V12.5zm5-1.6l1.5 1.5v1.1h1.125l1.375 1.4q-.125.05-.25.075T13 15h-2.75q-.325 0-.537-.213T9.5 14.25z"/></svg>
</template>

CSS

.icon-hdr-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.875L2.1%204.9q-.275-.275-.287-.688T2.1%203.5q.275-.275.7-.275t.7.275l17%2016.95q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288M17.5%2013v1.65l-1.5-1.5v-3.4q0-.325.213-.537T16.75%209h2.75q.6%200%201.05.45T21%2010.5v1q0%20.45-.262.813t-.638.587l.5%201.15q.15.35-.05.65t-.6.3q-.2%200-.375-.1t-.25-.3L18.6%2013zm0-1.5h2v-1h-2zm-3%20.15L11.85%209H13q.6%200%201.05.45t.45%201.05zm-10%20.85v1.75q0%20.325-.213.538T3.75%2015t-.537-.213T3%2014.25v-4.5q0-.325.213-.537T3.75%209t.538.213t.212.537V11h2V9.75q0-.325.213-.537T7.25%209t.538.213T8%209.75v4.5q0%20.325-.213.538T7.25%2015t-.537-.213t-.213-.537V12.5zm5-1.6l1.5%201.5v1.1h1.125l1.375%201.4q-.125.05-.25.075T13%2015h-2.75q-.325%200-.537-.213T9.5%2014.25z%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.875L2.1%204.9q-.275-.275-.287-.688T2.1%203.5q.275-.275.7-.275t.7.275l17%2016.95q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288M17.5%2013v1.65l-1.5-1.5v-3.4q0-.325.213-.537T16.75%209h2.75q.6%200%201.05.45T21%2010.5v1q0%20.45-.262.813t-.638.587l.5%201.15q.15.35-.05.65t-.6.3q-.2%200-.375-.1t-.25-.3L18.6%2013zm0-1.5h2v-1h-2zm-3%20.15L11.85%209H13q.6%200%201.05.45t.45%201.05zm-10%20.85v1.75q0%20.325-.213.538T3.75%2015t-.537-.213T3%2014.25v-4.5q0-.325.213-.537T3.75%209t.538.213t.212.537V11h2V9.75q0-.325.213-.537T7.25%209t.538.213T8%209.75v4.5q0%20.325-.213.538T7.25%2015t-.537-.213t-.213-.537V12.5zm5-1.6l1.5%201.5v1.1h1.125l1.375%201.4q-.125.05-.25.075T13%2015h-2.75q-.325%200-.537-.213T9.5%2014.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/hdr-off-rounded.svg?color=%231a73e8&size=48