milestone icon

milestone from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
milestone
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

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 16 16"><path fill="currentColor" d="m13.854 6.146l-1.707-1.707A1.5 1.5 0 0 0 11.086 4H9V3c0-1.103-.897-2-2-2s-2 .897-2 2v1H3.5C2.673 4 2 4.673 2 5.5v2C2 8.327 2.673 9 3.5 9H5v5c0 .551.449 1 1 1h2c.551 0 1-.449 1-1V9h2.086c.4 0 .777-.156 1.061-.439l1.707-1.707a.5.5 0 0 0 0-.708M6 3c0-.551.449-1 1-1s1 .449 1 1v1H6zm2 11H6V9h2zm3.439-6.146a.5.5 0 0 1-.354.146H3.5a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h7.586c.131 0 .26.053.354.146L12.794 6.5z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconMilestone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m13.854 6.146l-1.707-1.707A1.5 1.5 0 0 0 11.086 4H9V3c0-1.103-.897-2-2-2s-2 .897-2 2v1H3.5C2.673 4 2 4.673 2 5.5v2C2 8.327 2.673 9 3.5 9H5v5c0 .551.449 1 1 1h2c.551 0 1-.449 1-1V9h2.086c.4 0 .777-.156 1.061-.439l1.707-1.707a.5.5 0 0 0 0-.708M6 3c0-.551.449-1 1-1s1 .449 1 1v1H6zm2 11H6V9h2zm3.439-6.146a.5.5 0 0 1-.354.146H3.5a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h7.586c.131 0 .26.053.354.146L12.794 6.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m13.854 6.146l-1.707-1.707A1.5 1.5 0 0 0 11.086 4H9V3c0-1.103-.897-2-2-2s-2 .897-2 2v1H3.5C2.673 4 2 4.673 2 5.5v2C2 8.327 2.673 9 3.5 9H5v5c0 .551.449 1 1 1h2c.551 0 1-.449 1-1V9h2.086c.4 0 .777-.156 1.061-.439l1.707-1.707a.5.5 0 0 0 0-.708M6 3c0-.551.449-1 1-1s1 .449 1 1v1H6zm2 11H6V9h2zm3.439-6.146a.5.5 0 0 1-.354.146H3.5a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h7.586c.131 0 .26.053.354.146L12.794 6.5z"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.854%206.146l-1.707-1.707A1.5%201.5%200%200%200%2011.086%204H9V3c0-1.103-.897-2-2-2s-2%20.897-2%202v1H3.5C2.673%204%202%204.673%202%205.5v2C2%208.327%202.673%209%203.5%209H5v5c0%20.551.449%201%201%201h2c.551%200%201-.449%201-1V9h2.086c.4%200%20.777-.156%201.061-.439l1.707-1.707a.5.5%200%200%200%200-.708M6%203c0-.551.449-1%201-1s1%20.449%201%201v1H6zm2%2011H6V9h2zm3.439-6.146a.5.5%200%200%201-.354.146H3.5a.5.5%200%200%201-.5-.5v-2a.5.5%200%200%201%20.5-.5h7.586c.131%200%20.26.053.354.146L12.794%206.5z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.854%206.146l-1.707-1.707A1.5%201.5%200%200%200%2011.086%204H9V3c0-1.103-.897-2-2-2s-2%20.897-2%202v1H3.5C2.673%204%202%204.673%202%205.5v2C2%208.327%202.673%209%203.5%209H5v5c0%20.551.449%201%201%201h2c.551%200%201-.449%201-1V9h2.086c.4%200%20.777-.156%201.061-.439l1.707-1.707a.5.5%200%200%200%200-.708M6%203c0-.551.449-1%201-1s1%20.449%201%201v1H6zm2%2011H6V9h2zm3.439-6.146a.5.5%200%200%201-.354.146H3.5a.5.5%200%200%201-.5-.5v-2a.5.5%200%200%201%20.5-.5h7.586c.131%200%20.26.053.354.146L12.794%206.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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