check mark emoji
check-mark from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- check-mark
- Set
- Noto Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 128×128
- License
- Apache 2.0
- Aliases
- heavy-check-mark
The same emoji in other sets
More symbols icons from Noto Emoji
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 emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#546d7a" d="M36.02 123.97c-.7-.02-1.41-.08-2.1-.2a12.05 12.05 0 0 1-9.3-8l-20-60c-2.1-6.3 1.3-13.1 7.6-15.2s13.1 1.3 15.2 7.6l13 39l62.2-78.6c4.11-5.22 11.68-6.11 16.9-2s6.11 11.68 2 16.9l-76 96a12.35 12.35 0 0 1-9.5 4.5"/><path fill="#fff" d="M75.17 58.91c1.49-1.24 29.97-35.22 29.97-35.22s2.38-2.53.36-4.75c-1.9-2.03-4.38-.7-5.57.62S73.04 51.18 71.98 52.68a5.43 5.43 0 0 0-.09 5.53c.94 1.52 2.25 1.6 3.28.7" opacity=".35"/><circle cx="108.45" cy="12.83" r="3.3" fill="#fff" opacity=".35"/><path fill="#fff" d="M12.73 65.49c.67-.01.53-3.76 2.28-7.35c1.23-2.54 2.82-3.82 2.81-5.24s-1.92-8.34-3.35-7.88c-1.99.63-4.53 3.19-5.1 7.18c-.89 6.28 2.13 13.31 3.36 13.29" opacity=".35"/></svg>
React
import type { SVGProps } from "react";
export function NotoCheckMark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#546d7a" d="M36.02 123.97c-.7-.02-1.41-.08-2.1-.2a12.05 12.05 0 0 1-9.3-8l-20-60c-2.1-6.3 1.3-13.1 7.6-15.2s13.1 1.3 15.2 7.6l13 39l62.2-78.6c4.11-5.22 11.68-6.11 16.9-2s6.11 11.68 2 16.9l-76 96a12.35 12.35 0 0 1-9.5 4.5"/><path fill="#fff" d="M75.17 58.91c1.49-1.24 29.97-35.22 29.97-35.22s2.38-2.53.36-4.75c-1.9-2.03-4.38-.7-5.57.62S73.04 51.18 71.98 52.68a5.43 5.43 0 0 0-.09 5.53c.94 1.52 2.25 1.6 3.28.7" opacity=".35"/><circle cx="108.45" cy="12.83" r="3.3" fill="#fff" opacity=".35"/><path fill="#fff" d="M12.73 65.49c.67-.01.53-3.76 2.28-7.35c1.23-2.54 2.82-3.82 2.81-5.24s-1.92-8.34-3.35-7.88c-1.99.63-4.53 3.19-5.1 7.18c-.89 6.28 2.13 13.31 3.36 13.29" opacity=".35"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#546d7a" d="M36.02 123.97c-.7-.02-1.41-.08-2.1-.2a12.05 12.05 0 0 1-9.3-8l-20-60c-2.1-6.3 1.3-13.1 7.6-15.2s13.1 1.3 15.2 7.6l13 39l62.2-78.6c4.11-5.22 11.68-6.11 16.9-2s6.11 11.68 2 16.9l-76 96a12.35 12.35 0 0 1-9.5 4.5"/><path fill="#fff" d="M75.17 58.91c1.49-1.24 29.97-35.22 29.97-35.22s2.38-2.53.36-4.75c-1.9-2.03-4.38-.7-5.57.62S73.04 51.18 71.98 52.68a5.43 5.43 0 0 0-.09 5.53c.94 1.52 2.25 1.6 3.28.7" opacity=".35"/><circle cx="108.45" cy="12.83" r="3.3" fill="#fff" opacity=".35"/><path fill="#fff" d="M12.73 65.49c.67-.01.53-3.76 2.28-7.35c1.23-2.54 2.82-3.82 2.81-5.24s-1.92-8.34-3.35-7.88c-1.99.63-4.53 3.19-5.1 7.18c-.89 6.28 2.13 13.31 3.36 13.29" opacity=".35"/></svg> </template>
CSS
.icon-check-mark {
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%20128%20128%22%3E%3Cpath%20fill%3D%22%23546d7a%22%20d%3D%22M36.02%20123.97c-.7-.02-1.41-.08-2.1-.2a12.05%2012.05%200%200%201-9.3-8l-20-60c-2.1-6.3%201.3-13.1%207.6-15.2s13.1%201.3%2015.2%207.6l13%2039l62.2-78.6c4.11-5.22%2011.68-6.11%2016.9-2s6.11%2011.68%202%2016.9l-76%2096a12.35%2012.35%200%200%201-9.5%204.5%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M75.17%2058.91c1.49-1.24%2029.97-35.22%2029.97-35.22s2.38-2.53.36-4.75c-1.9-2.03-4.38-.7-5.57.62S73.04%2051.18%2071.98%2052.68a5.43%205.43%200%200%200-.09%205.53c.94%201.52%202.25%201.6%203.28.7%22%20opacity%3D%22.35%22%2F%3E%3Ccircle%20cx%3D%22108.45%22%20cy%3D%2212.83%22%20r%3D%223.3%22%20fill%3D%22%23fff%22%20opacity%3D%22.35%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.73%2065.49c.67-.01.53-3.76%202.28-7.35c1.23-2.54%202.82-3.82%202.81-5.24s-1.92-8.34-3.35-7.88c-1.99.63-4.53%203.19-5.1%207.18c-.89%206.28%202.13%2013.31%203.36%2013.29%22%20opacity%3D%22.35%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23546d7a%22%20d%3D%22M36.02%20123.97c-.7-.02-1.41-.08-2.1-.2a12.05%2012.05%200%200%201-9.3-8l-20-60c-2.1-6.3%201.3-13.1%207.6-15.2s13.1%201.3%2015.2%207.6l13%2039l62.2-78.6c4.11-5.22%2011.68-6.11%2016.9-2s6.11%2011.68%202%2016.9l-76%2096a12.35%2012.35%200%200%201-9.5%204.5%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M75.17%2058.91c1.49-1.24%2029.97-35.22%2029.97-35.22s2.38-2.53.36-4.75c-1.9-2.03-4.38-.7-5.57.62S73.04%2051.18%2071.98%2052.68a5.43%205.43%200%200%200-.09%205.53c.94%201.52%202.25%201.6%203.28.7%22%20opacity%3D%22.35%22%2F%3E%3Ccircle%20cx%3D%22108.45%22%20cy%3D%2212.83%22%20r%3D%223.3%22%20fill%3D%22%23fff%22%20opacity%3D%22.35%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.73%2065.49c.67-.01.53-3.76%202.28-7.35c1.23-2.54%202.82-3.82%202.81-5.24s-1.92-8.34-3.35-7.88c-1.99.63-4.53%203.19-5.1%207.18c-.89%206.28%202.13%2013.31%203.36%2013.29%22%20opacity%3D%22.35%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/check-mark.svg?color=%231a73e8&size=48