bright button emoji

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

Name
bright-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 bright 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.92 7.73c-.83 0-1.5-.67-1.5-1.5V3.5c0-.82.67-1.5 1.5-1.5c.82 0 1.5.67 1.5 1.5v2.73c0 .83-.68 1.5-1.5 1.5m0 15.55c-4.06 0-7.37-3.3-7.37-7.37a7.37 7.37 0 0 1 14.74 0c0 4.07-3.31 7.37-7.37 7.37m0-11.73c-2.41 0-4.37 1.96-4.37 4.37s1.96 4.37 4.37 4.37s4.37-1.96 4.37-4.37a4.38 4.38 0 0 0-4.37-4.37m-7.91-1.42c.58.58 1.54.58 2.12 0s.58-1.54 0-2.12L8.2 6.08c-.58-.58-1.54-.58-2.12 0s-.58 1.54 0 2.12zm-.28 5.79c0 .83-.67 1.5-1.5 1.5H3.5c-.82 0-1.5-.67-1.5-1.5c0-.82.67-1.5 1.5-1.5h2.73c.83 0 1.5.67 1.5 1.5m2.4 7.91c.58-.58.58-1.54 0-2.12a1.49 1.49 0 0 0-2.12 0l-1.93 1.93c-.58.58-.58 1.54 0 2.12s1.54.58 2.12 0zm5.79.27c.83 0 1.5.67 1.5 1.5v2.73c0 .82-.67 1.5-1.5 1.5c-.82 0-1.5-.67-1.5-1.5V25.6c0-.82.67-1.5 1.5-1.5m7.91-2.39c-.58-.58-1.54-.58-2.12 0a1.49 1.49 0 0 0 0 2.12l1.93 1.93c.58.58 1.54.58 2.12 0s.58-1.54 0-2.12zm.27-5.79c0-.83.67-1.5 1.5-1.5h2.73c.82 0 1.5.67 1.5 1.5c0 .82-.67 1.5-1.5 1.5H25.6c-.82 0-1.5-.68-1.5-1.5m-2.39-7.91c-.58.58-.58 1.54 0 2.12s1.53.58 2.12 0l1.93-1.93c.58-.58.58-1.54 0-2.12s-1.54-.58-2.12 0z"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatBrightButton(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.92 7.73c-.83 0-1.5-.67-1.5-1.5V3.5c0-.82.67-1.5 1.5-1.5c.82 0 1.5.67 1.5 1.5v2.73c0 .83-.68 1.5-1.5 1.5m0 15.55c-4.06 0-7.37-3.3-7.37-7.37a7.37 7.37 0 0 1 14.74 0c0 4.07-3.31 7.37-7.37 7.37m0-11.73c-2.41 0-4.37 1.96-4.37 4.37s1.96 4.37 4.37 4.37s4.37-1.96 4.37-4.37a4.38 4.38 0 0 0-4.37-4.37m-7.91-1.42c.58.58 1.54.58 2.12 0s.58-1.54 0-2.12L8.2 6.08c-.58-.58-1.54-.58-2.12 0s-.58 1.54 0 2.12zm-.28 5.79c0 .83-.67 1.5-1.5 1.5H3.5c-.82 0-1.5-.67-1.5-1.5c0-.82.67-1.5 1.5-1.5h2.73c.83 0 1.5.67 1.5 1.5m2.4 7.91c.58-.58.58-1.54 0-2.12a1.49 1.49 0 0 0-2.12 0l-1.93 1.93c-.58.58-.58 1.54 0 2.12s1.54.58 2.12 0zm5.79.27c.83 0 1.5.67 1.5 1.5v2.73c0 .82-.67 1.5-1.5 1.5c-.82 0-1.5-.67-1.5-1.5V25.6c0-.82.67-1.5 1.5-1.5m7.91-2.39c-.58-.58-1.54-.58-2.12 0a1.49 1.49 0 0 0 0 2.12l1.93 1.93c.58.58 1.54.58 2.12 0s.58-1.54 0-2.12zm.27-5.79c0-.83.67-1.5 1.5-1.5h2.73c.82 0 1.5.67 1.5 1.5c0 .82-.67 1.5-1.5 1.5H25.6c-.82 0-1.5-.68-1.5-1.5m-2.39-7.91c-.58.58-.58 1.54 0 2.12s1.53.58 2.12 0l1.93-1.93c.58-.58.58-1.54 0-2.12s-1.54-.58-2.12 0z"/></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.92 7.73c-.83 0-1.5-.67-1.5-1.5V3.5c0-.82.67-1.5 1.5-1.5c.82 0 1.5.67 1.5 1.5v2.73c0 .83-.68 1.5-1.5 1.5m0 15.55c-4.06 0-7.37-3.3-7.37-7.37a7.37 7.37 0 0 1 14.74 0c0 4.07-3.31 7.37-7.37 7.37m0-11.73c-2.41 0-4.37 1.96-4.37 4.37s1.96 4.37 4.37 4.37s4.37-1.96 4.37-4.37a4.38 4.38 0 0 0-4.37-4.37m-7.91-1.42c.58.58 1.54.58 2.12 0s.58-1.54 0-2.12L8.2 6.08c-.58-.58-1.54-.58-2.12 0s-.58 1.54 0 2.12zm-.28 5.79c0 .83-.67 1.5-1.5 1.5H3.5c-.82 0-1.5-.67-1.5-1.5c0-.82.67-1.5 1.5-1.5h2.73c.83 0 1.5.67 1.5 1.5m2.4 7.91c.58-.58.58-1.54 0-2.12a1.49 1.49 0 0 0-2.12 0l-1.93 1.93c-.58.58-.58 1.54 0 2.12s1.54.58 2.12 0zm5.79.27c.83 0 1.5.67 1.5 1.5v2.73c0 .82-.67 1.5-1.5 1.5c-.82 0-1.5-.67-1.5-1.5V25.6c0-.82.67-1.5 1.5-1.5m7.91-2.39c-.58-.58-1.54-.58-2.12 0a1.49 1.49 0 0 0 0 2.12l1.93 1.93c.58.58 1.54.58 2.12 0s.58-1.54 0-2.12zm.27-5.79c0-.83.67-1.5 1.5-1.5h2.73c.82 0 1.5.67 1.5 1.5c0 .82-.67 1.5-1.5 1.5H25.6c-.82 0-1.5-.68-1.5-1.5m-2.39-7.91c-.58.58-.58 1.54 0 2.12s1.53.58 2.12 0l1.93-1.93c.58-.58.58-1.54 0-2.12s-1.54-.58-2.12 0z"/></svg>
</template>

