ellipsis from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
ellipsis
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

The same icon in other sets

Related icons in Framework7 Icons

Use the ellipsis icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M15.32 28c0-2.602-2.086-4.687-4.734-4.687A4.67 4.67 0 0 0 5.899 28a4.67 4.67 0 0 0 4.687 4.688c2.648 0 4.734-2.086 4.734-4.688m17.344 0c0-2.602-2.062-4.687-4.664-4.687S23.336 25.398 23.336 28s2.062 4.688 4.664 4.688s4.664-2.086 4.664-4.688m17.438 0a4.686 4.686 0 0 0-4.688-4.687c-2.648 0-4.734 2.085-4.734 4.687s2.086 4.688 4.734 4.688A4.686 4.686 0 0 0 50.102 28"/></svg>

React

import type { SVGProps } from "react";

export function F7Ellipsis(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M15.32 28c0-2.602-2.086-4.687-4.734-4.687A4.67 4.67 0 0 0 5.899 28a4.67 4.67 0 0 0 4.687 4.688c2.648 0 4.734-2.086 4.734-4.688m17.344 0c0-2.602-2.062-4.687-4.664-4.687S23.336 25.398 23.336 28s2.062 4.688 4.664 4.688s4.664-2.086 4.664-4.688m17.438 0a4.686 4.686 0 0 0-4.688-4.687c-2.648 0-4.734 2.085-4.734 4.687s2.086 4.688 4.734 4.688A4.686 4.686 0 0 0 50.102 28"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M15.32 28c0-2.602-2.086-4.687-4.734-4.687A4.67 4.67 0 0 0 5.899 28a4.67 4.67 0 0 0 4.687 4.688c2.648 0 4.734-2.086 4.734-4.688m17.344 0c0-2.602-2.062-4.687-4.664-4.687S23.336 25.398 23.336 28s2.062 4.688 4.664 4.688s4.664-2.086 4.664-4.688m17.438 0a4.686 4.686 0 0 0-4.688-4.687c-2.648 0-4.734 2.085-4.734 4.687s2.086 4.688 4.734 4.688A4.686 4.686 0 0 0 50.102 28"/></svg>
</template>

CSS

.icon-ellipsis {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.32%2028c0-2.602-2.086-4.687-4.734-4.687A4.67%204.67%200%200%200%205.899%2028a4.67%204.67%200%200%200%204.687%204.688c2.648%200%204.734-2.086%204.734-4.688m17.344%200c0-2.602-2.062-4.687-4.664-4.687S23.336%2025.398%2023.336%2028s2.062%204.688%204.664%204.688s4.664-2.086%204.664-4.688m17.438%200a4.686%204.686%200%200%200-4.688-4.687c-2.648%200-4.734%202.085-4.734%204.687s2.086%204.688%204.734%204.688A4.686%204.686%200%200%200%2050.102%2028%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.32%2028c0-2.602-2.086-4.687-4.734-4.687A4.67%204.67%200%200%200%205.899%2028a4.67%204.67%200%200%200%204.687%204.688c2.648%200%204.734-2.086%204.734-4.688m17.344%200c0-2.602-2.062-4.687-4.664-4.687S23.336%2025.398%2023.336%2028s2.062%204.688%204.664%204.688s4.664-2.086%204.664-4.688m17.438%200a4.686%204.686%200%200%200-4.688-4.687c-2.648%200-4.734%202.085-4.734%204.687s2.086%204.688%204.734%204.688A4.686%204.686%200%200%200%2050.102%2028%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/ellipsis.svg?color=%231a73e8&size=48