hdr on select icon
hdr-on-select from Material Symbols by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- hdr-on-select
- Set
- Material Symbols
- Style
- Regular
- 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 on select icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.75 12.25Q6 10.5 6 8t1.75-4.25T12 2t4.25 1.75T18 8t-1.75 4.25T12 14t-4.25-1.75M20.5 22v-2h-2v-1.5h2v-2H22v2h2V20h-2v2zM13 22v-6h3.5q.6 0 1.05.45T18 17.5v1q0 .575-.262.888t-.638.512L18 22h-1.5l-.9-2h-1.1v2zm1.5-3.5h2v-1h-2zM0 22v-6h1.5v2h2v-2H5v6H3.5v-2.5h-2V22zm6.5 0v-6H10q.6 0 1.05.45t.45 1.05v3q0 .6-.45 1.05T10 22zM8 20.5h2v-3H8z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHdrOnSelect(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="M7.75 12.25Q6 10.5 6 8t1.75-4.25T12 2t4.25 1.75T18 8t-1.75 4.25T12 14t-4.25-1.75M20.5 22v-2h-2v-1.5h2v-2H22v2h2V20h-2v2zM13 22v-6h3.5q.6 0 1.05.45T18 17.5v1q0 .575-.262.888t-.638.512L18 22h-1.5l-.9-2h-1.1v2zm1.5-3.5h2v-1h-2zM0 22v-6h1.5v2h2v-2H5v6H3.5v-2.5h-2V22zm6.5 0v-6H10q.6 0 1.05.45t.45 1.05v3q0 .6-.45 1.05T10 22zM8 20.5h2v-3H8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.75 12.25Q6 10.5 6 8t1.75-4.25T12 2t4.25 1.75T18 8t-1.75 4.25T12 14t-4.25-1.75M20.5 22v-2h-2v-1.5h2v-2H22v2h2V20h-2v2zM13 22v-6h3.5q.6 0 1.05.45T18 17.5v1q0 .575-.262.888t-.638.512L18 22h-1.5l-.9-2h-1.1v2zm1.5-3.5h2v-1h-2zM0 22v-6h1.5v2h2v-2H5v6H3.5v-2.5h-2V22zm6.5 0v-6H10q.6 0 1.05.45t.45 1.05v3q0 .6-.45 1.05T10 22zM8 20.5h2v-3H8z"/></svg> </template>
CSS
.icon-hdr-on-select {
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%22M7.75%2012.25Q6%2010.5%206%208t1.75-4.25T12%202t4.25%201.75T18%208t-1.75%204.25T12%2014t-4.25-1.75M20.5%2022v-2h-2v-1.5h2v-2H22v2h2V20h-2v2zM13%2022v-6h3.5q.6%200%201.05.45T18%2017.5v1q0%20.575-.262.888t-.638.512L18%2022h-1.5l-.9-2h-1.1v2zm1.5-3.5h2v-1h-2zM0%2022v-6h1.5v2h2v-2H5v6H3.5v-2.5h-2V22zm6.5%200v-6H10q.6%200%201.05.45t.45%201.05v3q0%20.6-.45%201.05T10%2022zM8%2020.5h2v-3H8z%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%22M7.75%2012.25Q6%2010.5%206%208t1.75-4.25T12%202t4.25%201.75T18%208t-1.75%204.25T12%2014t-4.25-1.75M20.5%2022v-2h-2v-1.5h2v-2H22v2h2V20h-2v2zM13%2022v-6h3.5q.6%200%201.05.45T18%2017.5v1q0%20.575-.262.888t-.638.512L18%2022h-1.5l-.9-2h-1.1v2zm1.5-3.5h2v-1h-2zM0%2022v-6h1.5v2h2v-2H5v6H3.5v-2.5h-2V22zm6.5%200v-6H10q.6%200%201.05.45t.45%201.05v3q0%20.6-.45%201.05T10%2022zM8%2020.5h2v-3H8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/hdr-on-select.svg?color=%231a73e8&size=48