smiling face with horns emoji

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

Name
smiling-face-with-horns
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 smiling face with horns emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#f46767"/><path fill="#ffdd67" d="M16.7 10.3c-5.6-2.7-9.2-8.1-9.2-8.1c-1.5 14.4 4.3 17.9 7.7 18c4.4 0 7.9-6.8 1.5-9.9m30.6 0c5.6-2.7 9.2-8.1 9.2-8.1c1.5 14.4-4.3 17.9-7.7 18c-4.4 0-7.9-6.8-1.5-9.9"/><path fill="#493b30" d="M17.3 43.3c2.5 1.5 4.9 2.3 7.3 2.9s4.9.8 7.4.8s4.9-.3 7.4-.8c2.4-.6 4.8-1.5 7.3-2.9c-1.1 2.7-3.4 4.9-6 6.2c-2.7 1.4-5.7 2-8.6 2c-3 0-6-.7-8.6-2c-2.8-1.3-5.1-3.5-6.2-6.2"/><path fill="#fff" d="M52.3 26.8c2 4.3.1 9.4-4.2 11.4s-9.4.1-11.4-4.2c-1.5-3.2 14.1-10.5 15.6-7.2"/><g fill="#493b30"><path d="M49.8 27.9c1.4 2.9.1 6.4-2.8 7.7c-2.9 1.4-6.4.1-7.7-2.8c-1-1.8 9.6-6.7 10.5-4.9"/><path d="M53.9 27.1c-1.9.2-3.5.5-5.2.9c-1.6.4-3.1 1-4.6 1.7q-2.25 1.05-4.2 2.4c-1.4 1-2.6 2.1-4 3.4c.2-1.9 1.1-3.7 2.4-5.1c1.2-1.5 2.9-2.6 4.6-3.4c1.8-.8 3.7-1.3 5.6-1.3c1.9-.1 3.8.4 5.4 1.4"/></g><path fill="#fff" d="M11.7 26.8c-2 4.3-.1 9.4 4.2 11.4s9.4.1 11.4-4.2c1.5-3.2-14.1-10.5-15.6-7.2"/><g fill="#493b30"><path d="M14.2 27.9c-1.4 2.9-.1 6.4 2.8 7.7c2.9 1.4 6.4.1 7.7-2.8c1-1.8-9.6-6.7-10.5-4.9"/><path d="M10.1 27.1c1.6-1 3.5-1.5 5.4-1.4c1.9 0 3.8.5 5.6 1.3c1.7.8 3.3 2 4.6 3.4c1.2 1.5 2.2 3.2 2.4 5.1c-1.3-1.3-2.6-2.4-4-3.4s-2.8-1.8-4.2-2.4c-1.5-.7-3-1.2-4.6-1.7c-1.7-.5-3.3-.7-5.2-.9"/></g></svg>

React

import type { SVGProps } from "react";

