selection ellipse arrow inside icon

selection-ellipse-arrow-inside from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
selection-ellipse-arrow-inside
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the selection ellipse arrow inside icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.2 4c-1.26.12-2.48.53-3.56 1.2l-1-1.73A9.7 9.7 0 0 1 11 2m6.53 4.25c-.91-.86-2-1.52-3.19-1.92L15 2.39c1.5.45 2.89 1.27 4 2.39M5.34 7.41A8.3 8.3 0 0 0 4 10.83l-2-.28C2.2 9 2.79 7.5 3.7 6.23M22 12v.66l-2-.16V12c0-1.08-.19-2.14-.61-3.14l1.83-.8c.53 1.25.78 2.59.78 3.94M6 17.3l-1.5 1.31a10.46 10.46 0 0 1-2.2-4.08L4.17 14c.36 1.22.99 2.35 1.83 3.3m6.14 4.7H12c-1.5 0-3-.32-4.36-.93l.89-1.83c1.09.51 2.27.76 3.47.76h.19M17 21h-2v-6h6v2h-2.58l2.72 2.76l-1.41 1.41L17 18.5"/></svg>

React

import type { SVGProps } from "react";

export function MdiSelectionEllipseArrowInside(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.2 4c-1.26.12-2.48.53-3.56 1.2l-1-1.73A9.7 9.7 0 0 1 11 2m6.53 4.25c-.91-.86-2-1.52-3.19-1.92L15 2.39c1.5.45 2.89 1.27 4 2.39M5.34 7.41A8.3 8.3 0 0 0 4 10.83l-2-.28C2.2 9 2.79 7.5 3.7 6.23M22 12v.66l-2-.16V12c0-1.08-.19-2.14-.61-3.14l1.83-.8c.53 1.25.78 2.59.78 3.94M6 17.3l-1.5 1.31a10.46 10.46 0 0 1-2.2-4.08L4.17 14c.36 1.22.99 2.35 1.83 3.3m6.14 4.7H12c-1.5 0-3-.32-4.36-.93l.89-1.83c1.09.51 2.27.76 3.47.76h.19M17 21h-2v-6h6v2h-2.58l2.72 2.76l-1.41 1.41L17 18.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.2 4c-1.26.12-2.48.53-3.56 1.2l-1-1.73A9.7 9.7 0 0 1 11 2m6.53 4.25c-.91-.86-2-1.52-3.19-1.92L15 2.39c1.5.45 2.89 1.27 4 2.39M5.34 7.41A8.3 8.3 0 0 0 4 10.83l-2-.28C2.2 9 2.79 7.5 3.7 6.23M22 12v.66l-2-.16V12c0-1.08-.19-2.14-.61-3.14l1.83-.8c.53 1.25.78 2.59.78 3.94M6 17.3l-1.5 1.31a10.46 10.46 0 0 1-2.2-4.08L4.17 14c.36 1.22.99 2.35 1.83 3.3m6.14 4.7H12c-1.5 0-3-.32-4.36-.93l.89-1.83c1.09.51 2.27.76 3.47.76h.19M17 21h-2v-6h6v2h-2.58l2.72 2.76l-1.41 1.41L17 18.5"/></svg>
</template>

CSS

.icon-selection-ellipse-arrow-inside {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.2%204c-1.26.12-2.48.53-3.56%201.2l-1-1.73A9.7%209.7%200%200%201%2011%202m6.53%204.25c-.91-.86-2-1.52-3.19-1.92L15%202.39c1.5.45%202.89%201.27%204%202.39M5.34%207.41A8.3%208.3%200%200%200%204%2010.83l-2-.28C2.2%209%202.79%207.5%203.7%206.23M22%2012v.66l-2-.16V12c0-1.08-.19-2.14-.61-3.14l1.83-.8c.53%201.25.78%202.59.78%203.94M6%2017.3l-1.5%201.31a10.46%2010.46%200%200%201-2.2-4.08L4.17%2014c.36%201.22.99%202.35%201.83%203.3m6.14%204.7H12c-1.5%200-3-.32-4.36-.93l.89-1.83c1.09.51%202.27.76%203.47.76h.19M17%2021h-2v-6h6v2h-2.58l2.72%202.76l-1.41%201.41L17%2018.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.2%204c-1.26.12-2.48.53-3.56%201.2l-1-1.73A9.7%209.7%200%200%201%2011%202m6.53%204.25c-.91-.86-2-1.52-3.19-1.92L15%202.39c1.5.45%202.89%201.27%204%202.39M5.34%207.41A8.3%208.3%200%200%200%204%2010.83l-2-.28C2.2%209%202.79%207.5%203.7%206.23M22%2012v.66l-2-.16V12c0-1.08-.19-2.14-.61-3.14l1.83-.8c.53%201.25.78%202.59.78%203.94M6%2017.3l-1.5%201.31a10.46%2010.46%200%200%201-2.2-4.08L4.17%2014c.36%201.22.99%202.35%201.83%203.3m6.14%204.7H12c-1.5%200-3-.32-4.36-.93l.89-1.83c1.09.51%202.27.76%203.47.76h.19M17%2021h-2v-6h6v2h-2.58l2.72%202.76l-1.41%201.41L17%2018.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/selection-ellipse-arrow-inside.svg?color=%231a73e8&size=48