dim-button from Fluent Emoji Flat by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.

Name
dim-button
Set
Fluent Emoji Flat
Style
Default
Category
Symbols
Viewbox
32×32
License
MIT

The same emoji in other sets

More symbols icons from Fluent Emoji Flat

Use the dim button emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ffb02e" d="M15.65 5.82a1.91 1.91 0 1 0 0-3.82a1.91 1.91 0 0 0 0 3.82m.22 18.29c-4.54 0-8.23-3.69-8.23-8.23s3.69-8.23 8.23-8.23s8.23 3.69 8.23 8.23s-3.69 8.23-8.23 8.23m0-13.47a5.24 5.24 0 0 0-5.23 5.23a5.24 5.24 0 0 0 5.23 5.23a5.24 5.24 0 0 0 5.23-5.23c0-2.88-2.34-5.23-5.23-5.23m-6.7-3.07a1.91 1.91 0 1 1-3.82 0a1.91 1.91 0 0 1 3.82 0M3.91 18a1.91 1.91 0 1 0 0-3.82a1.91 1.91 0 0 0 0 3.82m5.57 6.49a1.91 1.91 0 1 1-3.82 0a1.91 1.91 0 0 1 3.82 0m6.61 5.25a1.91 1.91 0 1 0 0-3.82a1.91 1.91 0 0 0 0 3.82m10.31-5.56a1.91 1.91 0 1 1-3.82 0a1.91 1.91 0 0 1 3.82 0m1.43-6.62a1.91 1.91 0 1 0 0-3.82a1.91 1.91 0 0 0 0 3.82m-1.74-10.3a1.91 1.91 0 1 1-3.82 0a1.91 1.91 0 0 1 3.82 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatDimButton(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ffb02e" d="M15.65 5.82a1.91 1.91 0 1 0 0-3.82a1.91 1.91 0 0 0 0 3.82m.22 18.29c-4.54 0-8.23-3.69-8.23-8.23s3.69-8.23 8.23-8.23s8.23 3.69 8.23 8.23s-3.69 8.23-8.23 8.23m0-13.47a5.24 5.24 0 0 0-5.23 5.23a5.24 5.24 0 0 0 5.23 5.23a5.24 5.24 0 0 0 5.23-5.23c0-2.88-2.34-5.23-5.23-5.23m-6.7-3.07a1.91 1.91 0 1 1-3.82 0a1.91 1.91 0 0 1 3.82 0M3.91 18a1.91 1.91 0 1 0 0-3.82a1.91 1.91 0 0 0 0 3.82m5.57 6.49a1.91 1.91 0 1 1-3.82 0a1.91 1.91 0 0 1 3.82 0m6.61 5.25a1.91 1.91 0 1 0 0-3.82a1.91 1.91 0 0 0 0 3.82m10.31-5.56a1.91 1.91 0 1 1-3.82 0a1.91 1.91 0 0 1 3.82 0m1.43-6.62a1.91 1.91 0 1 0 0-3.82a1.91 1.91 0 0 0 0 3.82m-1.74-10.3a1.91 1.91 0 1 1-3.82 0a1.91 1.91 0 0 1 3.82 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ffb02e" d="M15.65 5.82a1.91 1.91 0 1 0 0-3.82a1.91 1.91 0 0 0 0 3.82m.22 18.29c-4.54 0-8.23-3.69-8.23-8.23s3.69-8.23 8.23-8.23s8.23 3.69 8.23 8.23s-3.69 8.23-8.23 8.23m0-13.47a5.24 5.24 0 0 0-5.23 5.23a5.24 5.24 0 0 0 5.23 5.23a5.24 5.24 0 0 0 5.23-5.23c0-2.88-2.34-5.23-5.23-5.23m-6.7-3.07a1.91 1.91 0 1 1-3.82 0a1.91 1.91 0 0 1 3.82 0M3.91 18a1.91 1.91 0 1 0 0-3.82a1.91 1.91 0 0 0 0 3.82m5.57 6.49a1.91 1.91 0 1 1-3.82 0a1.91 1.91 0 0 1 3.82 0m6.61 5.25a1.91 1.91 0 1 0 0-3.82a1.91 1.91 0 0 0 0 3.82m10.31-5.56a1.91 1.91 0 1 1-3.82 0a1.91 1.91 0 0 1 3.82 0m1.43-6.62a1.91 1.91 0 1 0 0-3.82a1.91 1.91 0 0 0 0 3.82m-1.74-10.3a1.91 1.91 0 1 1-3.82 0a1.91 1.91 0 0 1 3.82 0"/></svg>
</template>

CSS

.icon-dim-button {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M15.65%205.82a1.91%201.91%200%201%200%200-3.82a1.91%201.91%200%200%200%200%203.82m.22%2018.29c-4.54%200-8.23-3.69-8.23-8.23s3.69-8.23%208.23-8.23s8.23%203.69%208.23%208.23s-3.69%208.23-8.23%208.23m0-13.47a5.24%205.24%200%200%200-5.23%205.23a5.24%205.24%200%200%200%205.23%205.23a5.24%205.24%200%200%200%205.23-5.23c0-2.88-2.34-5.23-5.23-5.23m-6.7-3.07a1.91%201.91%200%201%201-3.82%200a1.91%201.91%200%200%201%203.82%200M3.91%2018a1.91%201.91%200%201%200%200-3.82a1.91%201.91%200%200%200%200%203.82m5.57%206.49a1.91%201.91%200%201%201-3.82%200a1.91%201.91%200%200%201%203.82%200m6.61%205.25a1.91%201.91%200%201%200%200-3.82a1.91%201.91%200%200%200%200%203.82m10.31-5.56a1.91%201.91%200%201%201-3.82%200a1.91%201.91%200%200%201%203.82%200m1.43-6.62a1.91%201.91%200%201%200%200-3.82a1.91%201.91%200%200%200%200%203.82m-1.74-10.3a1.91%201.91%200%201%201-3.82%200a1.91%201.91%200%200%201%203.82%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M15.65%205.82a1.91%201.91%200%201%200%200-3.82a1.91%201.91%200%200%200%200%203.82m.22%2018.29c-4.54%200-8.23-3.69-8.23-8.23s3.69-8.23%208.23-8.23s8.23%203.69%208.23%208.23s-3.69%208.23-8.23%208.23m0-13.47a5.24%205.24%200%200%200-5.23%205.23a5.24%205.24%200%200%200%205.23%205.23a5.24%205.24%200%200%200%205.23-5.23c0-2.88-2.34-5.23-5.23-5.23m-6.7-3.07a1.91%201.91%200%201%201-3.82%200a1.91%201.91%200%200%201%203.82%200M3.91%2018a1.91%201.91%200%201%200%200-3.82a1.91%201.91%200%200%200%200%203.82m5.57%206.49a1.91%201.91%200%201%201-3.82%200a1.91%201.91%200%200%201%203.82%200m6.61%205.25a1.91%201.91%200%201%200%200-3.82a1.91%201.91%200%200%200%200%203.82m10.31-5.56a1.91%201.91%200%201%201-3.82%200a1.91%201.91%200%200%201%203.82%200m1.43-6.62a1.91%201.91%200%201%200%200-3.82a1.91%201.91%200%200%200%200%203.82m-1.74-10.3a1.91%201.91%200%201%201-3.82%200a1.91%201.91%200%200%201%203.82%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/dim-button.svg?color=%231a73e8&size=48