export function EmojioneSmilingFaceWithHorns(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#f46767"/><path fill="#ffdd67" d="M16.7 10.3c-5.6-2.7-9.2-8.1-9.2-8.1c-1.5 14.4 4.3 17.9 7.7 18c4.4 0 7.9-6.8 1.5-9.9m30.6 0c5.6-2.7 9.2-8.1 9.2-8.1c1.5 14.4-4.3 17.9-7.7 18c-4.4 0-7.9-6.8-1.5-9.9"/><path fill="#493b30" d="M17.3 43.3c2.5 1.5 4.9 2.3 7.3 2.9s4.9.8 7.4.8s4.9-.3 7.4-.8c2.4-.6 4.8-1.5 7.3-2.9c-1.1 2.7-3.4 4.9-6 6.2c-2.7 1.4-5.7 2-8.6 2c-3 0-6-.7-8.6-2c-2.8-1.3-5.1-3.5-6.2-6.2"/><path fill="#fff" d="M52.3 26.8c2 4.3.1 9.4-4.2 11.4s-9.4.1-11.4-4.2c-1.5-3.2 14.1-10.5 15.6-7.2"/><g fill="#493b30"><path d="M49.8 27.9c1.4 2.9.1 6.4-2.8 7.7c-2.9 1.4-6.4.1-7.7-2.8c-1-1.8 9.6-6.7 10.5-4.9"/><path d="M53.9 27.1c-1.9.2-3.5.5-5.2.9c-1.6.4-3.1 1-4.6 1.7q-2.25 1.05-4.2 2.4c-1.4 1-2.6 2.1-4 3.4c.2-1.9 1.1-3.7 2.4-5.1c1.2-1.5 2.9-2.6 4.6-3.4c1.8-.8 3.7-1.3 5.6-1.3c1.9-.1 3.8.4 5.4 1.4"/></g><path fill="#fff" d="M11.7 26.8c-2 4.3-.1 9.4 4.2 11.4s9.4.1 11.4-4.2c1.5-3.2-14.1-10.5-15.6-7.2"/><g fill="#493b30"><path d="M14.2 27.9c-1.4 2.9-.1 6.4 2.8 7.7c2.9 1.4 6.4.1 7.7-2.8c1-1.8-9.6-6.7-10.5-4.9"/><path d="M10.1 27.1c1.6-1 3.5-1.5 5.4-1.4c1.9 0 3.8.5 5.6 1.3c1.7.8 3.3 2 4.6 3.4c1.2 1.5 2.2 3.2 2.4 5.1c-1.3-1.3-2.6-2.4-4-3.4s-2.8-1.8-4.2-2.4c-1.5-.7-3-1.2-4.6-1.7c-1.7-.5-3.3-.7-5.2-.9"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#f46767"/><path fill="#ffdd67" d="M16.7 10.3c-5.6-2.7-9.2-8.1-9.2-8.1c-1.5 14.4 4.3 17.9 7.7 18c4.4 0 7.9-6.8 1.5-9.9m30.6 0c5.6-2.7 9.2-8.1 9.2-8.1c1.5 14.4-4.3 17.9-7.7 18c-4.4 0-7.9-6.8-1.5-9.9"/><path fill="#493b30" d="M17.3 43.3c2.5 1.5 4.9 2.3 7.3 2.9s4.9.8 7.4.8s4.9-.3 7.4-.8c2.4-.6 4.8-1.5 7.3-2.9c-1.1 2.7-3.4 4.9-6 6.2c-2.7 1.4-5.7 2-8.6 2c-3 0-6-.7-8.6-2c-2.8-1.3-5.1-3.5-6.2-6.2"/><path fill="#fff" d="M52.3 26.8c2 4.3.1 9.4-4.2 11.4s-9.4.1-11.4-4.2c-1.5-3.2 14.1-10.5 15.6-7.2"/><g fill="#493b30"><path d="M49.8 27.9c1.4 2.9.1 6.4-2.8 7.7c-2.9 1.4-6.4.1-7.7-2.8c-1-1.8 9.6-6.7 10.5-4.9"/><path d="M53.9 27.1c-1.9.2-3.5.5-5.2.9c-1.6.4-3.1 1-4.6 1.7q-2.25 1.05-4.2 2.4c-1.4 1-2.6 2.1-4 3.4c.2-1.9 1.1-3.7 2.4-5.1c1.2-1.5 2.9-2.6 4.6-3.4c1.8-.8 3.7-1.3 5.6-1.3c1.9-.1 3.8.4 5.4 1.4"/></g><path fill="#fff" d="M11.7 26.8c-2 4.3-.1 9.4 4.2 11.4s9.4.1 11.4-4.2c1.5-3.2-14.1-10.5-15.6-7.2"/><g fill="#493b30"><path d="M14.2 27.9c-1.4 2.9-.1 6.4 2.8 7.7c2.9 1.4 6.4.1 7.7-2.8c1-1.8-9.6-6.7-10.5-4.9"/><path d="M10.1 27.1c1.6-1 3.5-1.5 5.4-1.4c1.9 0 3.8.5 5.6 1.3c1.7.8 3.3 2 4.6 3.4c1.2 1.5 2.2 3.2 2.4 5.1c-1.3-1.3-2.6-2.4-4-3.4s-2.8-1.8-4.2-2.4c-1.5-.7-3-1.2-4.6-1.7c-1.7-.5-3.3-.7-5.2-.9"/></g></svg>
</template>

CSS

.icon-smiling-face-with-horns {
  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%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23f46767%22%2F%3E%3Cpath%20fill%3D%22%23ffdd67%22%20d%3D%22M16.7%2010.3c-5.6-2.7-9.2-8.1-9.2-8.1c-1.5%2014.4%204.3%2017.9%207.7%2018c4.4%200%207.9-6.8%201.5-9.9m30.6%200c5.6-2.7%209.2-8.1%209.2-8.1c1.5%2014.4-4.3%2017.9-7.7%2018c-4.4%200-7.9-6.8-1.5-9.9%22%2F%3E%3Cpath%20fill%3D%22%23493b30%22%20d%3D%22M17.3%2043.3c2.5%201.5%204.9%202.3%207.3%202.9s4.9.8%207.4.8s4.9-.3%207.4-.8c2.4-.6%204.8-1.5%207.3-2.9c-1.1%202.7-3.4%204.9-6%206.2c-2.7%201.4-5.7%202-8.6%202c-3%200-6-.7-8.6-2c-2.8-1.3-5.1-3.5-6.2-6.2%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M52.3%2026.8c2%204.3.1%209.4-4.2%2011.4s-9.4.1-11.4-4.2c-1.5-3.2%2014.1-10.5%2015.6-7.2%22%2F%3E%3Cg%20fill%3D%22%23493b30%22%3E%3Cpath%20d%3D%22M49.8%2027.9c1.4%202.9.1%206.4-2.8%207.7c-2.9%201.4-6.4.1-7.7-2.8c-1-1.8%209.6-6.7%2010.5-4.9%22%2F%3E%3Cpath%20d%3D%22M53.9%2027.1c-1.9.2-3.5.5-5.2.9c-1.6.4-3.1%201-4.6%201.7q-2.25%201.05-4.2%202.4c-1.4%201-2.6%202.1-4%203.4c.2-1.9%201.1-3.7%202.4-5.1c1.2-1.5%202.9-2.6%204.6-3.4c1.8-.8%203.7-1.3%205.6-1.3c1.9-.1%203.8.4%205.4%201.4%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.7%2026.8c-2%204.3-.1%209.4%204.2%2011.4s9.4.1%2011.4-4.2c1.5-3.2-14.1-10.5-15.6-7.2%22%2F%3E%3Cg%20fill%3D%22%23493b30%22%3E%3Cpath%20d%3D%22M14.2%2027.9c-1.4%202.9-.1%206.4%202.8%207.7c2.9%201.4%206.4.1%207.7-2.8c1-1.8-9.6-6.7-10.5-4.9%22%2F%3E%3Cpath%20d%3D%22M10.1%2027.1c1.6-1%203.5-1.5%205.4-1.4c1.9%200%203.8.5%205.6%201.3c1.7.8%203.3%202%204.6%203.4c1.2%201.5%202.2%203.2%202.4%205.1c-1.3-1.3-2.6-2.4-4-3.4s-2.8-1.8-4.2-2.4c-1.5-.7-3-1.2-4.6-1.7c-1.7-.5-3.3-.7-5.2-.9%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%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23f46767%22%2F%3E%3Cpath%20fill%3D%22%23ffdd67%22%20d%3D%22M16.7%2010.3c-5.6-2.7-9.2-8.1-9.2-8.1c-1.5%2014.4%204.3%2017.9%207.7%2018c4.4%200%207.9-6.8%201.5-9.9m30.6%200c5.6-2.7%209.2-8.1%209.2-8.1c1.5%2014.4-4.3%2017.9-7.7%2018c-4.4%200-7.9-6.8-1.5-9.9%22%2F%3E%3Cpath%20fill%3D%22%23493b30%22%20d%3D%22M17.3%2043.3c2.5%201.5%204.9%202.3%207.3%202.9s4.9.8%207.4.8s4.9-.3%207.4-.8c2.4-.6%204.8-1.5%207.3-2.9c-1.1%202.7-3.4%204.9-6%206.2c-2.7%201.4-5.7%202-8.6%202c-3%200-6-.7-8.6-2c-2.8-1.3-5.1-3.5-6.2-6.2%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M52.3%2026.8c2%204.3.1%209.4-4.2%2011.4s-9.4.1-11.4-4.2c-1.5-3.2%2014.1-10.5%2015.6-7.2%22%2F%3E%3Cg%20fill%3D%22%23493b30%22%3E%3Cpath%20d%3D%22M49.8%2027.9c1.4%202.9.1%206.4-2.8%207.7c-2.9%201.4-6.4.1-7.7-2.8c-1-1.8%209.6-6.7%2010.5-4.9%22%2F%3E%3Cpath%20d%3D%22M53.9%2027.1c-1.9.2-3.5.5-5.2.9c-1.6.4-3.1%201-4.6%201.7q-2.25%201.05-4.2%202.4c-1.4%201-2.6%202.1-4%203.4c.2-1.9%201.1-3.7%202.4-5.1c1.2-1.5%202.9-2.6%204.6-3.4c1.8-.8%203.7-1.3%205.6-1.3c1.9-.1%203.8.4%205.4%201.4%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.7%2026.8c-2%204.3-.1%209.4%204.2%2011.4s9.4.1%2011.4-4.2c1.5-3.2-14.1-10.5-15.6-7.2%22%2F%3E%3Cg%20fill%3D%22%23493b30%22%3E%3Cpath%20d%3D%22M14.2%2027.9c-1.4%202.9-.1%206.4%202.8%207.7c2.9%201.4%206.4.1%207.7-2.8c1-1.8-9.6-6.7-10.5-4.9%22%2F%3E%3Cpath%20d%3D%22M10.1%2027.1c1.6-1%203.5-1.5%205.4-1.4c1.9%200%203.8.5%205.6%201.3c1.7.8%203.3%202%204.6%203.4c1.2%201.5%202.2%203.2%202.4%205.1c-1.3-1.3-2.6-2.4-4-3.4s-2.8-1.8-4.2-2.4c-1.5-.7-3-1.2-4.6-1.7c-1.7-.5-3.3-.7-5.2-.9%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/smiling-face-with-horns.svg?color=%231a73e8&size=48