check mark button emoji
check-mark-button from OpenMoji by OpenMoji · Default · Symbols · CC-BY-SA-4.0 Attribution required.
- Name
- check-mark-button
- Set
- OpenMoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More symbols icons from OpenMoji
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the check mark button emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" d="M53.189 52.843h-32.61a.67.67 0 0 1-.679-.66v-31.68a.67.67 0 0 1 .68-.66h32.609a.67.67 0 0 1 .68.66v31.68a.67.67 0 0 1-.68.66"/><path fill="#fff" d="M30.66 30.538c-1.85-2.61-6.18-.11-4.32 2.52c3.19 4.51 5.87 9.25 7.91 14.38c.84 2.09 4.23 2.65 4.83 0c2.83-12.6 8.21-27.17 20.68-33c2.91-1.36.38-5.67-2.52-4.32c-11.43 5.35-17.68 17.36-21.23 29.25a71 71 0 0 0-5.35-8.83"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M53 22.642v30.476a.66.66 0 0 1-.66.66H20.66a.66.66 0 0 1-.66-.66v-31.68a.66.66 0 0 1 .66-.66h20.649"/><path d="M30.66 30.538c-1.85-2.61-6.18-.11-4.32 2.52c3.19 4.51 5.87 9.25 7.91 14.38c.84 2.09 4.23 2.65 4.83 0c2.83-12.6 8.21-27.17 20.68-33c2.91-1.36.38-5.67-2.52-4.32c-11.43 5.35-17.68 17.36-21.23 29.25a71 71 0 0 0-5.35-8.83"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiCheckMarkButton(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" d="M53.189 52.843h-32.61a.67.67 0 0 1-.679-.66v-31.68a.67.67 0 0 1 .68-.66h32.609a.67.67 0 0 1 .68.66v31.68a.67.67 0 0 1-.68.66"/><path fill="#fff" d="M30.66 30.538c-1.85-2.61-6.18-.11-4.32 2.52c3.19 4.51 5.87 9.25 7.91 14.38c.84 2.09 4.23 2.65 4.83 0c2.83-12.6 8.21-27.17 20.68-33c2.91-1.36.38-5.67-2.52-4.32c-11.43 5.35-17.68 17.36-21.23 29.25a71 71 0 0 0-5.35-8.83"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M53 22.642v30.476a.66.66 0 0 1-.66.66H20.66a.66.66 0 0 1-.66-.66v-31.68a.66.66 0 0 1 .66-.66h20.649"/><path d="M30.66 30.538c-1.85-2.61-6.18-.11-4.32 2.52c3.19 4.51 5.87 9.25 7.91 14.38c.84 2.09 4.23 2.65 4.83 0c2.83-12.6 8.21-27.17 20.68-33c2.91-1.36.38-5.67-2.52-4.32c-11.43 5.35-17.68 17.36-21.23 29.25a71 71 0 0 0-5.35-8.83"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" d="M53.189 52.843h-32.61a.67.67 0 0 1-.679-.66v-31.68a.67.67 0 0 1 .68-.66h32.609a.67.67 0 0 1 .68.66v31.68a.67.67 0 0 1-.68.66"/><path fill="#fff" d="M30.66 30.538c-1.85-2.61-6.18-.11-4.32 2.52c3.19 4.51 5.87 9.25 7.91 14.38c.84 2.09 4.23 2.65 4.83 0c2.83-12.6 8.21-27.17 20.68-33c2.91-1.36.38-5.67-2.52-4.32c-11.43 5.35-17.68 17.36-21.23 29.25a71 71 0 0 0-5.35-8.83"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M53 22.642v30.476a.66.66 0 0 1-.66.66H20.66a.66.66 0 0 1-.66-.66v-31.68a.66.66 0 0 1 .66-.66h20.649"/><path d="M30.66 30.538c-1.85-2.61-6.18-.11-4.32 2.52c3.19 4.51 5.87 9.25 7.91 14.38c.84 2.09 4.23 2.65 4.83 0c2.83-12.6 8.21-27.17 20.68-33c2.91-1.36.38-5.67-2.52-4.32c-11.43 5.35-17.68 17.36-21.23 29.25a71 71 0 0 0-5.35-8.83"/></g></svg> </template>
CSS
.icon-check-mark-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%2072%2072%22%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M53.189%2052.843h-32.61a.67.67%200%200%201-.679-.66v-31.68a.67.67%200%200%201%20.68-.66h32.609a.67.67%200%200%201%20.68.66v31.68a.67.67%200%200%201-.68.66%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M30.66%2030.538c-1.85-2.61-6.18-.11-4.32%202.52c3.19%204.51%205.87%209.25%207.91%2014.38c.84%202.09%204.23%202.65%204.83%200c2.83-12.6%208.21-27.17%2020.68-33c2.91-1.36.38-5.67-2.52-4.32c-11.43%205.35-17.68%2017.36-21.23%2029.25a71%2071%200%200%200-5.35-8.83%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M53%2022.642v30.476a.66.66%200%200%201-.66.66H20.66a.66.66%200%200%201-.66-.66v-31.68a.66.66%200%200%201%20.66-.66h20.649%22%2F%3E%3Cpath%20d%3D%22M30.66%2030.538c-1.85-2.61-6.18-.11-4.32%202.52c3.19%204.51%205.87%209.25%207.91%2014.38c.84%202.09%204.23%202.65%204.83%200c2.83-12.6%208.21-27.17%2020.68-33c2.91-1.36.38-5.67-2.52-4.32c-11.43%205.35-17.68%2017.36-21.23%2029.25a71%2071%200%200%200-5.35-8.83%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M53.189%2052.843h-32.61a.67.67%200%200%201-.679-.66v-31.68a.67.67%200%200%201%20.68-.66h32.609a.67.67%200%200%201%20.68.66v31.68a.67.67%200%200%201-.68.66%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M30.66%2030.538c-1.85-2.61-6.18-.11-4.32%202.52c3.19%204.51%205.87%209.25%207.91%2014.38c.84%202.09%204.23%202.65%204.83%200c2.83-12.6%208.21-27.17%2020.68-33c2.91-1.36.38-5.67-2.52-4.32c-11.43%205.35-17.68%2017.36-21.23%2029.25a71%2071%200%200%200-5.35-8.83%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M53%2022.642v30.476a.66.66%200%200%201-.66.66H20.66a.66.66%200%200%201-.66-.66v-31.68a.66.66%200%200%201%20.66-.66h20.649%22%2F%3E%3Cpath%20d%3D%22M30.66%2030.538c-1.85-2.61-6.18-.11-4.32%202.52c3.19%204.51%205.87%209.25%207.91%2014.38c.84%202.09%204.23%202.65%204.83%200c2.83-12.6%208.21-27.17%2020.68-33c2.91-1.36.38-5.67-2.52-4.32c-11.43%205.35-17.68%2017.36-21.23%2029.25a71%2071%200%200%200-5.35-8.83%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/check-mark-button.svg?color=%231a73e8&size=48