CSS

.icon-bright-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.92%207.73c-.83%200-1.5-.67-1.5-1.5V3.5c0-.82.67-1.5%201.5-1.5c.82%200%201.5.67%201.5%201.5v2.73c0%20.83-.68%201.5-1.5%201.5m0%2015.55c-4.06%200-7.37-3.3-7.37-7.37a7.37%207.37%200%200%201%2014.74%200c0%204.07-3.31%207.37-7.37%207.37m0-11.73c-2.41%200-4.37%201.96-4.37%204.37s1.96%204.37%204.37%204.37s4.37-1.96%204.37-4.37a4.38%204.38%200%200%200-4.37-4.37m-7.91-1.42c.58.58%201.54.58%202.12%200s.58-1.54%200-2.12L8.2%206.08c-.58-.58-1.54-.58-2.12%200s-.58%201.54%200%202.12zm-.28%205.79c0%20.83-.67%201.5-1.5%201.5H3.5c-.82%200-1.5-.67-1.5-1.5c0-.82.67-1.5%201.5-1.5h2.73c.83%200%201.5.67%201.5%201.5m2.4%207.91c.58-.58.58-1.54%200-2.12a1.49%201.49%200%200%200-2.12%200l-1.93%201.93c-.58.58-.58%201.54%200%202.12s1.54.58%202.12%200zm5.79.27c.83%200%201.5.67%201.5%201.5v2.73c0%20.82-.67%201.5-1.5%201.5c-.82%200-1.5-.67-1.5-1.5V25.6c0-.82.67-1.5%201.5-1.5m7.91-2.39c-.58-.58-1.54-.58-2.12%200a1.49%201.49%200%200%200%200%202.12l1.93%201.93c.58.58%201.54.58%202.12%200s.58-1.54%200-2.12zm.27-5.79c0-.83.67-1.5%201.5-1.5h2.73c.82%200%201.5.67%201.5%201.5c0%20.82-.67%201.5-1.5%201.5H25.6c-.82%200-1.5-.68-1.5-1.5m-2.39-7.91c-.58.58-.58%201.54%200%202.12s1.53.58%202.12%200l1.93-1.93c.58-.58.58-1.54%200-2.12s-1.54-.58-2.12%200z%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.92%207.73c-.83%200-1.5-.67-1.5-1.5V3.5c0-.82.67-1.5%201.5-1.5c.82%200%201.5.67%201.5%201.5v2.73c0%20.83-.68%201.5-1.5%201.5m0%2015.55c-4.06%200-7.37-3.3-7.37-7.37a7.37%207.37%200%200%201%2014.74%200c0%204.07-3.31%207.37-7.37%207.37m0-11.73c-2.41%200-4.37%201.96-4.37%204.37s1.96%204.37%204.37%204.37s4.37-1.96%204.37-4.37a4.38%204.38%200%200%200-4.37-4.37m-7.91-1.42c.58.58%201.54.58%202.12%200s.58-1.54%200-2.12L8.2%206.08c-.58-.58-1.54-.58-2.12%200s-.58%201.54%200%202.12zm-.28%205.79c0%20.83-.67%201.5-1.5%201.5H3.5c-.82%200-1.5-.67-1.5-1.5c0-.82.67-1.5%201.5-1.5h2.73c.83%200%201.5.67%201.5%201.5m2.4%207.91c.58-.58.58-1.54%200-2.12a1.49%201.49%200%200%200-2.12%200l-1.93%201.93c-.58.58-.58%201.54%200%202.12s1.54.58%202.12%200zm5.79.27c.83%200%201.5.67%201.5%201.5v2.73c0%20.82-.67%201.5-1.5%201.5c-.82%200-1.5-.67-1.5-1.5V25.6c0-.82.67-1.5%201.5-1.5m7.91-2.39c-.58-.58-1.54-.58-2.12%200a1.49%201.49%200%200%200%200%202.12l1.93%201.93c.58.58%201.54.58%202.12%200s.58-1.54%200-2.12zm.27-5.79c0-.83.67-1.5%201.5-1.5h2.73c.82%200%201.5.67%201.5%201.5c0%20.82-.67%201.5-1.5%201.5H25.6c-.82%200-1.5-.68-1.5-1.5m-2.39-7.91c-.58.58-.58%201.54%200%202.12s1.53.58%202.12%200l1.93-1.93c.58-.58.58-1.54%200-2.12s-1.54-.58-2.12%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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