simple emoji
simple from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- simple
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras openmoji icons from OpenMoji
Use the simple emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="25" fill="#fcea2b" transform="rotate(-45 36 36)"/><path fill="#f1b31c" d="M37.405 57.829a55 55 0 0 1-3.511 3.2c7.054.544 14.305-1.873 19.713-7.281c9.802-9.802 9.834-25.662.07-35.426c-.166-.166-.348-.307-.519-.469c.502 14.392-4.744 28.967-15.753 39.976"/><circle cx="36" cy="36" r="25" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiSimple(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="25" fill="#fcea2b" transform="rotate(-45 36 36)"/><path fill="#f1b31c" d="M37.405 57.829a55 55 0 0 1-3.511 3.2c7.054.544 14.305-1.873 19.713-7.281c9.802-9.802 9.834-25.662.07-35.426c-.166-.166-.348-.307-.519-.469c.502 14.392-4.744 28.967-15.753 39.976"/><circle cx="36" cy="36" r="25" fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="25" fill="#fcea2b" transform="rotate(-45 36 36)"/><path fill="#f1b31c" d="M37.405 57.829a55 55 0 0 1-3.511 3.2c7.054.544 14.305-1.873 19.713-7.281c9.802-9.802 9.834-25.662.07-35.426c-.166-.166-.348-.307-.519-.469c.502 14.392-4.744 28.967-15.753 39.976"/><circle cx="36" cy="36" r="25" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/></svg> </template>
CSS
.icon-simple {
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%2236%22%20cy%3D%2236%22%20r%3D%2225%22%20fill%3D%22%23fcea2b%22%20transform%3D%22rotate(-45%2036%2036)%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M37.405%2057.829a55%2055%200%200%201-3.511%203.2c7.054.544%2014.305-1.873%2019.713-7.281c9.802-9.802%209.834-25.662.07-35.426c-.166-.166-.348-.307-.519-.469c.502%2014.392-4.744%2028.967-15.753%2039.976%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2225%22%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%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%2072%2072%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2225%22%20fill%3D%22%23fcea2b%22%20transform%3D%22rotate(-45%2036%2036)%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M37.405%2057.829a55%2055%200%200%201-3.511%203.2c7.054.544%2014.305-1.873%2019.713-7.281c9.802-9.802%209.834-25.662.07-35.426c-.166-.166-.348-.307-.519-.469c.502%2014.392-4.744%2028.967-15.753%2039.976%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2225%22%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%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/simple.svg?color=%231a73e8&size=48