bright button emoji
bright-button from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- bright-button
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Symbols
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More symbols icons from Emoji One (Colored)
Use the bright button emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#eda454" d="M29 50.5h6V62h-6zM29 2h6v11.5h-6zm21.5 27H62v6H50.5zM2 29h11.5v6H2zm6.686 22.125l8.131-8.131l4.243 4.242l-8.132 8.132zm34.254-34.36l8.132-8.132l4.242 4.243l-8.131 8.132zm.052 30.416l4.243-4.242l8.131 8.131l-4.242 4.243zM8.632 12.93l4.242-4.243l8.132 8.131l-4.243 4.243zM32 17c-8.3 0-15 6.7-15 15s6.7 15 15 15s15-6.7 15-15s-6.7-15-15-15m0 25c-5.5 0-10-4.5-10-10s4.5-10 10-10s10 4.5 10 10s-4.5 10-10 10"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneBrightButton(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#eda454" d="M29 50.5h6V62h-6zM29 2h6v11.5h-6zm21.5 27H62v6H50.5zM2 29h11.5v6H2zm6.686 22.125l8.131-8.131l4.243 4.242l-8.132 8.132zm34.254-34.36l8.132-8.132l4.242 4.243l-8.131 8.132zm.052 30.416l4.243-4.242l8.131 8.131l-4.242 4.243zM8.632 12.93l4.242-4.243l8.132 8.131l-4.243 4.243zM32 17c-8.3 0-15 6.7-15 15s6.7 15 15 15s15-6.7 15-15s-6.7-15-15-15m0 25c-5.5 0-10-4.5-10-10s4.5-10 10-10s10 4.5 10 10s-4.5 10-10 10"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#eda454" d="M29 50.5h6V62h-6zM29 2h6v11.5h-6zm21.5 27H62v6H50.5zM2 29h11.5v6H2zm6.686 22.125l8.131-8.131l4.243 4.242l-8.132 8.132zm34.254-34.36l8.132-8.132l4.242 4.243l-8.131 8.132zm.052 30.416l4.243-4.242l8.131 8.131l-4.242 4.243zM8.632 12.93l4.242-4.243l8.132 8.131l-4.243 4.243zM32 17c-8.3 0-15 6.7-15 15s6.7 15 15 15s15-6.7 15-15s-6.7-15-15-15m0 25c-5.5 0-10-4.5-10-10s4.5-10 10-10s10 4.5 10 10s-4.5 10-10 10"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%23eda454%22%20d%3D%22M29%2050.5h6V62h-6zM29%202h6v11.5h-6zm21.5%2027H62v6H50.5zM2%2029h11.5v6H2zm6.686%2022.125l8.131-8.131l4.243%204.242l-8.132%208.132zm34.254-34.36l8.132-8.132l4.242%204.243l-8.131%208.132zm.052%2030.416l4.243-4.242l8.131%208.131l-4.242%204.243zM8.632%2012.93l4.242-4.243l8.132%208.131l-4.243%204.243zM32%2017c-8.3%200-15%206.7-15%2015s6.7%2015%2015%2015s15-6.7%2015-15s-6.7-15-15-15m0%2025c-5.5%200-10-4.5-10-10s4.5-10%2010-10s10%204.5%2010%2010s-4.5%2010-10%2010%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23eda454%22%20d%3D%22M29%2050.5h6V62h-6zM29%202h6v11.5h-6zm21.5%2027H62v6H50.5zM2%2029h11.5v6H2zm6.686%2022.125l8.131-8.131l4.243%204.242l-8.132%208.132zm34.254-34.36l8.132-8.132l4.242%204.243l-8.131%208.132zm.052%2030.416l4.243-4.242l8.131%208.131l-4.242%204.243zM8.632%2012.93l4.242-4.243l8.132%208.131l-4.243%204.243zM32%2017c-8.3%200-15%206.7-15%2015s6.7%2015%2015%2015s15-6.7%2015-15s-6.7-15-15-15m0%2025c-5.5%200-10-4.5-10-10s4.5-10%2010-10s10%204.5%2010%2010s-4.5%2010-10%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/bright-button.svg?color=%231a73e8&size=48