circle with right half black emoji
circle-with-right-half-black from OpenMoji by OpenMoji · Default · Extras Unicode · CC-BY-SA-4.0 Attribution required.
- Name
- circle-with-right-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 right half black emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path d="M35 44.286V7c7.956 0 15.587 3.055 21.213 8.494S65 28.309 65 36s-3.16 15.068-8.787 20.506C50.587 61.945 42.956 65 35 65z"/><path fill="#fff" d="M36 45V9a28 28 0 1 0 0 56z"/><path fill="#3f3f3f" d="M35 44.286V7c7.956 0 15.587 3.055 21.213 8.494S65 28.309 65 36s-3.16 15.068-8.787 20.506C50.587 61.945 42.956 65 35 65z"/><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 OpenmojiCircleWithRightHalfBlack(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path d="M35 44.286V7c7.956 0 15.587 3.055 21.213 8.494S65 28.309 65 36s-3.16 15.068-8.787 20.506C50.587 61.945 42.956 65 35 65z"/><path fill="#fff" d="M36 45V9a28 28 0 1 0 0 56z"/><path fill="#3f3f3f" d="M35 44.286V7c7.956 0 15.587 3.055 21.213 8.494S65 28.309 65 36s-3.16 15.068-8.787 20.506C50.587 61.945 42.956 65 35 65z"/><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 d="M35 44.286V7c7.956 0 15.587 3.055 21.213 8.494S65 28.309 65 36s-3.16 15.068-8.787 20.506C50.587 61.945 42.956 65 35 65z"/><path fill="#fff" d="M36 45V9a28 28 0 1 0 0 56z"/><path fill="#3f3f3f" d="M35 44.286V7c7.956 0 15.587 3.055 21.213 8.494S65 28.309 65 36s-3.16 15.068-8.787 20.506C50.587 61.945 42.956 65 35 65z"/><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-right-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%20d%3D%22M35%2044.286V7c7.956%200%2015.587%203.055%2021.213%208.494S65%2028.309%2065%2036s-3.16%2015.068-8.787%2020.506C50.587%2061.945%2042.956%2065%2035%2065z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M36%2045V9a28%2028%200%201%200%200%2056z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M35%2044.286V7c7.956%200%2015.587%203.055%2021.213%208.494S65%2028.309%2065%2036s-3.16%2015.068-8.787%2020.506C50.587%2061.945%2042.956%2065%2035%2065z%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%20d%3D%22M35%2044.286V7c7.956%200%2015.587%203.055%2021.213%208.494S65%2028.309%2065%2036s-3.16%2015.068-8.787%2020.506C50.587%2061.945%2042.956%2065%2035%2065z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M36%2045V9a28%2028%200%201%200%200%2056z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M35%2044.286V7c7.956%200%2015.587%203.055%2021.213%208.494S65%2028.309%2065%2036s-3.16%2015.068-8.787%2020.506C50.587%2061.945%2042.956%2065%2035%2065z%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-right-half-black.svg?color=%231a73e8&size=48