opacity from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
opacity
Set
Material Symbols Light
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
opacity-outline, opacity-outline-sharp, opacity-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the opacity icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.04 18.008Q5 16.016 5 13.1q0-1.394.558-2.634t1.484-2.224L12 3.384l4.958 4.858q.927.985 1.484 2.224Q19 11.706 19 13.1q0 2.916-2.04 4.908T12 20t-4.96-1.992M6.07 14h11.85q.3-1.8-.348-3.094q-.647-1.295-1.322-1.945L12 4.761l-4.25 4.2q-.675.65-1.315 1.945T6.069 14"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightOpacity(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.04 18.008Q5 16.016 5 13.1q0-1.394.558-2.634t1.484-2.224L12 3.384l4.958 4.858q.927.985 1.484 2.224Q19 11.706 19 13.1q0 2.916-2.04 4.908T12 20t-4.96-1.992M6.07 14h11.85q.3-1.8-.348-3.094q-.647-1.295-1.322-1.945L12 4.761l-4.25 4.2q-.675.65-1.315 1.945T6.069 14"/></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.04 18.008Q5 16.016 5 13.1q0-1.394.558-2.634t1.484-2.224L12 3.384l4.958 4.858q.927.985 1.484 2.224Q19 11.706 19 13.1q0 2.916-2.04 4.908T12 20t-4.96-1.992M6.07 14h11.85q.3-1.8-.348-3.094q-.647-1.295-1.322-1.945L12 4.761l-4.25 4.2q-.675.65-1.315 1.945T6.069 14"/></svg>
</template>

CSS

.icon-opacity {
  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.04%2018.008Q5%2016.016%205%2013.1q0-1.394.558-2.634t1.484-2.224L12%203.384l4.958%204.858q.927.985%201.484%202.224Q19%2011.706%2019%2013.1q0%202.916-2.04%204.908T12%2020t-4.96-1.992M6.07%2014h11.85q.3-1.8-.348-3.094q-.647-1.295-1.322-1.945L12%204.761l-4.25%204.2q-.675.65-1.315%201.945T6.069%2014%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.04%2018.008Q5%2016.016%205%2013.1q0-1.394.558-2.634t1.484-2.224L12%203.384l4.958%204.858q.927.985%201.484%202.224Q19%2011.706%2019%2013.1q0%202.916-2.04%204.908T12%2020t-4.96-1.992M6.07%2014h11.85q.3-1.8-.348-3.094q-.647-1.295-1.322-1.945L12%204.761l-4.25%204.2q-.675.65-1.315%201.945T6.069%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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