five ellipses icon

five-ellipses from IconPark Outline by ByteDance · Outline · Abstract · Apache-2.0 Free for personal and commercial use.

Name
five-ellipses
Set
IconPark Outline
Style
Outline
Category
Abstract
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More abstract icons from IconPark Outline

Use the five ellipses icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M41 33c1.657 0 3-3.582 3-8s-1.343-8-3-8s-3 3.582-3 8s1.343 8 3 8M7 33c1.657 0 3-3.582 3-8s-1.343-8-3-8s-3 3.582-3 8s1.343 8 3 8m17 11c3.314 0 6-8.954 6-20S27.314 4 24 4s-6 8.954-6 20s2.686 20 6 20m10-4c2.21 0 4-7.163 4-16S36.21 8 34 8s-4 7.163-4 16s1.79 16 4 16m-20 0c2.21 0 4-7.163 4-16S16.21 8 14 8s-4 7.163-4 16s1.79 16 4 16"/></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineFiveEllipses(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M41 33c1.657 0 3-3.582 3-8s-1.343-8-3-8s-3 3.582-3 8s1.343 8 3 8M7 33c1.657 0 3-3.582 3-8s-1.343-8-3-8s-3 3.582-3 8s1.343 8 3 8m17 11c3.314 0 6-8.954 6-20S27.314 4 24 4s-6 8.954-6 20s2.686 20 6 20m10-4c2.21 0 4-7.163 4-16S36.21 8 34 8s-4 7.163-4 16s1.79 16 4 16m-20 0c2.21 0 4-7.163 4-16S16.21 8 14 8s-4 7.163-4 16s1.79 16 4 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M41 33c1.657 0 3-3.582 3-8s-1.343-8-3-8s-3 3.582-3 8s1.343 8 3 8M7 33c1.657 0 3-3.582 3-8s-1.343-8-3-8s-3 3.582-3 8s1.343 8 3 8m17 11c3.314 0 6-8.954 6-20S27.314 4 24 4s-6 8.954-6 20s2.686 20 6 20m10-4c2.21 0 4-7.163 4-16S36.21 8 34 8s-4 7.163-4 16s1.79 16 4 16m-20 0c2.21 0 4-7.163 4-16S16.21 8 14 8s-4 7.163-4 16s1.79 16 4 16"/></svg>
</template>

CSS

.icon-five-ellipses {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M41%2033c1.657%200%203-3.582%203-8s-1.343-8-3-8s-3%203.582-3%208s1.343%208%203%208M7%2033c1.657%200%203-3.582%203-8s-1.343-8-3-8s-3%203.582-3%208s1.343%208%203%208m17%2011c3.314%200%206-8.954%206-20S27.314%204%2024%204s-6%208.954-6%2020s2.686%2020%206%2020m10-4c2.21%200%204-7.163%204-16S36.21%208%2034%208s-4%207.163-4%2016s1.79%2016%204%2016m-20%200c2.21%200%204-7.163%204-16S16.21%208%2014%208s-4%207.163-4%2016s1.79%2016%204%2016%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%2048%2048%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M41%2033c1.657%200%203-3.582%203-8s-1.343-8-3-8s-3%203.582-3%208s1.343%208%203%208M7%2033c1.657%200%203-3.582%203-8s-1.343-8-3-8s-3%203.582-3%208s1.343%208%203%208m17%2011c3.314%200%206-8.954%206-20S27.314%204%2024%204s-6%208.954-6%2020s2.686%2020%206%2020m10-4c2.21%200%204-7.163%204-16S36.21%208%2034%208s-4%207.163-4%2016s1.79%2016%204%2016m-20%200c2.21%200%204-7.163%204-16S16.21%208%2014%208s-4%207.163-4%2016s1.79%2016%204%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/five-ellipses.svg?color=%231a73e8&size=48