circle with left half black emoji
circle-with-left-half-black from OpenMoji by OpenMoji · Default · Extras Unicode · CC-BY-SA-4.0 Attribution required.
- Name
- circle-with-left-half-black
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Unicode
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras unicode icons from OpenMoji
alabama-flagandalusia-flaganticlockwise-triangle-headed-top-u-shaped-arrowaragon-flagasturian-flagbalearic-islands-flagbari-flagbasque-flagbavaria-flagberlin-flagblack-chess-bishopblack-chess-kingblack-chess-knightblack-chess-queenblack-chess-rookblack-hexagonblack-large-circleblack-octagonblack-pentagonblack-rectangleblack-starblack-vertical-ellipseblack-vertical-rectangleboys-symbol
Use the circle with left half black emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M36.795 44.536V8.923c7.426 0 13.753 3.027 19.004 8.278s7.618 11.69 7.618 19.116s-2.687 13.574-7.938 18.825s-10.977 8.008-18.403 8.008z"/><path fill="#3f3f3f" d="M37 44.286L35.147 8.984c-7.957 0-13.659 3.14-19.285 8.578S7.492 32.185 9.05 40.11c1.545 7.867 3.927 11.63 9.553 17.07c6.673 4.846 10.442 6.04 18.398 6.04z"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linejoin="round" d="M36 64c15.464 0 28-12.536 28-28S51.464 8 36 8S8 20.536 8 36s12.536 28 28 28Z"/><path stroke-linecap="round" d="M36 8v53"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiCircleWithLeftHalfBlack(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M36.795 44.536V8.923c7.426 0 13.753 3.027 19.004 8.278s7.618 11.69 7.618 19.116s-2.687 13.574-7.938 18.825s-10.977 8.008-18.403 8.008z"/><path fill="#3f3f3f" d="M37 44.286L35.147 8.984c-7.957 0-13.659 3.14-19.285 8.578S7.492 32.185 9.05 40.11c1.545 7.867 3.927 11.63 9.553 17.07c6.673 4.846 10.442 6.04 18.398 6.04z"/><g fill="none" stroke="#000" strokeWidth="2"><path strokeLinejoin="round" d="M36 64c15.464 0 28-12.536 28-28S51.464 8 36 8S8 20.536 8 36s12.536 28 28 28Z"/><path strokeLinecap="round" d="M36 8v53"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M36.795 44.536V8.923c7.426 0 13.753 3.027 19.004 8.278s7.618 11.69 7.618 19.116s-2.687 13.574-7.938 18.825s-10.977 8.008-18.403 8.008z"/><path fill="#3f3f3f" d="M37 44.286L35.147 8.984c-7.957 0-13.659 3.14-19.285 8.578S7.492 32.185 9.05 40.11c1.545 7.867 3.927 11.63 9.553 17.07c6.673 4.846 10.442 6.04 18.398 6.04z"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linejoin="round" d="M36 64c15.464 0 28-12.536 28-28S51.464 8 36 8S8 20.536 8 36s12.536 28 28 28Z"/><path stroke-linecap="round" d="M36 8v53"/></g></svg> </template>
CSS
.icon-circle-with-left-half-black {
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%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M36.795%2044.536V8.923c7.426%200%2013.753%203.027%2019.004%208.278s7.618%2011.69%207.618%2019.116s-2.687%2013.574-7.938%2018.825s-10.977%208.008-18.403%208.008z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M37%2044.286L35.147%208.984c-7.957%200-13.659%203.14-19.285%208.578S7.492%2032.185%209.05%2040.11c1.545%207.867%203.927%2011.63%209.553%2017.07c6.673%204.846%2010.442%206.04%2018.398%206.04z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M36%2064c15.464%200%2028-12.536%2028-28S51.464%208%2036%208S8%2020.536%208%2036s12.536%2028%2028%2028Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M36%208v53%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%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M36.795%2044.536V8.923c7.426%200%2013.753%203.027%2019.004%208.278s7.618%2011.69%207.618%2019.116s-2.687%2013.574-7.938%2018.825s-10.977%208.008-18.403%208.008z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M37%2044.286L35.147%208.984c-7.957%200-13.659%203.14-19.285%208.578S7.492%2032.185%209.05%2040.11c1.545%207.867%203.927%2011.63%209.553%2017.07c6.673%204.846%2010.442%206.04%2018.398%206.04z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M36%2064c15.464%200%2028-12.536%2028-28S51.464%208%2036%208S8%2020.536%208%2036s12.536%2028%2028%2028Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M36%208v53%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/circle-with-left-half-black.svg?color=%231a73e8&size=48