half orange fruit emoji

half-orange-fruit from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

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

More extras openmoji icons from OpenMoji

Use the half orange fruit emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke="#000" stroke-linejoin="round" stroke-width="2"><circle cx="36" cy="36" r="2.403" fill-rule="evenodd" stroke-miterlimit="10"/><path fill="none" d="m28.46 17.87l15.07 36.39m-25.8-10.72L54.1 28.47m-36.35-.03l36.31 15.04M43.43 17.96L28.46 54.09"/></g><circle cx="35.68" cy="36" r="2" fill="#ffa7c0"/><circle cx="36" cy="36" r="26" fill="#e27022"/><circle cx="36" cy="36" r="19.63" fill="#f1b31c"/><path fill="none" stroke="#e27022" stroke-linejoin="round" stroke-width="2" d="m28.46 17.87l15.07 36.39m-.1-36.3L28.46 54.09M17.73 43.54L54.1 28.47m-36.35-.03l36.31 15.04"/><circle cx="36" cy="36" r="2.403" fill="#e27022" fill-rule="evenodd" stroke="#e27022" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><path d="M62 36a26 26 0 0 1-26 26a26 26 0 0 1-26-26a26 26 0 0 1 26-26a26 26 0 0 1 26 26"/><path d="M55.63 36A19.63 19.63 0 0 1 36 55.63A19.63 19.63 0 0 1 16.37 36A19.63 19.63 0 0 1 36 16.37A19.63 19.63 0 0 1 55.63 36"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiHalfOrangeFruit(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke="#000" strokeLinejoin="round" strokeWidth="2"><circle cx="36" cy="36" r="2.403" fillRule="evenodd" strokeMiterlimit="10"/><path fill="none" d="m28.46 17.87l15.07 36.39m-25.8-10.72L54.1 28.47m-36.35-.03l36.31 15.04M43.43 17.96L28.46 54.09"/></g><circle cx="35.68" cy="36" r="2" fill="#ffa7c0"/><circle cx="36" cy="36" r="26" fill="#e27022"/><circle cx="36" cy="36" r="19.63" fill="#f1b31c"/><path fill="none" stroke="#e27022" strokeLinejoin="round" strokeWidth="2" d="m28.46 17.87l15.07 36.39m-.1-36.3L28.46 54.09M17.73 43.54L54.1 28.47m-36.35-.03l36.31 15.04"/><circle cx="36" cy="36" r="2.403" fill="#e27022" fillRule="evenodd" stroke="#e27022" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"/><g fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"><path d="M62 36a26 26 0 0 1-26 26a26 26 0 0 1-26-26a26 26 0 0 1 26-26a26 26 0 0 1 26 26"/><path d="M55.63 36A19.63 19.63 0 0 1 36 55.63A19.63 19.63 0 0 1 16.37 36A19.63 19.63 0 0 1 36 16.37A19.63 19.63 0 0 1 55.63 36"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke="#000" stroke-linejoin="round" stroke-width="2"><circle cx="36" cy="36" r="2.403" fill-rule="evenodd" stroke-miterlimit="10"/><path fill="none" d="m28.46 17.87l15.07 36.39m-25.8-10.72L54.1 28.47m-36.35-.03l36.31 15.04M43.43 17.96L28.46 54.09"/></g><circle cx="35.68" cy="36" r="2" fill="#ffa7c0"/><circle cx="36" cy="36" r="26" fill="#e27022"/><circle cx="36" cy="36" r="19.63" fill="#f1b31c"/><path fill="none" stroke="#e27022" stroke-linejoin="round" stroke-width="2" d="m28.46 17.87l15.07 36.39m-.1-36.3L28.46 54.09M17.73 43.54L54.1 28.47m-36.35-.03l36.31 15.04"/><circle cx="36" cy="36" r="2.403" fill="#e27022" fill-rule="evenodd" stroke="#e27022" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><path d="M62 36a26 26 0 0 1-26 26a26 26 0 0 1-26-26a26 26 0 0 1 26-26a26 26 0 0 1 26 26"/><path d="M55.63 36A19.63 19.63 0 0 1 36 55.63A19.63 19.63 0 0 1 16.37 36A19.63 19.63 0 0 1 36 16.37A19.63 19.63 0 0 1 55.63 36"/></g></svg>
</template>

CSS

.icon-half-orange-fruit {
  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%3Cg%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%222.403%22%20fill-rule%3D%22evenodd%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22m28.46%2017.87l15.07%2036.39m-25.8-10.72L54.1%2028.47m-36.35-.03l36.31%2015.04M43.43%2017.96L28.46%2054.09%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2235.68%22%20cy%3D%2236%22%20r%3D%222%22%20fill%3D%22%23ffa7c0%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2226%22%20fill%3D%22%23e27022%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2219.63%22%20fill%3D%22%23f1b31c%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23e27022%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m28.46%2017.87l15.07%2036.39m-.1-36.3L28.46%2054.09M17.73%2043.54L54.1%2028.47m-36.35-.03l36.31%2015.04%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%222.403%22%20fill%3D%22%23e27022%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23e27022%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M62%2036a26%2026%200%200%201-26%2026a26%2026%200%200%201-26-26a26%2026%200%200%201%2026-26a26%2026%200%200%201%2026%2026%22%2F%3E%3Cpath%20d%3D%22M55.63%2036A19.63%2019.63%200%200%201%2036%2055.63A19.63%2019.63%200%200%201%2016.37%2036A19.63%2019.63%200%200%201%2036%2016.37A19.63%2019.63%200%200%201%2055.63%2036%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%3Cg%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%222.403%22%20fill-rule%3D%22evenodd%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22m28.46%2017.87l15.07%2036.39m-25.8-10.72L54.1%2028.47m-36.35-.03l36.31%2015.04M43.43%2017.96L28.46%2054.09%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2235.68%22%20cy%3D%2236%22%20r%3D%222%22%20fill%3D%22%23ffa7c0%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2226%22%20fill%3D%22%23e27022%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2219.63%22%20fill%3D%22%23f1b31c%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23e27022%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m28.46%2017.87l15.07%2036.39m-.1-36.3L28.46%2054.09M17.73%2043.54L54.1%2028.47m-36.35-.03l36.31%2015.04%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%222.403%22%20fill%3D%22%23e27022%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23e27022%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M62%2036a26%2026%200%200%201-26%2026a26%2026%200%200%201-26-26a26%2026%200%200%201%2026-26a26%2026%200%200%201%2026%2026%22%2F%3E%3Cpath%20d%3D%22M55.63%2036A19.63%2019.63%200%200%201%2036%2055.63A19.63%2019.63%200%200%201%2016.37%2036A19.63%2019.63%200%200%201%2036%2016.37A19.63%2019.63%200%200%201%2055.63%2036%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/half-orange-fruit.svg?color=%231a73e8&size=48