hdr plus off icon
hdr-plus-off-outline-rounded from Material Symbols Light by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- hdr-plus-off-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
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="M12 4q-1.004 0-1.9.22t-1.717.636q-.189.098-.387.04q-.198-.057-.302-.234t-.049-.366t.238-.286q.994-.527 1.97-.769Q10.829 3 12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 1.067-.228 2.091t-.768 2.032q-.098.183-.296.235q-.199.052-.375-.052q-.177-.104-.235-.302t.04-.387q.421-.82.642-1.717T20 12q0-3.35-2.325-5.675T12 4m-.308 4.848l-.884-.884V6.75q0-.19.126-.316q.125-.126.316-.126t.316.126q.126.125.126.316zm5.5-1.04v2.384q0 .639-.43 1.07t-1.07.43h-1.155l-1.23-1.228V6.75q0-.19.127-.316q.125-.126.316-.126h1.942q.639 0 1.07.43t.43 1.07m-3 3h1.5q.27 0 .442-.174q.174-.173.174-.442V7.808q0-.27-.174-.443q-.173-.173-.442-.173h-1.5zm-4 5q.27 0 .442-.174q.174-.173.174-.442v-.384q0-.27-.174-.443q-.173-.173-.442-.173h-2v1.616zm-2 .884v1.558q0 .19-.126.316t-.316.126t-.316-.126t-.126-.316v-4.5q0-.19.126-.316q.125-.126.316-.126h2.442q.625 0 1.063.437t.437 1.063v.384q0 .489-.3.87q-.302.382-.754.569l.63 1.446q.091.215-.034.415q-.126.2-.367.2q-.142 0-.243-.074t-.157-.197l-.752-1.729zm-.884-8.677l.884.885v2.35q0 .19-.126.316t-.316.126t-.316-.126t-.126-.316zM5.294 5.983l.689.732q-.858 1.012-1.42 2.35T4 12q0 3.35 2.325 5.675T12 20q1.636 0 2.987-.582t2.322-1.4l.689.707q-1.217 1.1-2.762 1.688Q13.69 21 12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.844.639-3.351t1.655-2.666m16.252 16.27q-.16.16-.354.16t-.353-.16L1.745 3.163q-.14-.14-.15-.345t.15-.363t.354-.16t.354.16l19.092 19.092q.14.14.15.345q.01.203-.15.363"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHdrPlusOffOutlineRounded(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 4q-1.004 0-1.9.22t-1.717.636q-.189.098-.387.04q-.198-.057-.302-.234t-.049-.366t.238-.286q.994-.527 1.97-.769Q10.829 3 12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 1.067-.228 2.091t-.768 2.032q-.098.183-.296.235q-.199.052-.375-.052q-.177-.104-.235-.302t.04-.387q.421-.82.642-1.717T20 12q0-3.35-2.325-5.675T12 4m-.308 4.848l-.884-.884V6.75q0-.19.126-.316q.125-.126.316-.126t.316.126q.126.125.126.316zm5.5-1.04v2.384q0 .639-.43 1.07t-1.07.43h-1.155l-1.23-1.228V6.75q0-.19.127-.316q.125-.126.316-.126h1.942q.639 0 1.07.43t.43 1.07m-3 3h1.5q.27 0 .442-.174q.174-.173.174-.442V7.808q0-.27-.174-.443q-.173-.173-.442-.173h-1.5zm-4 5q.27 0 .442-.174q.174-.173.174-.442v-.384q0-.27-.174-.443q-.173-.173-.442-.173h-2v1.616zm-2 .884v1.558q0 .19-.126.316t-.316.126t-.316-.126t-.126-.316v-4.5q0-.19.126-.316q.125-.126.316-.126h2.442q.625 0 1.063.437t.437 1.063v.384q0 .489-.3.87q-.302.382-.754.569l.63 1.446q.091.215-.034.415q-.126.2-.367.2q-.142 0-.243-.074t-.157-.197l-.752-1.729zm-.884-8.677l.884.885v2.35q0 .19-.126.316t-.316.126t-.316-.126t-.126-.316zM5.294 5.983l.689.732q-.858 1.012-1.42 2.35T4 12q0 3.35 2.325 5.675T12 20q1.636 0 2.987-.582t2.322-1.4l.689.707q-1.217 1.1-2.762 1.688Q13.69 21 12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.844.639-3.351t1.655-2.666m16.252 16.27q-.16.16-.354.16t-.353-.16L1.745 3.163q-.14-.14-.15-.345t.15-.363t.354-.16t.354.16l19.092 19.092q.14.14.15.345q.01.203-.15.363"/></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 4q-1.004 0-1.9.22t-1.717.636q-.189.098-.387.04q-.198-.057-.302-.234t-.049-.366t.238-.286q.994-.527 1.97-.769Q10.829 3 12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 1.067-.228 2.091t-.768 2.032q-.098.183-.296.235q-.199.052-.375-.052q-.177-.104-.235-.302t.04-.387q.421-.82.642-1.717T20 12q0-3.35-2.325-5.675T12 4m-.308 4.848l-.884-.884V6.75q0-.19.126-.316q.125-.126.316-.126t.316.126q.126.125.126.316zm5.5-1.04v2.384q0 .639-.43 1.07t-1.07.43h-1.155l-1.23-1.228V6.75q0-.19.127-.316q.125-.126.316-.126h1.942q.639 0 1.07.43t.43 1.07m-3 3h1.5q.27 0 .442-.174q.174-.173.174-.442V7.808q0-.27-.174-.443q-.173-.173-.442-.173h-1.5zm-4 5q.27 0 .442-.174q.174-.173.174-.442v-.384q0-.27-.174-.443q-.173-.173-.442-.173h-2v1.616zm-2 .884v1.558q0 .19-.126.316t-.316.126t-.316-.126t-.126-.316v-4.5q0-.19.126-.316q.125-.126.316-.126h2.442q.625 0 1.063.437t.437 1.063v.384q0 .489-.3.87q-.302.382-.754.569l.63 1.446q.091.215-.034.415q-.126.2-.367.2q-.142 0-.243-.074t-.157-.197l-.752-1.729zm-.884-8.677l.884.885v2.35q0 .19-.126.316t-.316.126t-.316-.126t-.126-.316zM5.294 5.983l.689.732q-.858 1.012-1.42 2.35T4 12q0 3.35 2.325 5.675T12 20q1.636 0 2.987-.582t2.322-1.4l.689.707q-1.217 1.1-2.762 1.688Q13.69 21 12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.844.639-3.351t1.655-2.666m16.252 16.27q-.16.16-.354.16t-.353-.16L1.745 3.163q-.14-.14-.15-.345t.15-.363t.354-.16t.354.16l19.092 19.092q.14.14.15.345q.01.203-.15.363"/></svg> </template>
CSS
.icon-hdr-plus-off-outline-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%204q-1.004%200-1.9.22t-1.717.636q-.189.098-.387.04q-.198-.057-.302-.234t-.049-.366t.238-.286q.994-.527%201.97-.769Q10.829%203%2012%203q1.864%200%203.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012q0%201.067-.228%202.091t-.768%202.032q-.098.183-.296.235q-.199.052-.375-.052q-.177-.104-.235-.302t.04-.387q.421-.82.642-1.717T20%2012q0-3.35-2.325-5.675T12%204m-.308%204.848l-.884-.884V6.75q0-.19.126-.316q.125-.126.316-.126t.316.126q.126.125.126.316zm5.5-1.04v2.384q0%20.639-.43%201.07t-1.07.43h-1.155l-1.23-1.228V6.75q0-.19.127-.316q.125-.126.316-.126h1.942q.639%200%201.07.43t.43%201.07m-3%203h1.5q.27%200%20.442-.174q.174-.173.174-.442V7.808q0-.27-.174-.443q-.173-.173-.442-.173h-1.5zm-4%205q.27%200%20.442-.174q.174-.173.174-.442v-.384q0-.27-.174-.443q-.173-.173-.442-.173h-2v1.616zm-2%20.884v1.558q0%20.19-.126.316t-.316.126t-.316-.126t-.126-.316v-4.5q0-.19.126-.316q.125-.126.316-.126h2.442q.625%200%201.063.437t.437%201.063v.384q0%20.489-.3.87q-.302.382-.754.569l.63%201.446q.091.215-.034.415q-.126.2-.367.2q-.142%200-.243-.074t-.157-.197l-.752-1.729zm-.884-8.677l.884.885v2.35q0%20.19-.126.316t-.316.126t-.316-.126t-.126-.316zM5.294%205.983l.689.732q-.858%201.012-1.42%202.35T4%2012q0%203.35%202.325%205.675T12%2020q1.636%200%202.987-.582t2.322-1.4l.689.707q-1.217%201.1-2.762%201.688Q13.69%2021%2012%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012q0-1.844.639-3.351t1.655-2.666m16.252%2016.27q-.16.16-.354.16t-.353-.16L1.745%203.163q-.14-.14-.15-.345t.15-.363t.354-.16t.354.16l19.092%2019.092q.14.14.15.345q.01.203-.15.363%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%204q-1.004%200-1.9.22t-1.717.636q-.189.098-.387.04q-.198-.057-.302-.234t-.049-.366t.238-.286q.994-.527%201.97-.769Q10.829%203%2012%203q1.864%200%203.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012q0%201.067-.228%202.091t-.768%202.032q-.098.183-.296.235q-.199.052-.375-.052q-.177-.104-.235-.302t.04-.387q.421-.82.642-1.717T20%2012q0-3.35-2.325-5.675T12%204m-.308%204.848l-.884-.884V6.75q0-.19.126-.316q.125-.126.316-.126t.316.126q.126.125.126.316zm5.5-1.04v2.384q0%20.639-.43%201.07t-1.07.43h-1.155l-1.23-1.228V6.75q0-.19.127-.316q.125-.126.316-.126h1.942q.639%200%201.07.43t.43%201.07m-3%203h1.5q.27%200%20.442-.174q.174-.173.174-.442V7.808q0-.27-.174-.443q-.173-.173-.442-.173h-1.5zm-4%205q.27%200%20.442-.174q.174-.173.174-.442v-.384q0-.27-.174-.443q-.173-.173-.442-.173h-2v1.616zm-2%20.884v1.558q0%20.19-.126.316t-.316.126t-.316-.126t-.126-.316v-4.5q0-.19.126-.316q.125-.126.316-.126h2.442q.625%200%201.063.437t.437%201.063v.384q0%20.489-.3.87q-.302.382-.754.569l.63%201.446q.091.215-.034.415q-.126.2-.367.2q-.142%200-.243-.074t-.157-.197l-.752-1.729zm-.884-8.677l.884.885v2.35q0%20.19-.126.316t-.316.126t-.316-.126t-.126-.316zM5.294%205.983l.689.732q-.858%201.012-1.42%202.35T4%2012q0%203.35%202.325%205.675T12%2020q1.636%200%202.987-.582t2.322-1.4l.689.707q-1.217%201.1-2.762%201.688Q13.69%2021%2012%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012q0-1.844.639-3.351t1.655-2.666m16.252%2016.27q-.16.16-.354.16t-.353-.16L1.745%203.163q-.14-.14-.15-.345t.15-.363t.354-.16t.354.16l19.092%2019.092q.14.14.15.345q.01.203-.15.363%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/hdr-plus-off-outline-rounded.svg?color=%231a73e8&size=48