goal-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
goal-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

1 other variant in Octicons

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"><path fill="currentColor" d="M20.172 6.75h-1.861l-4.566 4.564a1.874 1.874 0 1 1-1.06-1.06l4.565-4.565V3.828a.94.94 0 0 1 .275-.664l1.73-1.73a.25.25 0 0 1 .25-.063c.089.026.155.1.173.191l.46 2.301l2.3.46c.09.018.164.084.19.173a.25.25 0 0 1-.062.249l-1.731 1.73a.94.94 0 0 1-.663.275"/><path fill="currentColor" d="M2.625 12A9.375 9.375 0 0 0 12 21.375A9.375 9.375 0 0 0 21.375 12c0-.898-.126-1.766-.361-2.587A.75.75 0 0 1 22.455 9c.274.954.42 1.96.42 3c0 6.006-4.869 10.875-10.875 10.875S1.125 18.006 1.125 12S5.994 1.125 12 1.125c1.015-.001 2.024.14 3 .419a.75.75 0 1 1-.413 1.442A9.4 9.4 0 0 0 12 2.625A9.375 9.375 0 0 0 2.625 12"/><path fill="currentColor" d="M7.125 12a4.874 4.874 0 1 0 9.717-.569a.748.748 0 0 1 1.047-.798c.251.112.42.351.442.625a6.373 6.373 0 0 1-10.836 5.253a6.376 6.376 0 0 1 5.236-10.844a.75.75 0 1 1-.17 1.49A4.876 4.876 0 0 0 7.125 12"/></svg>

React

import type { SVGProps } from "react";

export function OcticonGoal24(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="M20.172 6.75h-1.861l-4.566 4.564a1.874 1.874 0 1 1-1.06-1.06l4.565-4.565V3.828a.94.94 0 0 1 .275-.664l1.73-1.73a.25.25 0 0 1 .25-.063c.089.026.155.1.173.191l.46 2.301l2.3.46c.09.018.164.084.19.173a.25.25 0 0 1-.062.249l-1.731 1.73a.94.94 0 0 1-.663.275"/><path fill="currentColor" d="M2.625 12A9.375 9.375 0 0 0 12 21.375A9.375 9.375 0 0 0 21.375 12c0-.898-.126-1.766-.361-2.587A.75.75 0 0 1 22.455 9c.274.954.42 1.96.42 3c0 6.006-4.869 10.875-10.875 10.875S1.125 18.006 1.125 12S5.994 1.125 12 1.125c1.015-.001 2.024.14 3 .419a.75.75 0 1 1-.413 1.442A9.4 9.4 0 0 0 12 2.625A9.375 9.375 0 0 0 2.625 12"/><path fill="currentColor" d="M7.125 12a4.874 4.874 0 1 0 9.717-.569a.748.748 0 0 1 1.047-.798c.251.112.42.351.442.625a6.373 6.373 0 0 1-10.836 5.253a6.376 6.376 0 0 1 5.236-10.844a.75.75 0 1 1-.17 1.49A4.876 4.876 0 0 0 7.125 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.172 6.75h-1.861l-4.566 4.564a1.874 1.874 0 1 1-1.06-1.06l4.565-4.565V3.828a.94.94 0 0 1 .275-.664l1.73-1.73a.25.25 0 0 1 .25-.063c.089.026.155.1.173.191l.46 2.301l2.3.46c.09.018.164.084.19.173a.25.25 0 0 1-.062.249l-1.731 1.73a.94.94 0 0 1-.663.275"/><path fill="currentColor" d="M2.625 12A9.375 9.375 0 0 0 12 21.375A9.375 9.375 0 0 0 21.375 12c0-.898-.126-1.766-.361-2.587A.75.75 0 0 1 22.455 9c.274.954.42 1.96.42 3c0 6.006-4.869 10.875-10.875 10.875S1.125 18.006 1.125 12S5.994 1.125 12 1.125c1.015-.001 2.024.14 3 .419a.75.75 0 1 1-.413 1.442A9.4 9.4 0 0 0 12 2.625A9.375 9.375 0 0 0 2.625 12"/><path fill="currentColor" d="M7.125 12a4.874 4.874 0 1 0 9.717-.569a.748.748 0 0 1 1.047-.798c.251.112.42.351.442.625a6.373 6.373 0 0 1-10.836 5.253a6.376 6.376 0 0 1 5.236-10.844a.75.75 0 1 1-.17 1.49A4.876 4.876 0 0 0 7.125 12"/></svg>
</template>

CSS

.icon-goal-24 {
  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%22M20.172%206.75h-1.861l-4.566%204.564a1.874%201.874%200%201%201-1.06-1.06l4.565-4.565V3.828a.94.94%200%200%201%20.275-.664l1.73-1.73a.25.25%200%200%201%20.25-.063c.089.026.155.1.173.191l.46%202.301l2.3.46c.09.018.164.084.19.173a.25.25%200%200%201-.062.249l-1.731%201.73a.94.94%200%200%201-.663.275%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.625%2012A9.375%209.375%200%200%200%2012%2021.375A9.375%209.375%200%200%200%2021.375%2012c0-.898-.126-1.766-.361-2.587A.75.75%200%200%201%2022.455%209c.274.954.42%201.96.42%203c0%206.006-4.869%2010.875-10.875%2010.875S1.125%2018.006%201.125%2012S5.994%201.125%2012%201.125c1.015-.001%202.024.14%203%20.419a.75.75%200%201%201-.413%201.442A9.4%209.4%200%200%200%2012%202.625A9.375%209.375%200%200%200%202.625%2012%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.125%2012a4.874%204.874%200%201%200%209.717-.569a.748.748%200%200%201%201.047-.798c.251.112.42.351.442.625a6.373%206.373%200%200%201-10.836%205.253a6.376%206.376%200%200%201%205.236-10.844a.75.75%200%201%201-.17%201.49A4.876%204.876%200%200%200%207.125%2012%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%22M20.172%206.75h-1.861l-4.566%204.564a1.874%201.874%200%201%201-1.06-1.06l4.565-4.565V3.828a.94.94%200%200%201%20.275-.664l1.73-1.73a.25.25%200%200%201%20.25-.063c.089.026.155.1.173.191l.46%202.301l2.3.46c.09.018.164.084.19.173a.25.25%200%200%201-.062.249l-1.731%201.73a.94.94%200%200%201-.663.275%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.625%2012A9.375%209.375%200%200%200%2012%2021.375A9.375%209.375%200%200%200%2021.375%2012c0-.898-.126-1.766-.361-2.587A.75.75%200%200%201%2022.455%209c.274.954.42%201.96.42%203c0%206.006-4.869%2010.875-10.875%2010.875S1.125%2018.006%201.125%2012S5.994%201.125%2012%201.125c1.015-.001%202.024.14%203%20.419a.75.75%200%201%201-.413%201.442A9.4%209.4%200%200%200%2012%202.625A9.375%209.375%200%200%200%202.625%2012%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.125%2012a4.874%204.874%200%201%200%209.717-.569a.748.748%200%200%201%201.047-.798c.251.112.42.351.442.625a6.373%206.373%200%200%201-10.836%205.253a6.376%206.376%200%200%201%205.236-10.844a.75.75%200%201%201-.17%201.49A4.876%204.876%200%200%200%207.125%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/goal-24.svg?color=%231a73e8&size=48