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

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

5 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the hdr plus off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 10.5H16v-3h-1.5zm-6 5h2v-1h-2zm0 1.5h1.1l.675 1.575q.075.2.263.313t.387.112q.375 0 .588-.325t.062-.675l-.475-1.1q.375-.225.638-.587T12 15.5v-1q0-.625-.437-1.062T10.5 13H7.75q-.325 0-.537.213T7 13.75v4.5q0 .325.213.538T7.75 19t.538-.213t.212-.537zm-.213-5.212q.213-.213.213-.538V9.9L7 8.4v2.85q0 .325.213.538T7.75 12t.538-.213M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12q0-2.1.775-3.912t2.2-3.113l14.05 14.05q-1.275 1.425-3.087 2.2T12 22m7.8.6L1.4 4.2q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4 18.4q.275.275.275.7t-.275.7t-.7.275t-.7-.275M22 12q0 1.1-.2 2.1t-.625 1.925q-.125.275-.375.45t-.525.225t-.575-.05t-.525-.325L14.85 12H16q.6 0 1.05-.45t.45-1.05v-3q0-.6-.45-1.05T16 6h-3v4.15l-1-1v-2.4q0-.325-.213-.537T11.25 6t-.537.213t-.213.537v.9L7.675 4.825Q7.45 4.6 7.35 4.3t-.05-.575t.213-.525t.437-.375Q8.875 2.4 9.9 2.2T12 2q2.075 0 3.9.787t3.175 2.138T21.213 8.1T22 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHdrPlusOffRounded(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="M14.5 10.5H16v-3h-1.5zm-6 5h2v-1h-2zm0 1.5h1.1l.675 1.575q.075.2.263.313t.387.112q.375 0 .588-.325t.062-.675l-.475-1.1q.375-.225.638-.587T12 15.5v-1q0-.625-.437-1.062T10.5 13H7.75q-.325 0-.537.213T7 13.75v4.5q0 .325.213.538T7.75 19t.538-.213t.212-.537zm-.213-5.212q.213-.213.213-.538V9.9L7 8.4v2.85q0 .325.213.538T7.75 12t.538-.213M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12q0-2.1.775-3.912t2.2-3.113l14.05 14.05q-1.275 1.425-3.087 2.2T12 22m7.8.6L1.4 4.2q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4 18.4q.275.275.275.7t-.275.7t-.7.275t-.7-.275M22 12q0 1.1-.2 2.1t-.625 1.925q-.125.275-.375.45t-.525.225t-.575-.05t-.525-.325L14.85 12H16q.6 0 1.05-.45t.45-1.05v-3q0-.6-.45-1.05T16 6h-3v4.15l-1-1v-2.4q0-.325-.213-.537T11.25 6t-.537.213t-.213.537v.9L7.675 4.825Q7.45 4.6 7.35 4.3t-.05-.575t.213-.525t.437-.375Q8.875 2.4 9.9 2.2T12 2q2.075 0 3.9.787t3.175 2.138T21.213 8.1T22 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 10.5H16v-3h-1.5zm-6 5h2v-1h-2zm0 1.5h1.1l.675 1.575q.075.2.263.313t.387.112q.375 0 .588-.325t.062-.675l-.475-1.1q.375-.225.638-.587T12 15.5v-1q0-.625-.437-1.062T10.5 13H7.75q-.325 0-.537.213T7 13.75v4.5q0 .325.213.538T7.75 19t.538-.213t.212-.537zm-.213-5.212q.213-.213.213-.538V9.9L7 8.4v2.85q0 .325.213.538T7.75 12t.538-.213M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12q0-2.1.775-3.912t2.2-3.113l14.05 14.05q-1.275 1.425-3.087 2.2T12 22m7.8.6L1.4 4.2q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4 18.4q.275.275.275.7t-.275.7t-.7.275t-.7-.275M22 12q0 1.1-.2 2.1t-.625 1.925q-.125.275-.375.45t-.525.225t-.575-.05t-.525-.325L14.85 12H16q.6 0 1.05-.45t.45-1.05v-3q0-.6-.45-1.05T16 6h-3v4.15l-1-1v-2.4q0-.325-.213-.537T11.25 6t-.537.213t-.213.537v.9L7.675 4.825Q7.45 4.6 7.35 4.3t-.05-.575t.213-.525t.437-.375Q8.875 2.4 9.9 2.2T12 2q2.075 0 3.9.787t3.175 2.138T21.213 8.1T22 12"/></svg>
</template>

CSS

.icon-hdr-plus-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%22M14.5%2010.5H16v-3h-1.5zm-6%205h2v-1h-2zm0%201.5h1.1l.675%201.575q.075.2.263.313t.387.112q.375%200%20.588-.325t.062-.675l-.475-1.1q.375-.225.638-.587T12%2015.5v-1q0-.625-.437-1.062T10.5%2013H7.75q-.325%200-.537.213T7%2013.75v4.5q0%20.325.213.538T7.75%2019t.538-.213t.212-.537zm-.213-5.212q.213-.213.213-.538V9.9L7%208.4v2.85q0%20.325.213.538T7.75%2012t.538-.213M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012q0-2.1.775-3.912t2.2-3.113l14.05%2014.05q-1.275%201.425-3.087%202.2T12%2022m7.8.6L1.4%204.2q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4%2018.4q.275.275.275.7t-.275.7t-.7.275t-.7-.275M22%2012q0%201.1-.2%202.1t-.625%201.925q-.125.275-.375.45t-.525.225t-.575-.05t-.525-.325L14.85%2012H16q.6%200%201.05-.45t.45-1.05v-3q0-.6-.45-1.05T16%206h-3v4.15l-1-1v-2.4q0-.325-.213-.537T11.25%206t-.537.213t-.213.537v.9L7.675%204.825Q7.45%204.6%207.35%204.3t-.05-.575t.213-.525t.437-.375Q8.875%202.4%209.9%202.2T12%202q2.075%200%203.9.787t3.175%202.138T21.213%208.1T22%2012%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%22M14.5%2010.5H16v-3h-1.5zm-6%205h2v-1h-2zm0%201.5h1.1l.675%201.575q.075.2.263.313t.387.112q.375%200%20.588-.325t.062-.675l-.475-1.1q.375-.225.638-.587T12%2015.5v-1q0-.625-.437-1.062T10.5%2013H7.75q-.325%200-.537.213T7%2013.75v4.5q0%20.325.213.538T7.75%2019t.538-.213t.212-.537zm-.213-5.212q.213-.213.213-.538V9.9L7%208.4v2.85q0%20.325.213.538T7.75%2012t.538-.213M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012q0-2.1.775-3.912t2.2-3.113l14.05%2014.05q-1.275%201.425-3.087%202.2T12%2022m7.8.6L1.4%204.2q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4%2018.4q.275.275.275.7t-.275.7t-.7.275t-.7-.275M22%2012q0%201.1-.2%202.1t-.625%201.925q-.125.275-.375.45t-.525.225t-.575-.05t-.525-.325L14.85%2012H16q.6%200%201.05-.45t.45-1.05v-3q0-.6-.45-1.05T16%206h-3v4.15l-1-1v-2.4q0-.325-.213-.537T11.25%206t-.537.213t-.213.537v.9L7.675%204.825Q7.45%204.6%207.35%204.3t-.05-.575t.213-.525t.437-.375Q8.875%202.4%209.9%202.2T12%202q2.075%200%203.9.787t3.175%202.138T21.213%208.1T22%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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