ellipsis vertical icon
ellipsis-vertical from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- ellipsis-vertical
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
Related icons in Framework7 Icons
Use the ellipsis vertical icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 15.32c-2.602 0-4.687-2.086-4.687-4.734A4.67 4.67 0 0 1 28 5.899a4.67 4.67 0 0 1 4.688 4.687c0 2.648-2.086 4.734-4.688 4.734m0 17.344c-2.602 0-4.687-2.062-4.687-4.664s2.085-4.664 4.687-4.664s4.688 2.062 4.688 4.664s-2.086 4.664-4.688 4.664m0 17.438a4.686 4.686 0 0 1-4.687-4.688c0-2.648 2.085-4.734 4.687-4.734s4.688 2.086 4.688 4.734A4.686 4.686 0 0 1 28 50.102"/></svg>
React
import type { SVGProps } from "react";
export function F7EllipsisVertical(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="M28 15.32c-2.602 0-4.687-2.086-4.687-4.734A4.67 4.67 0 0 1 28 5.899a4.67 4.67 0 0 1 4.688 4.687c0 2.648-2.086 4.734-4.688 4.734m0 17.344c-2.602 0-4.687-2.062-4.687-4.664s2.085-4.664 4.687-4.664s4.688 2.062 4.688 4.664s-2.086 4.664-4.688 4.664m0 17.438a4.686 4.686 0 0 1-4.687-4.688c0-2.648 2.085-4.734 4.687-4.734s4.688 2.086 4.688 4.734A4.686 4.686 0 0 1 28 50.102"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 15.32c-2.602 0-4.687-2.086-4.687-4.734A4.67 4.67 0 0 1 28 5.899a4.67 4.67 0 0 1 4.688 4.687c0 2.648-2.086 4.734-4.688 4.734m0 17.344c-2.602 0-4.687-2.062-4.687-4.664s2.085-4.664 4.687-4.664s4.688 2.062 4.688 4.664s-2.086 4.664-4.688 4.664m0 17.438a4.686 4.686 0 0 1-4.687-4.688c0-2.648 2.085-4.734 4.687-4.734s4.688 2.086 4.688 4.734A4.686 4.686 0 0 1 28 50.102"/></svg> </template>
CSS
.icon-ellipsis-vertical {
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%22M28%2015.32c-2.602%200-4.687-2.086-4.687-4.734A4.67%204.67%200%200%201%2028%205.899a4.67%204.67%200%200%201%204.688%204.687c0%202.648-2.086%204.734-4.688%204.734m0%2017.344c-2.602%200-4.687-2.062-4.687-4.664s2.085-4.664%204.687-4.664s4.688%202.062%204.688%204.664s-2.086%204.664-4.688%204.664m0%2017.438a4.686%204.686%200%200%201-4.687-4.688c0-2.648%202.085-4.734%204.687-4.734s4.688%202.086%204.688%204.734A4.686%204.686%200%200%201%2028%2050.102%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%22M28%2015.32c-2.602%200-4.687-2.086-4.687-4.734A4.67%204.67%200%200%201%2028%205.899a4.67%204.67%200%200%201%204.688%204.687c0%202.648-2.086%204.734-4.688%204.734m0%2017.344c-2.602%200-4.687-2.062-4.687-4.664s2.085-4.664%204.687-4.664s4.688%202.062%204.688%204.664s-2.086%204.664-4.688%204.664m0%2017.438a4.686%204.686%200%200%201-4.687-4.688c0-2.648%202.085-4.734%204.687-4.734s4.688%202.086%204.688%204.734A4.686%204.686%200%200%201%2028%2050.102%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/ellipsis-vertical.svg?color=%231a73e8&size=48