hdr plus off icon
hdr-plus-off-outline from Material Symbols by Google · Outline · Images · Apache-2.0 Free for personal and commercial use.
- Name
- hdr-plus-off-outline
- Set
- Material Symbols
- Style
- Outline
- 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="M12 4q-1.125 0-2.15.275t-1.925.8l-1.45-1.45q1.175-.8 2.575-1.213T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12q0 1.55-.425 2.95t-1.225 2.575l-1.45-1.45q.525-.9.813-1.925T20 12q0-3.35-2.325-5.675T12 4m0 5.175l-1.5-1.5V6H12zM17.5 7.5v3q0 .6-.45 1.05T16 12h-1.175L13 10.175V6h3q.6 0 1.05.45t.45 1.05m-3 3H16v-3h-1.5zm-4 5v-1h-2v1zm-2 3.5H7v-6h3.5q.625 0 1.063.438T12 14.5v1q0 .45-.262.813t-.638.587L12 19h-1.55l-.85-2H8.5zM7 8.4l1.5 1.5V12H7zM4.275 5.675l1.4 1.425q-.8 1.05-1.237 2.263T4 12q0 3.35 2.325 5.675T12 20q1.425 0 2.65-.437t2.275-1.238l1.4 1.4q-1.275 1.1-2.887 1.687T12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12q0-1.825.6-3.437t1.675-2.888M.7 3.5l1.4-1.4l19.8 19.8l-1.4 1.4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHdrPlusOffOutline(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.125 0-2.15.275t-1.925.8l-1.45-1.45q1.175-.8 2.575-1.213T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12q0 1.55-.425 2.95t-1.225 2.575l-1.45-1.45q.525-.9.813-1.925T20 12q0-3.35-2.325-5.675T12 4m0 5.175l-1.5-1.5V6H12zM17.5 7.5v3q0 .6-.45 1.05T16 12h-1.175L13 10.175V6h3q.6 0 1.05.45t.45 1.05m-3 3H16v-3h-1.5zm-4 5v-1h-2v1zm-2 3.5H7v-6h3.5q.625 0 1.063.438T12 14.5v1q0 .45-.262.813t-.638.587L12 19h-1.55l-.85-2H8.5zM7 8.4l1.5 1.5V12H7zM4.275 5.675l1.4 1.425q-.8 1.05-1.237 2.263T4 12q0 3.35 2.325 5.675T12 20q1.425 0 2.65-.437t2.275-1.238l1.4 1.4q-1.275 1.1-2.887 1.687T12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12q0-1.825.6-3.437t1.675-2.888M.7 3.5l1.4-1.4l19.8 19.8l-1.4 1.4z"/></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.125 0-2.15.275t-1.925.8l-1.45-1.45q1.175-.8 2.575-1.213T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12q0 1.55-.425 2.95t-1.225 2.575l-1.45-1.45q.525-.9.813-1.925T20 12q0-3.35-2.325-5.675T12 4m0 5.175l-1.5-1.5V6H12zM17.5 7.5v3q0 .6-.45 1.05T16 12h-1.175L13 10.175V6h3q.6 0 1.05.45t.45 1.05m-3 3H16v-3h-1.5zm-4 5v-1h-2v1zm-2 3.5H7v-6h3.5q.625 0 1.063.438T12 14.5v1q0 .45-.262.813t-.638.587L12 19h-1.55l-.85-2H8.5zM7 8.4l1.5 1.5V12H7zM4.275 5.675l1.4 1.425q-.8 1.05-1.237 2.263T4 12q0 3.35 2.325 5.675T12 20q1.425 0 2.65-.437t2.275-1.238l1.4 1.4q-1.275 1.1-2.887 1.687T12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12q0-1.825.6-3.437t1.675-2.888M.7 3.5l1.4-1.4l19.8 19.8l-1.4 1.4z"/></svg> </template>
CSS
.icon-hdr-plus-off-outline {
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.125%200-2.15.275t-1.925.8l-1.45-1.45q1.175-.8%202.575-1.213T12%202q2.075%200%203.9.788t3.175%202.137T21.213%208.1T22%2012q0%201.55-.425%202.95t-1.225%202.575l-1.45-1.45q.525-.9.813-1.925T20%2012q0-3.35-2.325-5.675T12%204m0%205.175l-1.5-1.5V6H12zM17.5%207.5v3q0%20.6-.45%201.05T16%2012h-1.175L13%2010.175V6h3q.6%200%201.05.45t.45%201.05m-3%203H16v-3h-1.5zm-4%205v-1h-2v1zm-2%203.5H7v-6h3.5q.625%200%201.063.438T12%2014.5v1q0%20.45-.262.813t-.638.587L12%2019h-1.55l-.85-2H8.5zM7%208.4l1.5%201.5V12H7zM4.275%205.675l1.4%201.425q-.8%201.05-1.237%202.263T4%2012q0%203.35%202.325%205.675T12%2020q1.425%200%202.65-.437t2.275-1.238l1.4%201.4q-1.275%201.1-2.887%201.687T12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012q0-1.825.6-3.437t1.675-2.888M.7%203.5l1.4-1.4l19.8%2019.8l-1.4%201.4z%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.125%200-2.15.275t-1.925.8l-1.45-1.45q1.175-.8%202.575-1.213T12%202q2.075%200%203.9.788t3.175%202.137T21.213%208.1T22%2012q0%201.55-.425%202.95t-1.225%202.575l-1.45-1.45q.525-.9.813-1.925T20%2012q0-3.35-2.325-5.675T12%204m0%205.175l-1.5-1.5V6H12zM17.5%207.5v3q0%20.6-.45%201.05T16%2012h-1.175L13%2010.175V6h3q.6%200%201.05.45t.45%201.05m-3%203H16v-3h-1.5zm-4%205v-1h-2v1zm-2%203.5H7v-6h3.5q.625%200%201.063.438T12%2014.5v1q0%20.45-.262.813t-.638.587L12%2019h-1.55l-.85-2H8.5zM7%208.4l1.5%201.5V12H7zM4.275%205.675l1.4%201.425q-.8%201.05-1.237%202.263T4%2012q0%203.35%202.325%205.675T12%2020q1.425%200%202.65-.437t2.275-1.238l1.4%201.4q-1.275%201.1-2.887%201.687T12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012q0-1.825.6-3.437t1.675-2.888M.7%203.5l1.4-1.4l19.8%2019.8l-1.4%201.4z%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-outline.svg?color=%231a73e8&size=48