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

Name
opacity-rounded
Set
Material Symbols Light
Style
Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
opacity-outline-rounded

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.224l4.12-4.025q.186-.18.403-.264T12 3.869t.435.084t.403.264l4.12 4.025q.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 MaterialSymbolsLightOpacityRounded(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.224l4.12-4.025q.186-.18.403-.264T12 3.869t.435.084t.403.264l4.12 4.025q.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.224l4.12-4.025q.186-.18.403-.264T12 3.869t.435.084t.403.264l4.12 4.025q.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-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%22M7.04%2018.008Q5%2016.016%205%2013.1q0-1.394.558-2.634t1.484-2.224l4.12-4.025q.186-.18.403-.264T12%203.869t.435.084t.403.264l4.12%204.025q.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.224l4.12-4.025q.186-.18.403-.264T12%203.869t.435.084t.403.264l4.12%204.025q.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-rounded.svg?color=%231a73e8&size=48