white vertical ellipse emoji

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

Name
white-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 white vertical ellipse emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M56 36c0 16.016-8.954 29-20 29S16 52.016 16 36S24.954 7 36 7s20 12.984 20 29"/><path fill="none" stroke="#000" stroke-width="2" d="M56 35.957c.035 16.016-8.891 29.02-19.937 29.044S16.034 52.06 16 36.043c-.035-16.016 8.891-29.02 19.937-29.044S55.966 19.94 56 35.957z"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiWhiteVerticalEllipse(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="M56 36c0 16.016-8.954 29-20 29S16 52.016 16 36S24.954 7 36 7s20 12.984 20 29"/><path fill="none" stroke="#000" strokeWidth="2" d="M56 35.957c.035 16.016-8.891 29.02-19.937 29.044S16.034 52.06 16 36.043c-.035-16.016 8.891-29.02 19.937-29.044S55.966 19.94 56 35.957z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M56 36c0 16.016-8.954 29-20 29S16 52.016 16 36S24.954 7 36 7s20 12.984 20 29"/><path fill="none" stroke="#000" stroke-width="2" d="M56 35.957c.035 16.016-8.891 29.02-19.937 29.044S16.034 52.06 16 36.043c-.035-16.016 8.891-29.02 19.937-29.044S55.966 19.94 56 35.957z"/></svg>
</template>

CSS

.icon-white-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%20fill%3D%22%23fff%22%20d%3D%22M56%2036c0%2016.016-8.954%2029-20%2029S16%2052.016%2016%2036S24.954%207%2036%207s20%2012.984%2020%2029%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20d%3D%22M56%2035.957c.035%2016.016-8.891%2029.02-19.937%2029.044S16.034%2052.06%2016%2036.043c-.035-16.016%208.891-29.02%2019.937-29.044S55.966%2019.94%2056%2035.957z%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%20fill%3D%22%23fff%22%20d%3D%22M56%2036c0%2016.016-8.954%2029-20%2029S16%2052.016%2016%2036S24.954%207%2036%207s20%2012.984%2020%2029%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20d%3D%22M56%2035.957c.035%2016.016-8.891%2029.02-19.937%2029.044S16.034%2052.06%2016%2036.043c-.035-16.016%208.891-29.02%2019.937-29.044S55.966%2019.94%2056%2035.957z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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