round-hdr-on from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.

Name
round-hdr-on
Set
Google Material Icons
Style
Baseline
Category
Image
Viewbox
24×24
License
Apache 2.0

More image icons from Google Material Icons

Use the round hdr on icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.25 9c-.41 0-.75.34-.75.75V11h-2V9.75c0-.41-.34-.75-.75-.75S3 9.34 3 9.75v4.5c0 .41.34.75.75.75s.75-.34.75-.75V12.5h2v1.75c0 .41.34.75.75.75s.75-.34.75-.75v-4.5C8 9.34 7.66 9 7.25 9M21 11.5v-1c0-.83-.67-1.5-1.5-1.5H17c-.55 0-1 .45-1 1v4.25c0 .41.34.75.75.75s.75-.34.75-.75V13h1.1l.72 1.59a.693.693 0 0 0 1.27-.55l-.49-1.14c.5-.3.9-.8.9-1.4m-3.5 0v-1h2v1zM13 9h-3c-.28 0-.5.22-.5.5v5c0 .28.22.5.5.5h3c.82 0 1.5-.68 1.5-1.5v-3c0-.82-.68-1.5-1.5-1.5m0 4.5h-2v-3h2z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundHdrOn(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.25 9c-.41 0-.75.34-.75.75V11h-2V9.75c0-.41-.34-.75-.75-.75S3 9.34 3 9.75v4.5c0 .41.34.75.75.75s.75-.34.75-.75V12.5h2v1.75c0 .41.34.75.75.75s.75-.34.75-.75v-4.5C8 9.34 7.66 9 7.25 9M21 11.5v-1c0-.83-.67-1.5-1.5-1.5H17c-.55 0-1 .45-1 1v4.25c0 .41.34.75.75.75s.75-.34.75-.75V13h1.1l.72 1.59a.693.693 0 0 0 1.27-.55l-.49-1.14c.5-.3.9-.8.9-1.4m-3.5 0v-1h2v1zM13 9h-3c-.28 0-.5.22-.5.5v5c0 .28.22.5.5.5h3c.82 0 1.5-.68 1.5-1.5v-3c0-.82-.68-1.5-1.5-1.5m0 4.5h-2v-3h2z"/></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.25 9c-.41 0-.75.34-.75.75V11h-2V9.75c0-.41-.34-.75-.75-.75S3 9.34 3 9.75v4.5c0 .41.34.75.75.75s.75-.34.75-.75V12.5h2v1.75c0 .41.34.75.75.75s.75-.34.75-.75v-4.5C8 9.34 7.66 9 7.25 9M21 11.5v-1c0-.83-.67-1.5-1.5-1.5H17c-.55 0-1 .45-1 1v4.25c0 .41.34.75.75.75s.75-.34.75-.75V13h1.1l.72 1.59a.693.693 0 0 0 1.27-.55l-.49-1.14c.5-.3.9-.8.9-1.4m-3.5 0v-1h2v1zM13 9h-3c-.28 0-.5.22-.5.5v5c0 .28.22.5.5.5h3c.82 0 1.5-.68 1.5-1.5v-3c0-.82-.68-1.5-1.5-1.5m0 4.5h-2v-3h2z"/></svg>
</template>

CSS

.icon-round-hdr-on {
  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.25%209c-.41%200-.75.34-.75.75V11h-2V9.75c0-.41-.34-.75-.75-.75S3%209.34%203%209.75v4.5c0%20.41.34.75.75.75s.75-.34.75-.75V12.5h2v1.75c0%20.41.34.75.75.75s.75-.34.75-.75v-4.5C8%209.34%207.66%209%207.25%209M21%2011.5v-1c0-.83-.67-1.5-1.5-1.5H17c-.55%200-1%20.45-1%201v4.25c0%20.41.34.75.75.75s.75-.34.75-.75V13h1.1l.72%201.59a.693.693%200%200%200%201.27-.55l-.49-1.14c.5-.3.9-.8.9-1.4m-3.5%200v-1h2v1zM13%209h-3c-.28%200-.5.22-.5.5v5c0%20.28.22.5.5.5h3c.82%200%201.5-.68%201.5-1.5v-3c0-.82-.68-1.5-1.5-1.5m0%204.5h-2v-3h2z%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.25%209c-.41%200-.75.34-.75.75V11h-2V9.75c0-.41-.34-.75-.75-.75S3%209.34%203%209.75v4.5c0%20.41.34.75.75.75s.75-.34.75-.75V12.5h2v1.75c0%20.41.34.75.75.75s.75-.34.75-.75v-4.5C8%209.34%207.66%209%207.25%209M21%2011.5v-1c0-.83-.67-1.5-1.5-1.5H17c-.55%200-1%20.45-1%201v4.25c0%20.41.34.75.75.75s.75-.34.75-.75V13h1.1l.72%201.59a.693.693%200%200%200%201.27-.55l-.49-1.14c.5-.3.9-.8.9-1.4m-3.5%200v-1h2v1zM13%209h-3c-.28%200-.5.22-.5.5v5c0%20.28.22.5.5.5h3c.82%200%201.5-.68%201.5-1.5v-3c0-.82-.68-1.5-1.5-1.5m0%204.5h-2v-3h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-hdr-on.svg?color=%231a73e8&size=48