Milestone Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Milestone icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307299.svg" alt="Milestone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307299.svg" alt="Milestone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307299.svg" alt="Milestone icon" :width="24" :height="24" />
CSS background
.icon-milestone {
background-image: url('https://proicons.com/icon/307299.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M13.854 6.146L12.147 4.439C11.864 4.156 11.487 4 11.086 4H9V3C9 1.897 8.103 1 7 1C5.897 1 5 1.897 5 3V4H3.5C2.673 4 2 4.673 2 5.5V7.5C2 8.327 2.673 9 3.5 9H5V14C5 14.551 5.449 15 6 15H8C8.551 15 9 14.551 9 14V9H11.086C11.486 9 11.863 8.844 12.147 8.561L13.854 6.854C14.049 6.659 14.049 6.341 13.854 6.146ZM6 3C6 2.449 6.449 2 7 2C7.551 2 8 2.449 8 3V4H6V3ZM8 14H6V9H8V14ZM11.439 7.854C11.346 7.947 11.217 8 11.085 8H3.5C3.224 8 3 7.776 3 7.5V5.5C3 5.224 3.224 5 3.5 5H11.086C11.217 5 11.346 5.053 11.44 5.146L12.794 6.5L11.439 7.854Z"/></svg>
Milestone in other icon packs
Copied!