intricate emoji

intricate from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
intricate
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

More extras openmoji icons from OpenMoji

Use the intricate emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="46.5" cy="39.5" r="17.5" fill="#fcea2b" transform="rotate(-45 46.5 39.5)"/><path fill="#f1b31c" d="M47.56 54.703a38 38 0 0 1-2.448 2.23c4.93.39 9.992-1.288 13.762-5.059c6.835-6.834 6.835-17.914 0-24.748c-.116-.117-.244-.216-.363-.329c.37 10.055-3.275 20.23-10.95 27.906"/><circle cx="19" cy="54" r="8" fill="#fcea2b" transform="rotate(-45 19 54)"/><path fill="#f1b31c" d="M19.485 60.95q-.542.538-1.12 1.02a7.98 7.98 0 0 0 6.292-2.313a8 8 0 0 0 0-11.314c-.053-.053-.112-.098-.166-.15a17.1 17.1 0 0 1-5.006 12.757"/><circle cx="18" cy="21" r="11" fill="#fcea2b" transform="rotate(-45 18 21)"/><path fill="#f1b31c" d="M18.667 30.556a24 24 0 0 1-1.54 1.402c3.1.245 6.281-.81 8.651-3.18c4.296-4.296 4.296-11.26 0-15.556c-.073-.074-.153-.136-.228-.207c.233 6.32-2.059 12.716-6.883 17.541"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><circle cx="19" cy="54" r="8"/><circle cx="46.5" cy="39.5" r="17.5"/><circle cx="18" cy="21" r="11"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiIntricate(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="46.5" cy="39.5" r="17.5" fill="#fcea2b" transform="rotate(-45 46.5 39.5)"/><path fill="#f1b31c" d="M47.56 54.703a38 38 0 0 1-2.448 2.23c4.93.39 9.992-1.288 13.762-5.059c6.835-6.834 6.835-17.914 0-24.748c-.116-.117-.244-.216-.363-.329c.37 10.055-3.275 20.23-10.95 27.906"/><circle cx="19" cy="54" r="8" fill="#fcea2b" transform="rotate(-45 19 54)"/><path fill="#f1b31c" d="M19.485 60.95q-.542.538-1.12 1.02a7.98 7.98 0 0 0 6.292-2.313a8 8 0 0 0 0-11.314c-.053-.053-.112-.098-.166-.15a17.1 17.1 0 0 1-5.006 12.757"/><circle cx="18" cy="21" r="11" fill="#fcea2b" transform="rotate(-45 18 21)"/><path fill="#f1b31c" d="M18.667 30.556a24 24 0 0 1-1.54 1.402c3.1.245 6.281-.81 8.651-3.18c4.296-4.296 4.296-11.26 0-15.556c-.073-.074-.153-.136-.228-.207c.233 6.32-2.059 12.716-6.883 17.541"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><circle cx="19" cy="54" r="8"/><circle cx="46.5" cy="39.5" r="17.5"/><circle cx="18" cy="21" r="11"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="46.5" cy="39.5" r="17.5" fill="#fcea2b" transform="rotate(-45 46.5 39.5)"/><path fill="#f1b31c" d="M47.56 54.703a38 38 0 0 1-2.448 2.23c4.93.39 9.992-1.288 13.762-5.059c6.835-6.834 6.835-17.914 0-24.748c-.116-.117-.244-.216-.363-.329c.37 10.055-3.275 20.23-10.95 27.906"/><circle cx="19" cy="54" r="8" fill="#fcea2b" transform="rotate(-45 19 54)"/><path fill="#f1b31c" d="M19.485 60.95q-.542.538-1.12 1.02a7.98 7.98 0 0 0 6.292-2.313a8 8 0 0 0 0-11.314c-.053-.053-.112-.098-.166-.15a17.1 17.1 0 0 1-5.006 12.757"/><circle cx="18" cy="21" r="11" fill="#fcea2b" transform="rotate(-45 18 21)"/><path fill="#f1b31c" d="M18.667 30.556a24 24 0 0 1-1.54 1.402c3.1.245 6.281-.81 8.651-3.18c4.296-4.296 4.296-11.26 0-15.556c-.073-.074-.153-.136-.228-.207c.233 6.32-2.059 12.716-6.883 17.541"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><circle cx="19" cy="54" r="8"/><circle cx="46.5" cy="39.5" r="17.5"/><circle cx="18" cy="21" r="11"/></g></svg>
</template>

CSS

.icon-intricate {
  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%3Ccircle%20cx%3D%2246.5%22%20cy%3D%2239.5%22%20r%3D%2217.5%22%20fill%3D%22%23fcea2b%22%20transform%3D%22rotate(-45%2046.5%2039.5)%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M47.56%2054.703a38%2038%200%200%201-2.448%202.23c4.93.39%209.992-1.288%2013.762-5.059c6.835-6.834%206.835-17.914%200-24.748c-.116-.117-.244-.216-.363-.329c.37%2010.055-3.275%2020.23-10.95%2027.906%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2254%22%20r%3D%228%22%20fill%3D%22%23fcea2b%22%20transform%3D%22rotate(-45%2019%2054)%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M19.485%2060.95q-.542.538-1.12%201.02a7.98%207.98%200%200%200%206.292-2.313a8%208%200%200%200%200-11.314c-.053-.053-.112-.098-.166-.15a17.1%2017.1%200%200%201-5.006%2012.757%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2221%22%20r%3D%2211%22%20fill%3D%22%23fcea2b%22%20transform%3D%22rotate(-45%2018%2021)%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M18.667%2030.556a24%2024%200%200%201-1.54%201.402c3.1.245%206.281-.81%208.651-3.18c4.296-4.296%204.296-11.26%200-15.556c-.073-.074-.153-.136-.228-.207c.233%206.32-2.059%2012.716-6.883%2017.541%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%3Ccircle%20cx%3D%2219%22%20cy%3D%2254%22%20r%3D%228%22%2F%3E%3Ccircle%20cx%3D%2246.5%22%20cy%3D%2239.5%22%20r%3D%2217.5%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2221%22%20r%3D%2211%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%3Ccircle%20cx%3D%2246.5%22%20cy%3D%2239.5%22%20r%3D%2217.5%22%20fill%3D%22%23fcea2b%22%20transform%3D%22rotate(-45%2046.5%2039.5)%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M47.56%2054.703a38%2038%200%200%201-2.448%202.23c4.93.39%209.992-1.288%2013.762-5.059c6.835-6.834%206.835-17.914%200-24.748c-.116-.117-.244-.216-.363-.329c.37%2010.055-3.275%2020.23-10.95%2027.906%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2254%22%20r%3D%228%22%20fill%3D%22%23fcea2b%22%20transform%3D%22rotate(-45%2019%2054)%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M19.485%2060.95q-.542.538-1.12%201.02a7.98%207.98%200%200%200%206.292-2.313a8%208%200%200%200%200-11.314c-.053-.053-.112-.098-.166-.15a17.1%2017.1%200%200%201-5.006%2012.757%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2221%22%20r%3D%2211%22%20fill%3D%22%23fcea2b%22%20transform%3D%22rotate(-45%2018%2021)%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M18.667%2030.556a24%2024%200%200%201-1.54%201.402c3.1.245%206.281-.81%208.651-3.18c4.296-4.296%204.296-11.26%200-15.556c-.073-.074-.153-.136-.228-.207c.233%206.32-2.059%2012.716-6.883%2017.541%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%3Ccircle%20cx%3D%2219%22%20cy%3D%2254%22%20r%3D%228%22%2F%3E%3Ccircle%20cx%3D%2246.5%22%20cy%3D%2239.5%22%20r%3D%2217.5%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2221%22%20r%3D%2211%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/intricate.svg?color=%231a73e8&size=48