black vertical ellipse emoji

black-vertical-ellipse from OpenMoji by OpenMoji · Default · Extras Unicode · CC-BY-SA-4.0 Attribution required.

Name
black-vertical-ellipse
Set
OpenMoji
Style
Default
Category
Extras Unicode
Viewbox
72×72
License
CC BY-SA 4.0

More extras unicode icons from OpenMoji

Use the black vertical ellipse emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path d="M56 35.959C56.035 51.422 47.109 63.977 36.063 64S16.034 51.506 16 36.042C15.965 20.578 24.891 8.023 35.937 8S55.966 20.494 56 35.959"/><path fill="#3f3f3f" d="M56 35.959C56.035 51.422 47.109 63.977 36.063 64S16.034 51.506 16 36.042C15.965 20.578 24.891 8.023 35.937 8S55.966 20.494 56 35.959"/><path fill="none" stroke="#000" stroke-width="2" d="M56 36c0 15.464-8.954 28-20 28S16 51.464 16 36S24.954 8 36 8s20 12.536 20 28Z"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiBlackVerticalEllipse(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path d="M56 35.959C56.035 51.422 47.109 63.977 36.063 64S16.034 51.506 16 36.042C15.965 20.578 24.891 8.023 35.937 8S55.966 20.494 56 35.959"/><path fill="#3f3f3f" d="M56 35.959C56.035 51.422 47.109 63.977 36.063 64S16.034 51.506 16 36.042C15.965 20.578 24.891 8.023 35.937 8S55.966 20.494 56 35.959"/><path fill="none" stroke="#000" strokeWidth="2" d="M56 36c0 15.464-8.954 28-20 28S16 51.464 16 36S24.954 8 36 8s20 12.536 20 28Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path d="M56 35.959C56.035 51.422 47.109 63.977 36.063 64S16.034 51.506 16 36.042C15.965 20.578 24.891 8.023 35.937 8S55.966 20.494 56 35.959"/><path fill="#3f3f3f" d="M56 35.959C56.035 51.422 47.109 63.977 36.063 64S16.034 51.506 16 36.042C15.965 20.578 24.891 8.023 35.937 8S55.966 20.494 56 35.959"/><path fill="none" stroke="#000" stroke-width="2" d="M56 36c0 15.464-8.954 28-20 28S16 51.464 16 36S24.954 8 36 8s20 12.536 20 28Z"/></svg>
</template>

CSS

.icon-black-vertical-ellipse {
  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%22M56%2035.959C56.035%2051.422%2047.109%2063.977%2036.063%2064S16.034%2051.506%2016%2036.042C15.965%2020.578%2024.891%208.023%2035.937%208S55.966%2020.494%2056%2035.959%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M56%2035.959C56.035%2051.422%2047.109%2063.977%2036.063%2064S16.034%2051.506%2016%2036.042C15.965%2020.578%2024.891%208.023%2035.937%208S55.966%2020.494%2056%2035.959%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20d%3D%22M56%2036c0%2015.464-8.954%2028-20%2028S16%2051.464%2016%2036S24.954%208%2036%208s20%2012.536%2020%2028Z%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%3Cpath%20d%3D%22M56%2035.959C56.035%2051.422%2047.109%2063.977%2036.063%2064S16.034%2051.506%2016%2036.042C15.965%2020.578%2024.891%208.023%2035.937%208S55.966%2020.494%2056%2035.959%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M56%2035.959C56.035%2051.422%2047.109%2063.977%2036.063%2064S16.034%2051.506%2016%2036.042C15.965%2020.578%2024.891%208.023%2035.937%208S55.966%2020.494%2056%2035.959%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20d%3D%22M56%2036c0%2015.464-8.954%2028-20%2028S16%2051.464%2016%2036S24.954%208%2036%208s20%2012.536%2020%2028Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/black-vertical-ellipse.svg?color=%231a73e8&size=48