image composition oval icon

image-composition-oval from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
image-composition-oval
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the image composition oval 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-width="1.5"><path d="M18.052 4.063a17.76 17.76 0 0 0-12.104 0c-1.659.594-2.489.89-3.218 1.927S2 8.152 2 10.406v3.188c0 2.254 0 3.38.73 4.416s1.559 1.333 3.218 1.927a17.76 17.76 0 0 0 12.104 0c1.659-.594 2.489-.89 3.218-1.927s.73-2.162.73-4.416v-3.188c0-2.254 0-3.38-.73-4.416s-1.559-1.333-3.218-1.927Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m2.5 15.5l4.97-4.97a1.81 1.81 0 0 1 2.56 0L14 14.5m1.5 1.5L14 14.5m7.5 1l-2.97-2.97a1.81 1.81 0 0 0-2.56 0L14 14.5m.5-6.5a.5.5 0 0 0 0-1m0 1a.5.5 0 0 1 0-1m0 1V7"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsImageCompositionOval(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" strokeWidth="1.5"><path d="M18.052 4.063a17.76 17.76 0 0 0-12.104 0c-1.659.594-2.489.89-3.218 1.927S2 8.152 2 10.406v3.188c0 2.254 0 3.38.73 4.416s1.559 1.333 3.218 1.927a17.76 17.76 0 0 0 12.104 0c1.659-.594 2.489-.89 3.218-1.927s.73-2.162.73-4.416v-3.188c0-2.254 0-3.38-.73-4.416s-1.559-1.333-3.218-1.927Z"/><path strokeLinecap="round" strokeLinejoin="round" d="m2.5 15.5l4.97-4.97a1.81 1.81 0 0 1 2.56 0L14 14.5m1.5 1.5L14 14.5m7.5 1l-2.97-2.97a1.81 1.81 0 0 0-2.56 0L14 14.5m.5-6.5a.5.5 0 0 0 0-1m0 1a.5.5 0 0 1 0-1m0 1V7"/></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-width="1.5"><path d="M18.052 4.063a17.76 17.76 0 0 0-12.104 0c-1.659.594-2.489.89-3.218 1.927S2 8.152 2 10.406v3.188c0 2.254 0 3.38.73 4.416s1.559 1.333 3.218 1.927a17.76 17.76 0 0 0 12.104 0c1.659-.594 2.489-.89 3.218-1.927s.73-2.162.73-4.416v-3.188c0-2.254 0-3.38-.73-4.416s-1.559-1.333-3.218-1.927Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m2.5 15.5l4.97-4.97a1.81 1.81 0 0 1 2.56 0L14 14.5m1.5 1.5L14 14.5m7.5 1l-2.97-2.97a1.81 1.81 0 0 0-2.56 0L14 14.5m.5-6.5a.5.5 0 0 0 0-1m0 1a.5.5 0 0 1 0-1m0 1V7"/></g></svg>
</template>

CSS

.icon-image-composition-oval {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18.052%204.063a17.76%2017.76%200%200%200-12.104%200c-1.659.594-2.489.89-3.218%201.927S2%208.152%202%2010.406v3.188c0%202.254%200%203.38.73%204.416s1.559%201.333%203.218%201.927a17.76%2017.76%200%200%200%2012.104%200c1.659-.594%202.489-.89%203.218-1.927s.73-2.162.73-4.416v-3.188c0-2.254%200-3.38-.73-4.416s-1.559-1.333-3.218-1.927Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m2.5%2015.5l4.97-4.97a1.81%201.81%200%200%201%202.56%200L14%2014.5m1.5%201.5L14%2014.5m7.5%201l-2.97-2.97a1.81%201.81%200%200%200-2.56%200L14%2014.5m.5-6.5a.5.5%200%200%200%200-1m0%201a.5.5%200%200%201%200-1m0%201V7%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18.052%204.063a17.76%2017.76%200%200%200-12.104%200c-1.659.594-2.489.89-3.218%201.927S2%208.152%202%2010.406v3.188c0%202.254%200%203.38.73%204.416s1.559%201.333%203.218%201.927a17.76%2017.76%200%200%200%2012.104%200c1.659-.594%202.489-.89%203.218-1.927s.73-2.162.73-4.416v-3.188c0-2.254%200-3.38-.73-4.416s-1.559-1.333-3.218-1.927Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m2.5%2015.5l4.97-4.97a1.81%201.81%200%200%201%202.56%200L14%2014.5m1.5%201.5L14%2014.5m7.5%201l-2.97-2.97a1.81%201.81%200%200%200-2.56%200L14%2014.5m.5-6.5a.5.5%200%200%200%200-1m0%201a.5.5%200%200%201%200-1m0%201V7%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/image-composition-oval.svg?color=%231a73e8&size=48