ellipse selection icon
ellipse-selection from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- ellipse-selection
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the ellipse selection icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M14 4.252A8.01 8.01 0 0 1 19.748 10M10 4.252A8.01 8.01 0 0 0 4.252 10m0 4A8.01 8.01 0 0 0 10 19.748m4 0A8.01 8.01 0 0 0 19.748 14"/><path stroke-linejoin="round" d="M10.293 5.707C10.586 6 11.057 6 12 6s1.414 0 1.707-.293m-3.414 0C10 5.414 10 4.943 10 4s0-1.414.293-1.707m0 3.414q0 0 0 0m3.414 0C14 5.414 14 4.943 14 4s0-1.414-.293-1.707m0 3.414q0 0 0 0m0-3.414C13.414 2 12.943 2 12 2s-1.414 0-1.707.293m3.414 0q0 0 0 0m-3.414 0q0 0 0 0m0 19.414C10.586 22 11.057 22 12 22s1.414 0 1.707-.293m-3.414 0C10 21.414 10 20.943 10 20s0-1.414.293-1.707m0 3.414q0 0 0 0m3.414 0C14 21.414 14 20.943 14 20s0-1.414-.293-1.707m0 3.414q0 0 0 0m0-3.414C13.414 18 12.943 18 12 18s-1.414 0-1.707.293m3.414 0q0 0 0 0m-3.414 0q0 0 0 0m8-8C18 10.586 18 11.057 18 12s0 1.414.293 1.707m0-3.414C18.586 10 19.057 10 20 10s1.414 0 1.707.293m-3.414 0q0 0 0 0m0 3.414C18.586 14 19.057 14 20 14s1.414 0 1.707-.293m-3.414 0q0 0 0 0m3.414 0C22 13.414 22 12.943 22 12s0-1.414-.293-1.707m0 3.414q0 0 0 0m0-3.414q0 0 0 0m-19.414 0C2 10.586 2 11.057 2 12s0 1.414.293 1.707m0-3.414C2.586 10 3.057 10 4 10s1.414 0 1.707.293m-3.414 0q0 0 0 0m0 3.414C2.586 14 3.057 14 4 14s1.414 0 1.707-.293m-3.414 0q0 0 0 0m3.414 0C6 13.414 6 12.943 6 12s0-1.414-.293-1.707m0 3.414q0 0 0 0m0-3.414q0 0 0 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsEllipseSelection(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M14 4.252A8.01 8.01 0 0 1 19.748 10M10 4.252A8.01 8.01 0 0 0 4.252 10m0 4A8.01 8.01 0 0 0 10 19.748m4 0A8.01 8.01 0 0 0 19.748 14"/><path strokeLinejoin="round" d="M10.293 5.707C10.586 6 11.057 6 12 6s1.414 0 1.707-.293m-3.414 0C10 5.414 10 4.943 10 4s0-1.414.293-1.707m0 3.414q0 0 0 0m3.414 0C14 5.414 14 4.943 14 4s0-1.414-.293-1.707m0 3.414q0 0 0 0m0-3.414C13.414 2 12.943 2 12 2s-1.414 0-1.707.293m3.414 0q0 0 0 0m-3.414 0q0 0 0 0m0 19.414C10.586 22 11.057 22 12 22s1.414 0 1.707-.293m-3.414 0C10 21.414 10 20.943 10 20s0-1.414.293-1.707m0 3.414q0 0 0 0m3.414 0C14 21.414 14 20.943 14 20s0-1.414-.293-1.707m0 3.414q0 0 0 0m0-3.414C13.414 18 12.943 18 12 18s-1.414 0-1.707.293m3.414 0q0 0 0 0m-3.414 0q0 0 0 0m8-8C18 10.586 18 11.057 18 12s0 1.414.293 1.707m0-3.414C18.586 10 19.057 10 20 10s1.414 0 1.707.293m-3.414 0q0 0 0 0m0 3.414C18.586 14 19.057 14 20 14s1.414 0 1.707-.293m-3.414 0q0 0 0 0m3.414 0C22 13.414 22 12.943 22 12s0-1.414-.293-1.707m0 3.414q0 0 0 0m0-3.414q0 0 0 0m-19.414 0C2 10.586 2 11.057 2 12s0 1.414.293 1.707m0-3.414C2.586 10 3.057 10 4 10s1.414 0 1.707.293m-3.414 0q0 0 0 0m0 3.414C2.586 14 3.057 14 4 14s1.414 0 1.707-.293m-3.414 0q0 0 0 0m3.414 0C6 13.414 6 12.943 6 12s0-1.414-.293-1.707m0 3.414q0 0 0 0m0-3.414q0 0 0 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M14 4.252A8.01 8.01 0 0 1 19.748 10M10 4.252A8.01 8.01 0 0 0 4.252 10m0 4A8.01 8.01 0 0 0 10 19.748m4 0A8.01 8.01 0 0 0 19.748 14"/><path stroke-linejoin="round" d="M10.293 5.707C10.586 6 11.057 6 12 6s1.414 0 1.707-.293m-3.414 0C10 5.414 10 4.943 10 4s0-1.414.293-1.707m0 3.414q0 0 0 0m3.414 0C14 5.414 14 4.943 14 4s0-1.414-.293-1.707m0 3.414q0 0 0 0m0-3.414C13.414 2 12.943 2 12 2s-1.414 0-1.707.293m3.414 0q0 0 0 0m-3.414 0q0 0 0 0m0 19.414C10.586 22 11.057 22 12 22s1.414 0 1.707-.293m-3.414 0C10 21.414 10 20.943 10 20s0-1.414.293-1.707m0 3.414q0 0 0 0m3.414 0C14 21.414 14 20.943 14 20s0-1.414-.293-1.707m0 3.414q0 0 0 0m0-3.414C13.414 18 12.943 18 12 18s-1.414 0-1.707.293m3.414 0q0 0 0 0m-3.414 0q0 0 0 0m8-8C18 10.586 18 11.057 18 12s0 1.414.293 1.707m0-3.414C18.586 10 19.057 10 20 10s1.414 0 1.707.293m-3.414 0q0 0 0 0m0 3.414C18.586 14 19.057 14 20 14s1.414 0 1.707-.293m-3.414 0q0 0 0 0m3.414 0C22 13.414 22 12.943 22 12s0-1.414-.293-1.707m0 3.414q0 0 0 0m0-3.414q0 0 0 0m-19.414 0C2 10.586 2 11.057 2 12s0 1.414.293 1.707m0-3.414C2.586 10 3.057 10 4 10s1.414 0 1.707.293m-3.414 0q0 0 0 0m0 3.414C2.586 14 3.057 14 4 14s1.414 0 1.707-.293m-3.414 0q0 0 0 0m3.414 0C6 13.414 6 12.943 6 12s0-1.414-.293-1.707m0 3.414q0 0 0 0m0-3.414q0 0 0 0"/></g></svg> </template>
CSS
.icon-ellipse-selection {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14%204.252A8.01%208.01%200%200%201%2019.748%2010M10%204.252A8.01%208.01%200%200%200%204.252%2010m0%204A8.01%208.01%200%200%200%2010%2019.748m4%200A8.01%208.01%200%200%200%2019.748%2014%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10.293%205.707C10.586%206%2011.057%206%2012%206s1.414%200%201.707-.293m-3.414%200C10%205.414%2010%204.943%2010%204s0-1.414.293-1.707m0%203.414q0%200%200%200m3.414%200C14%205.414%2014%204.943%2014%204s0-1.414-.293-1.707m0%203.414q0%200%200%200m0-3.414C13.414%202%2012.943%202%2012%202s-1.414%200-1.707.293m3.414%200q0%200%200%200m-3.414%200q0%200%200%200m0%2019.414C10.586%2022%2011.057%2022%2012%2022s1.414%200%201.707-.293m-3.414%200C10%2021.414%2010%2020.943%2010%2020s0-1.414.293-1.707m0%203.414q0%200%200%200m3.414%200C14%2021.414%2014%2020.943%2014%2020s0-1.414-.293-1.707m0%203.414q0%200%200%200m0-3.414C13.414%2018%2012.943%2018%2012%2018s-1.414%200-1.707.293m3.414%200q0%200%200%200m-3.414%200q0%200%200%200m8-8C18%2010.586%2018%2011.057%2018%2012s0%201.414.293%201.707m0-3.414C18.586%2010%2019.057%2010%2020%2010s1.414%200%201.707.293m-3.414%200q0%200%200%200m0%203.414C18.586%2014%2019.057%2014%2020%2014s1.414%200%201.707-.293m-3.414%200q0%200%200%200m3.414%200C22%2013.414%2022%2012.943%2022%2012s0-1.414-.293-1.707m0%203.414q0%200%200%200m0-3.414q0%200%200%200m-19.414%200C2%2010.586%202%2011.057%202%2012s0%201.414.293%201.707m0-3.414C2.586%2010%203.057%2010%204%2010s1.414%200%201.707.293m-3.414%200q0%200%200%200m0%203.414C2.586%2014%203.057%2014%204%2014s1.414%200%201.707-.293m-3.414%200q0%200%200%200m3.414%200C6%2013.414%206%2012.943%206%2012s0-1.414-.293-1.707m0%203.414q0%200%200%200m0-3.414q0%200%200%200%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14%204.252A8.01%208.01%200%200%201%2019.748%2010M10%204.252A8.01%208.01%200%200%200%204.252%2010m0%204A8.01%208.01%200%200%200%2010%2019.748m4%200A8.01%208.01%200%200%200%2019.748%2014%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10.293%205.707C10.586%206%2011.057%206%2012%206s1.414%200%201.707-.293m-3.414%200C10%205.414%2010%204.943%2010%204s0-1.414.293-1.707m0%203.414q0%200%200%200m3.414%200C14%205.414%2014%204.943%2014%204s0-1.414-.293-1.707m0%203.414q0%200%200%200m0-3.414C13.414%202%2012.943%202%2012%202s-1.414%200-1.707.293m3.414%200q0%200%200%200m-3.414%200q0%200%200%200m0%2019.414C10.586%2022%2011.057%2022%2012%2022s1.414%200%201.707-.293m-3.414%200C10%2021.414%2010%2020.943%2010%2020s0-1.414.293-1.707m0%203.414q0%200%200%200m3.414%200C14%2021.414%2014%2020.943%2014%2020s0-1.414-.293-1.707m0%203.414q0%200%200%200m0-3.414C13.414%2018%2012.943%2018%2012%2018s-1.414%200-1.707.293m3.414%200q0%200%200%200m-3.414%200q0%200%200%200m8-8C18%2010.586%2018%2011.057%2018%2012s0%201.414.293%201.707m0-3.414C18.586%2010%2019.057%2010%2020%2010s1.414%200%201.707.293m-3.414%200q0%200%200%200m0%203.414C18.586%2014%2019.057%2014%2020%2014s1.414%200%201.707-.293m-3.414%200q0%200%200%200m3.414%200C22%2013.414%2022%2012.943%2022%2012s0-1.414-.293-1.707m0%203.414q0%200%200%200m0-3.414q0%200%200%200m-19.414%200C2%2010.586%202%2011.057%202%2012s0%201.414.293%201.707m0-3.414C2.586%2010%203.057%2010%204%2010s1.414%200%201.707.293m-3.414%200q0%200%200%200m0%203.414C2.586%2014%203.057%2014%204%2014s1.414%200%201.707-.293m-3.414%200q0%200%200%200m3.414%200C6%2013.414%206%2012.943%206%2012s0-1.414-.293-1.707m0%203.414q0%200%200%200m0-3.414q0%200%200%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/ellipse-selection.svg?color=%231a73e8&size=48