ellipsis vertical circle icon
ellipsis-vertical-circle from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- ellipsis-vertical-circle
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
Related icons in Framework7 Icons
Use the ellipsis vertical circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M4.094 28C4.094 14.922 14.922 4.094 28 4.094c13.055 0 23.906 10.804 23.906 23.883c0 13.054-10.851 23.93-23.906 23.93C14.922 51.906 4.094 41.054 4.094 28m3.984 0c0 11.039 8.86 19.945 19.922 19.922c11.04-.024 19.922-8.906 19.922-19.945C47.922 16.914 39.039 8.1 28 8.1C16.938 8.101 8.078 16.937 8.078 28m19.899-7.735c-1.711 0-3.165-1.453-3.165-3.164c0-1.71 1.454-3.164 3.165-3.164c1.71 0 3.164 1.43 3.164 3.164c0 1.711-1.453 3.165-3.164 3.165m0 10.875c-1.711 0-3.165-1.476-3.165-3.163c0-1.688 1.454-3.165 3.165-3.165c1.71 0 3.164 1.43 3.164 3.165c0 1.687-1.453 3.163-3.164 3.163m0 10.876c-1.711 0-3.165-1.454-3.165-3.165c0-1.71 1.454-3.187 3.165-3.187c1.71 0 3.164 1.453 3.164 3.187c0 1.711-1.453 3.165-3.164 3.165"/></svg>
React
import type { SVGProps } from "react";
export function F7EllipsisVerticalCircle(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="M4.094 28C4.094 14.922 14.922 4.094 28 4.094c13.055 0 23.906 10.804 23.906 23.883c0 13.054-10.851 23.93-23.906 23.93C14.922 51.906 4.094 41.054 4.094 28m3.984 0c0 11.039 8.86 19.945 19.922 19.922c11.04-.024 19.922-8.906 19.922-19.945C47.922 16.914 39.039 8.1 28 8.1C16.938 8.101 8.078 16.937 8.078 28m19.899-7.735c-1.711 0-3.165-1.453-3.165-3.164c0-1.71 1.454-3.164 3.165-3.164c1.71 0 3.164 1.43 3.164 3.164c0 1.711-1.453 3.165-3.164 3.165m0 10.875c-1.711 0-3.165-1.476-3.165-3.163c0-1.688 1.454-3.165 3.165-3.165c1.71 0 3.164 1.43 3.164 3.165c0 1.687-1.453 3.163-3.164 3.163m0 10.876c-1.711 0-3.165-1.454-3.165-3.165c0-1.71 1.454-3.187 3.165-3.187c1.71 0 3.164 1.453 3.164 3.187c0 1.711-1.453 3.165-3.164 3.165"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M4.094 28C4.094 14.922 14.922 4.094 28 4.094c13.055 0 23.906 10.804 23.906 23.883c0 13.054-10.851 23.93-23.906 23.93C14.922 51.906 4.094 41.054 4.094 28m3.984 0c0 11.039 8.86 19.945 19.922 19.922c11.04-.024 19.922-8.906 19.922-19.945C47.922 16.914 39.039 8.1 28 8.1C16.938 8.101 8.078 16.937 8.078 28m19.899-7.735c-1.711 0-3.165-1.453-3.165-3.164c0-1.71 1.454-3.164 3.165-3.164c1.71 0 3.164 1.43 3.164 3.164c0 1.711-1.453 3.165-3.164 3.165m0 10.875c-1.711 0-3.165-1.476-3.165-3.163c0-1.688 1.454-3.165 3.165-3.165c1.71 0 3.164 1.43 3.164 3.165c0 1.687-1.453 3.163-3.164 3.163m0 10.876c-1.711 0-3.165-1.454-3.165-3.165c0-1.71 1.454-3.187 3.165-3.187c1.71 0 3.164 1.453 3.164 3.187c0 1.711-1.453 3.165-3.164 3.165"/></svg> </template>
CSS
.icon-ellipsis-vertical-circle {
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%22M4.094%2028C4.094%2014.922%2014.922%204.094%2028%204.094c13.055%200%2023.906%2010.804%2023.906%2023.883c0%2013.054-10.851%2023.93-23.906%2023.93C14.922%2051.906%204.094%2041.054%204.094%2028m3.984%200c0%2011.039%208.86%2019.945%2019.922%2019.922c11.04-.024%2019.922-8.906%2019.922-19.945C47.922%2016.914%2039.039%208.1%2028%208.1C16.938%208.101%208.078%2016.937%208.078%2028m19.899-7.735c-1.711%200-3.165-1.453-3.165-3.164c0-1.71%201.454-3.164%203.165-3.164c1.71%200%203.164%201.43%203.164%203.164c0%201.711-1.453%203.165-3.164%203.165m0%2010.875c-1.711%200-3.165-1.476-3.165-3.163c0-1.688%201.454-3.165%203.165-3.165c1.71%200%203.164%201.43%203.164%203.165c0%201.687-1.453%203.163-3.164%203.163m0%2010.876c-1.711%200-3.165-1.454-3.165-3.165c0-1.71%201.454-3.187%203.165-3.187c1.71%200%203.164%201.453%203.164%203.187c0%201.711-1.453%203.165-3.164%203.165%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%22M4.094%2028C4.094%2014.922%2014.922%204.094%2028%204.094c13.055%200%2023.906%2010.804%2023.906%2023.883c0%2013.054-10.851%2023.93-23.906%2023.93C14.922%2051.906%204.094%2041.054%204.094%2028m3.984%200c0%2011.039%208.86%2019.945%2019.922%2019.922c11.04-.024%2019.922-8.906%2019.922-19.945C47.922%2016.914%2039.039%208.1%2028%208.1C16.938%208.101%208.078%2016.937%208.078%2028m19.899-7.735c-1.711%200-3.165-1.453-3.165-3.164c0-1.71%201.454-3.164%203.165-3.164c1.71%200%203.164%201.43%203.164%203.164c0%201.711-1.453%203.165-3.164%203.165m0%2010.875c-1.711%200-3.165-1.476-3.165-3.163c0-1.688%201.454-3.165%203.165-3.165c1.71%200%203.164%201.43%203.164%203.165c0%201.687-1.453%203.163-3.164%203.163m0%2010.876c-1.711%200-3.165-1.454-3.165-3.165c0-1.71%201.454-3.187%203.165-3.187c1.71%200%203.164%201.453%203.164%203.187c0%201.711-1.453%203.165-3.164%203.165%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/ellipsis-vertical-circle.svg?color=%231a73e8&size=48