smirking-face from Emoji One (Colored) by Emoji One · Default · People · CC-BY-4.0 Attribution required.

Name
smirking-face
Set
Emoji One (Colored)
Style
Default
Category
People
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More people icons from Emoji One (Colored)

Use the smirking face emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ffdd67" d="M62 32c0 16.6-13.4 30-30 30S2 48.6 2 32S15.4 2 32 2s30 13.4 30 30"/><path fill="#664e27" d="M53.9 30.8c-3.4-3.9-14-2.5-17.2 2.8c-.2.4.4 1 1.1 1.4c2.1-1.5 4.6-2.3 7.2-2.5c0 2.8 2.2 5.1 5 5.1c4 0 5.9-4.5 3.9-6.8m-27.3 0c-3.3-3.9-14-2.5-17.2 2.8c-.2.4.4 1 1.1 1.4c2.1-1.5 4.6-2.3 7.2-2.5c0 2.8 2.2 5.1 5 5.1c3.9 0 5.8-4.5 3.9-6.8m-.8 21c5.8 1.4 15.1 0 19.8-3.5c1.2-.9-1.2-4-2.3-3.1c-3.2 2.3-11.2 4.1-16.6 2.9c-1.4-.4-2.4 3.3-.9 3.7"/><path fill="#917524" d="M53.2 24.6c-3.2-2.7-7.5-3.9-11.7-3.1c-.6.1-1.1-2-.4-2.2c4.8-.9 9.8.5 13.5 3.6c.6.5-1 2.1-1.4 1.7m-30.7-3.2c-4.2-.7-8.5.4-11.7 3.1c-.4.4-2-1.2-1.4-1.7c3.7-3.2 8.7-4.5 13.5-3.6c.7.1.2 2.3-.4 2.2"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneSmirkingFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ffdd67" d="M62 32c0 16.6-13.4 30-30 30S2 48.6 2 32S15.4 2 32 2s30 13.4 30 30"/><path fill="#664e27" d="M53.9 30.8c-3.4-3.9-14-2.5-17.2 2.8c-.2.4.4 1 1.1 1.4c2.1-1.5 4.6-2.3 7.2-2.5c0 2.8 2.2 5.1 5 5.1c4 0 5.9-4.5 3.9-6.8m-27.3 0c-3.3-3.9-14-2.5-17.2 2.8c-.2.4.4 1 1.1 1.4c2.1-1.5 4.6-2.3 7.2-2.5c0 2.8 2.2 5.1 5 5.1c3.9 0 5.8-4.5 3.9-6.8m-.8 21c5.8 1.4 15.1 0 19.8-3.5c1.2-.9-1.2-4-2.3-3.1c-3.2 2.3-11.2 4.1-16.6 2.9c-1.4-.4-2.4 3.3-.9 3.7"/><path fill="#917524" d="M53.2 24.6c-3.2-2.7-7.5-3.9-11.7-3.1c-.6.1-1.1-2-.4-2.2c4.8-.9 9.8.5 13.5 3.6c.6.5-1 2.1-1.4 1.7m-30.7-3.2c-4.2-.7-8.5.4-11.7 3.1c-.4.4-2-1.2-1.4-1.7c3.7-3.2 8.7-4.5 13.5-3.6c.7.1.2 2.3-.4 2.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ffdd67" d="M62 32c0 16.6-13.4 30-30 30S2 48.6 2 32S15.4 2 32 2s30 13.4 30 30"/><path fill="#664e27" d="M53.9 30.8c-3.4-3.9-14-2.5-17.2 2.8c-.2.4.4 1 1.1 1.4c2.1-1.5 4.6-2.3 7.2-2.5c0 2.8 2.2 5.1 5 5.1c4 0 5.9-4.5 3.9-6.8m-27.3 0c-3.3-3.9-14-2.5-17.2 2.8c-.2.4.4 1 1.1 1.4c2.1-1.5 4.6-2.3 7.2-2.5c0 2.8 2.2 5.1 5 5.1c3.9 0 5.8-4.5 3.9-6.8m-.8 21c5.8 1.4 15.1 0 19.8-3.5c1.2-.9-1.2-4-2.3-3.1c-3.2 2.3-11.2 4.1-16.6 2.9c-1.4-.4-2.4 3.3-.9 3.7"/><path fill="#917524" d="M53.2 24.6c-3.2-2.7-7.5-3.9-11.7-3.1c-.6.1-1.1-2-.4-2.2c4.8-.9 9.8.5 13.5 3.6c.6.5-1 2.1-1.4 1.7m-30.7-3.2c-4.2-.7-8.5.4-11.7 3.1c-.4.4-2-1.2-1.4-1.7c3.7-3.2 8.7-4.5 13.5-3.6c.7.1.2 2.3-.4 2.2"/></svg>
</template>

