hls-off-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
hls-off-rounded
Set
Material Symbols
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
hls-off-outline-rounded

2 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the hls off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.5 9q.425 0 .713.288T20.5 10v.5q0 .2-.15.35T20 11h-.5q-.2 0-.35-.15T19 10.5h-2v1h2.5q.425 0 .713.288t.287.712V14q0 .425-.288.713T19.5 15h-1.675l-1.5-1.5H19v-1h-2.5q-.425 0-.712-.288T15.5 11.5V10q0-.425.288-.712T16.5 9zM3 14.25v-4.5q0-.325.213-.537T3.75 9t.538.213t.212.537V11h2V9.75q0-.325.213-.537T7.25 9t.538.213T8 9.75v4.5q0 .325-.213.538T7.25 15t-.537-.213t-.213-.537V12.5h-2v1.75q0 .325-.213.538T3.75 15t-.537-.213T3 14.25m16.075 7.65L2.1 4.925q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L20.475 20.5q.275.275.287.688t-.287.712q-.275.275-.7.275t-.7-.275M10 14.25v-2.825l1.5 1.5v.575h.6l1.5 1.5h-2.85q-.325 0-.537-.213T10 14.25"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHlsOffRounded(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="M19.5 9q.425 0 .713.288T20.5 10v.5q0 .2-.15.35T20 11h-.5q-.2 0-.35-.15T19 10.5h-2v1h2.5q.425 0 .713.288t.287.712V14q0 .425-.288.713T19.5 15h-1.675l-1.5-1.5H19v-1h-2.5q-.425 0-.712-.288T15.5 11.5V10q0-.425.288-.712T16.5 9zM3 14.25v-4.5q0-.325.213-.537T3.75 9t.538.213t.212.537V11h2V9.75q0-.325.213-.537T7.25 9t.538.213T8 9.75v4.5q0 .325-.213.538T7.25 15t-.537-.213t-.213-.537V12.5h-2v1.75q0 .325-.213.538T3.75 15t-.537-.213T3 14.25m16.075 7.65L2.1 4.925q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L20.475 20.5q.275.275.287.688t-.287.712q-.275.275-.7.275t-.7-.275M10 14.25v-2.825l1.5 1.5v.575h.6l1.5 1.5h-2.85q-.325 0-.537-.213T10 14.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.5 9q.425 0 .713.288T20.5 10v.5q0 .2-.15.35T20 11h-.5q-.2 0-.35-.15T19 10.5h-2v1h2.5q.425 0 .713.288t.287.712V14q0 .425-.288.713T19.5 15h-1.675l-1.5-1.5H19v-1h-2.5q-.425 0-.712-.288T15.5 11.5V10q0-.425.288-.712T16.5 9zM3 14.25v-4.5q0-.325.213-.537T3.75 9t.538.213t.212.537V11h2V9.75q0-.325.213-.537T7.25 9t.538.213T8 9.75v4.5q0 .325-.213.538T7.25 15t-.537-.213t-.213-.537V12.5h-2v1.75q0 .325-.213.538T3.75 15t-.537-.213T3 14.25m16.075 7.65L2.1 4.925q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L20.475 20.5q.275.275.287.688t-.287.712q-.275.275-.7.275t-.7-.275M10 14.25v-2.825l1.5 1.5v.575h.6l1.5 1.5h-2.85q-.325 0-.537-.213T10 14.25"/></svg>
</template>

CSS

.icon-hls-off-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%22M19.5%209q.425%200%20.713.288T20.5%2010v.5q0%20.2-.15.35T20%2011h-.5q-.2%200-.35-.15T19%2010.5h-2v1h2.5q.425%200%20.713.288t.287.712V14q0%20.425-.288.713T19.5%2015h-1.675l-1.5-1.5H19v-1h-2.5q-.425%200-.712-.288T15.5%2011.5V10q0-.425.288-.712T16.5%209zM3%2014.25v-4.5q0-.325.213-.537T3.75%209t.538.213t.212.537V11h2V9.75q0-.325.213-.537T7.25%209t.538.213T8%209.75v4.5q0%20.325-.213.538T7.25%2015t-.537-.213t-.213-.537V12.5h-2v1.75q0%20.325-.213.538T3.75%2015t-.537-.213T3%2014.25m16.075%207.65L2.1%204.925q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L20.475%2020.5q.275.275.287.688t-.287.712q-.275.275-.7.275t-.7-.275M10%2014.25v-2.825l1.5%201.5v.575h.6l1.5%201.5h-2.85q-.325%200-.537-.213T10%2014.25%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%22M19.5%209q.425%200%20.713.288T20.5%2010v.5q0%20.2-.15.35T20%2011h-.5q-.2%200-.35-.15T19%2010.5h-2v1h2.5q.425%200%20.713.288t.287.712V14q0%20.425-.288.713T19.5%2015h-1.675l-1.5-1.5H19v-1h-2.5q-.425%200-.712-.288T15.5%2011.5V10q0-.425.288-.712T16.5%209zM3%2014.25v-4.5q0-.325.213-.537T3.75%209t.538.213t.212.537V11h2V9.75q0-.325.213-.537T7.25%209t.538.213T8%209.75v4.5q0%20.325-.213.538T7.25%2015t-.537-.213t-.213-.537V12.5h-2v1.75q0%20.325-.213.538T3.75%2015t-.537-.213T3%2014.25m16.075%207.65L2.1%204.925q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L20.475%2020.5q.275.275.287.688t-.287.712q-.275.275-.7.275t-.7-.275M10%2014.25v-2.825l1.5%201.5v.575h.6l1.5%201.5h-2.85q-.325%200-.537-.213T10%2014.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/hls-off-rounded.svg?color=%231a73e8&size=48