japanese passing grade button emoji

japanese-passing-grade-button from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.

Name
japanese-passing-grade-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 japanese passing grade button emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ff5a79" d="M62 52c0 5.5-4.5 10-10 10H12C6.5 62 2 57.5 2 52V12C2 6.5 6.5 2 12 2h40c5.5 0 10 4.5 10 10z"/><g fill="#fff"><path d="M32 12S22 20.6 9.8 26.6l3.2 6.1s7.9-2.6 19-11.5c11.1 8.9 19 11.5 19 11.5l3.2-6.1C42 20.6 32 12 32 12"/><path d="M20.9 29.5h22.3v5.1H20.9zM16 36.8V52h32V36.8zm25.6 9.8H22.4v-4.3h19.1z"/></g></svg>

React

import type { SVGProps } from "react";

export function EmojioneJapanesePassingGradeButton(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ff5a79" d="M62 52c0 5.5-4.5 10-10 10H12C6.5 62 2 57.5 2 52V12C2 6.5 6.5 2 12 2h40c5.5 0 10 4.5 10 10z"/><g fill="#fff"><path d="M32 12S22 20.6 9.8 26.6l3.2 6.1s7.9-2.6 19-11.5c11.1 8.9 19 11.5 19 11.5l3.2-6.1C42 20.6 32 12 32 12"/><path d="M20.9 29.5h22.3v5.1H20.9zM16 36.8V52h32V36.8zm25.6 9.8H22.4v-4.3h19.1z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ff5a79" d="M62 52c0 5.5-4.5 10-10 10H12C6.5 62 2 57.5 2 52V12C2 6.5 6.5 2 12 2h40c5.5 0 10 4.5 10 10z"/><g fill="#fff"><path d="M32 12S22 20.6 9.8 26.6l3.2 6.1s7.9-2.6 19-11.5c11.1 8.9 19 11.5 19 11.5l3.2-6.1C42 20.6 32 12 32 12"/><path d="M20.9 29.5h22.3v5.1H20.9zM16 36.8V52h32V36.8zm25.6 9.8H22.4v-4.3h19.1z"/></g></svg>
</template>

CSS

.icon-japanese-passing-grade-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%23ff5a79%22%20d%3D%22M62%2052c0%205.5-4.5%2010-10%2010H12C6.5%2062%202%2057.5%202%2052V12C2%206.5%206.5%202%2012%202h40c5.5%200%2010%204.5%2010%2010z%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M32%2012S22%2020.6%209.8%2026.6l3.2%206.1s7.9-2.6%2019-11.5c11.1%208.9%2019%2011.5%2019%2011.5l3.2-6.1C42%2020.6%2032%2012%2032%2012%22%2F%3E%3Cpath%20d%3D%22M20.9%2029.5h22.3v5.1H20.9zM16%2036.8V52h32V36.8zm25.6%209.8H22.4v-4.3h19.1z%22%2F%3E%3C%2Fg%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%23ff5a79%22%20d%3D%22M62%2052c0%205.5-4.5%2010-10%2010H12C6.5%2062%202%2057.5%202%2052V12C2%206.5%206.5%202%2012%202h40c5.5%200%2010%204.5%2010%2010z%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M32%2012S22%2020.6%209.8%2026.6l3.2%206.1s7.9-2.6%2019-11.5c11.1%208.9%2019%2011.5%2019%2011.5l3.2-6.1C42%2020.6%2032%2012%2032%2012%22%2F%3E%3Cpath%20d%3D%22M20.9%2029.5h22.3v5.1H20.9zM16%2036.8V52h32V36.8zm25.6%209.8H22.4v-4.3h19.1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/japanese-passing-grade-button.svg?color=%231a73e8&size=48