goal from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
goal
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the goal 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="M15 14.67c3.496.412 6 1.523 6 2.83c0 1.656-4.03 3-9 3s-9-1.344-9-3c0-1.307 2.504-2.418 6-2.83"/><path stroke-linejoin="round" d="M12 17.5v-5.946m0 0v-4.46c0-1.942 0-2.912.624-3.358q.073-.053.154-.097c.674-.37 1.585.029 3.407.826c2.499 1.092 3.748 1.639 3.811 2.526q.007.104 0 .206c-.063.888-1.312 1.434-3.811 2.527z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsGoal(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="M15 14.67c3.496.412 6 1.523 6 2.83c0 1.656-4.03 3-9 3s-9-1.344-9-3c0-1.307 2.504-2.418 6-2.83"/><path strokeLinejoin="round" d="M12 17.5v-5.946m0 0v-4.46c0-1.942 0-2.912.624-3.358q.073-.053.154-.097c.674-.37 1.585.029 3.407.826c2.499 1.092 3.748 1.639 3.811 2.526q.007.104 0 .206c-.063.888-1.312 1.434-3.811 2.527z"/></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="M15 14.67c3.496.412 6 1.523 6 2.83c0 1.656-4.03 3-9 3s-9-1.344-9-3c0-1.307 2.504-2.418 6-2.83"/><path stroke-linejoin="round" d="M12 17.5v-5.946m0 0v-4.46c0-1.942 0-2.912.624-3.358q.073-.053.154-.097c.674-.37 1.585.029 3.407.826c2.499 1.092 3.748 1.639 3.811 2.526q.007.104 0 .206c-.063.888-1.312 1.434-3.811 2.527z"/></g></svg>
</template>

CSS

.icon-goal {
  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%22M15%2014.67c3.496.412%206%201.523%206%202.83c0%201.656-4.03%203-9%203s-9-1.344-9-3c0-1.307%202.504-2.418%206-2.83%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2017.5v-5.946m0%200v-4.46c0-1.942%200-2.912.624-3.358q.073-.053.154-.097c.674-.37%201.585.029%203.407.826c2.499%201.092%203.748%201.639%203.811%202.526q.007.104%200%20.206c-.063.888-1.312%201.434-3.811%202.527z%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%22M15%2014.67c3.496.412%206%201.523%206%202.83c0%201.656-4.03%203-9%203s-9-1.344-9-3c0-1.307%202.504-2.418%206-2.83%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2017.5v-5.946m0%200v-4.46c0-1.942%200-2.912.624-3.358q.073-.053.154-.097c.674-.37%201.585.029%203.407.826c2.499%201.092%203.748%201.639%203.811%202.526q.007.104%200%20.206c-.063.888-1.312%201.434-3.811%202.527z%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/goal.svg?color=%231a73e8&size=48