milestone icon
milestone from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- milestone
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the milestone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.744 21.5v-19m-3 19h6m-3-19h6.947c1.054 0 1.582 0 1.861.142c.553.28.82.905.633 1.483c-.095.292-.468.655-1.214 1.38c-.276.268-.414.402-.488.547a.98.98 0 0 0 0 .896c.074.145.212.28.488.548c.746.724 1.12 1.087 1.214 1.379a1.236 1.236 0 0 1-.633 1.483c-.28.142-.806.142-1.861.142H8.744"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMilestone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M8.744 21.5v-19m-3 19h6m-3-19h6.947c1.054 0 1.582 0 1.861.142c.553.28.82.905.633 1.483c-.095.292-.468.655-1.214 1.38c-.276.268-.414.402-.488.547a.98.98 0 0 0 0 .896c.074.145.212.28.488.548c.746.724 1.12 1.087 1.214 1.379a1.236 1.236 0 0 1-.633 1.483c-.28.142-.806.142-1.861.142H8.744"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.744 21.5v-19m-3 19h6m-3-19h6.947c1.054 0 1.582 0 1.861.142c.553.28.82.905.633 1.483c-.095.292-.468.655-1.214 1.38c-.276.268-.414.402-.488.547a.98.98 0 0 0 0 .896c.074.145.212.28.488.548c.746.724 1.12 1.087 1.214 1.379a1.236 1.236 0 0 1-.633 1.483c-.28.142-.806.142-1.861.142H8.744"/></svg> </template>
CSS
.icon-milestone {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8.744%2021.5v-19m-3%2019h6m-3-19h6.947c1.054%200%201.582%200%201.861.142c.553.28.82.905.633%201.483c-.095.292-.468.655-1.214%201.38c-.276.268-.414.402-.488.547a.98.98%200%200%200%200%20.896c.074.145.212.28.488.548c.746.724%201.12%201.087%201.214%201.379a1.236%201.236%200%200%201-.633%201.483c-.28.142-.806.142-1.861.142H8.744%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8.744%2021.5v-19m-3%2019h6m-3-19h6.947c1.054%200%201.582%200%201.861.142c.553.28.82.905.633%201.483c-.095.292-.468.655-1.214%201.38c-.276.268-.414.402-.488.547a.98.98%200%200%200%200%20.896c.074.145.212.28.488.548c.746.724%201.12%201.087%201.214%201.379a1.236%201.236%200%200%201-.633%201.483c-.28.142-.806.142-1.861.142H8.744%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/milestone.svg?color=%231a73e8&size=48