CSS

.icon-smirking-face {
  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%23ffdd67%22%20d%3D%22M62%2032c0%2016.6-13.4%2030-30%2030S2%2048.6%202%2032S15.4%202%2032%202s30%2013.4%2030%2030%22%2F%3E%3Cpath%20fill%3D%22%23664e27%22%20d%3D%22M53.9%2030.8c-3.4-3.9-14-2.5-17.2%202.8c-.2.4.4%201%201.1%201.4c2.1-1.5%204.6-2.3%207.2-2.5c0%202.8%202.2%205.1%205%205.1c4%200%205.9-4.5%203.9-6.8m-27.3%200c-3.3-3.9-14-2.5-17.2%202.8c-.2.4.4%201%201.1%201.4c2.1-1.5%204.6-2.3%207.2-2.5c0%202.8%202.2%205.1%205%205.1c3.9%200%205.8-4.5%203.9-6.8m-.8%2021c5.8%201.4%2015.1%200%2019.8-3.5c1.2-.9-1.2-4-2.3-3.1c-3.2%202.3-11.2%204.1-16.6%202.9c-1.4-.4-2.4%203.3-.9%203.7%22%2F%3E%3Cpath%20fill%3D%22%23917524%22%20d%3D%22M53.2%2024.6c-3.2-2.7-7.5-3.9-11.7-3.1c-.6.1-1.1-2-.4-2.2c4.8-.9%209.8.5%2013.5%203.6c.6.5-1%202.1-1.4%201.7m-30.7-3.2c-4.2-.7-8.5.4-11.7%203.1c-.4.4-2-1.2-1.4-1.7c3.7-3.2%208.7-4.5%2013.5-3.6c.7.1.2%202.3-.4%202.2%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%23ffdd67%22%20d%3D%22M62%2032c0%2016.6-13.4%2030-30%2030S2%2048.6%202%2032S15.4%202%2032%202s30%2013.4%2030%2030%22%2F%3E%3Cpath%20fill%3D%22%23664e27%22%20d%3D%22M53.9%2030.8c-3.4-3.9-14-2.5-17.2%202.8c-.2.4.4%201%201.1%201.4c2.1-1.5%204.6-2.3%207.2-2.5c0%202.8%202.2%205.1%205%205.1c4%200%205.9-4.5%203.9-6.8m-27.3%200c-3.3-3.9-14-2.5-17.2%202.8c-.2.4.4%201%201.1%201.4c2.1-1.5%204.6-2.3%207.2-2.5c0%202.8%202.2%205.1%205%205.1c3.9%200%205.8-4.5%203.9-6.8m-.8%2021c5.8%201.4%2015.1%200%2019.8-3.5c1.2-.9-1.2-4-2.3-3.1c-3.2%202.3-11.2%204.1-16.6%202.9c-1.4-.4-2.4%203.3-.9%203.7%22%2F%3E%3Cpath%20fill%3D%22%23917524%22%20d%3D%22M53.2%2024.6c-3.2-2.7-7.5-3.9-11.7-3.1c-.6.1-1.1-2-.4-2.2c4.8-.9%209.8.5%2013.5%203.6c.6.5-1%202.1-1.4%201.7m-30.7-3.2c-4.2-.7-8.5.4-11.7%203.1c-.4.4-2-1.2-1.4-1.7c3.7-3.2%208.7-4.5%2013.5-3.6c.7.1.2%202.3-.4%202.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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