hdr on select icon

hdr-on-select-outline-sharp from Material Symbols by Google · Outline Sharp · Images · Apache-2.0 Free for personal and commercial use.

Name
hdr-on-select-outline-sharp
Set
Material Symbols
Style
Outline Sharp
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="M14.825 10.825Q16 9.65 16 8t-1.175-2.825T12 4T9.175 5.175T8 8t1.175 2.825T12 12t2.825-1.175M7.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-6h5v3.9h-.9L18 22h-1.5l-.9-2h-1.1v2zm1.5-3.5h2v-1h-2zM0 22v-6h1.5v2h2v-2H5v6H3.5v-2.5h-2V22zm6.5 0v-6h4.25l.75.75v4.5l-.75.75zM8 20.5h2v-3H8z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHdrOnSelectOutlineSharp(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.825 10.825Q16 9.65 16 8t-1.175-2.825T12 4T9.175 5.175T8 8t1.175 2.825T12 12t2.825-1.175M7.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-6h5v3.9h-.9L18 22h-1.5l-.9-2h-1.1v2zm1.5-3.5h2v-1h-2zM0 22v-6h1.5v2h2v-2H5v6H3.5v-2.5h-2V22zm6.5 0v-6h4.25l.75.75v4.5l-.75.75zM8 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="M14.825 10.825Q16 9.65 16 8t-1.175-2.825T12 4T9.175 5.175T8 8t1.175 2.825T12 12t2.825-1.175M7.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-6h5v3.9h-.9L18 22h-1.5l-.9-2h-1.1v2zm1.5-3.5h2v-1h-2zM0 22v-6h1.5v2h2v-2H5v6H3.5v-2.5h-2V22zm6.5 0v-6h4.25l.75.75v4.5l-.75.75zM8 20.5h2v-3H8z"/></svg>
</template>

CSS

.icon-hdr-on-select-outline-sharp {
  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.825%2010.825Q16%209.65%2016%208t-1.175-2.825T12%204T9.175%205.175T8%208t1.175%202.825T12%2012t2.825-1.175M7.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-6h5v3.9h-.9L18%2022h-1.5l-.9-2h-1.1v2zm1.5-3.5h2v-1h-2zM0%2022v-6h1.5v2h2v-2H5v6H3.5v-2.5h-2V22zm6.5%200v-6h4.25l.75.75v4.5l-.75.75zM8%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%22M14.825%2010.825Q16%209.65%2016%208t-1.175-2.825T12%204T9.175%205.175T8%208t1.175%202.825T12%2012t2.825-1.175M7.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-6h5v3.9h-.9L18%2022h-1.5l-.9-2h-1.1v2zm1.5-3.5h2v-1h-2zM0%2022v-6h1.5v2h2v-2H5v6H3.5v-2.5h-2V22zm6.5%200v-6h4.25l.75.75v4.5l-.75.75zM8%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-outline-sharp.svg?color=%231a73e8&size=48