milestone icon
milestone-solid from Dither Icons by Vijay K Singh · Solid · MIT Free for personal and commercial use.
- Name
- milestone-solid
- Set
- Dither Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
2 other variants in Dither Icons
The same icon in other sets
All milestone icons →Use the milestone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M8.1 3.4a.7.7 0 0 1 1.4 0v16.4H8.1Z"/><path fill-rule="evenodd" d="M5.1 19.5h7.4v1.3H5.1ZM3.6 21h10.4v1.3H3.6Z"/><path fill-rule="evenodd" d="M9.5 5C11 4.4 12.4 4.8 14 5.5v7c-1.6-.7-3-1.1-4.5-.5Z"/><path fill-rule="evenodd" d="M14 5.5c2.1.9 4.1.8 6-.5v7c-1.9 1.3-3.9 1.4-6 .5Z" opacity=".8"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M19.35 6.4v4.8" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M21.4 6.4q.8-.5 1-.9" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M21.4 10.8q.7-.2 1.1-.6" opacity="0"/></g></svg>
React
import type { SVGProps } from "react";
export function DitherMilestoneSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M8.1 3.4a.7.7 0 0 1 1.4 0v16.4H8.1Z"/><path fillRule="evenodd" d="M5.1 19.5h7.4v1.3H5.1ZM3.6 21h10.4v1.3H3.6Z"/><path fillRule="evenodd" d="M9.5 5C11 4.4 12.4 4.8 14 5.5v7c-1.6-.7-3-1.1-4.5-.5Z"/><path fillRule="evenodd" d="M14 5.5c2.1.9 4.1.8 6-.5v7c-1.9 1.3-3.9 1.4-6 .5Z" opacity=".8"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".65" d="M19.35 6.4v4.8" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".55" d="M21.4 6.4q.8-.5 1-.9" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".55" d="M21.4 10.8q.7-.2 1.1-.6" opacity="0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M8.1 3.4a.7.7 0 0 1 1.4 0v16.4H8.1Z"/><path fill-rule="evenodd" d="M5.1 19.5h7.4v1.3H5.1ZM3.6 21h10.4v1.3H3.6Z"/><path fill-rule="evenodd" d="M9.5 5C11 4.4 12.4 4.8 14 5.5v7c-1.6-.7-3-1.1-4.5-.5Z"/><path fill-rule="evenodd" d="M14 5.5c2.1.9 4.1.8 6-.5v7c-1.9 1.3-3.9 1.4-6 .5Z" opacity=".8"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M19.35 6.4v4.8" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M21.4 6.4q.8-.5 1-.9" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M21.4 10.8q.7-.2 1.1-.6" opacity="0"/></g></svg> </template>
CSS
.icon-milestone-solid {
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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.1%203.4a.7.7%200%200%201%201.4%200v16.4H8.1Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.1%2019.5h7.4v1.3H5.1ZM3.6%2021h10.4v1.3H3.6Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.5%205C11%204.4%2012.4%204.8%2014%205.5v7c-1.6-.7-3-1.1-4.5-.5Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14%205.5c2.1.9%204.1.8%206-.5v7c-1.9%201.3-3.9%201.4-6%20.5Z%22%20opacity%3D%22.8%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M19.35%206.4v4.8%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M21.4%206.4q.8-.5%201-.9%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M21.4%2010.8q.7-.2%201.1-.6%22%20opacity%3D%220%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.1%203.4a.7.7%200%200%201%201.4%200v16.4H8.1Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.1%2019.5h7.4v1.3H5.1ZM3.6%2021h10.4v1.3H3.6Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.5%205C11%204.4%2012.4%204.8%2014%205.5v7c-1.6-.7-3-1.1-4.5-.5Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14%205.5c2.1.9%204.1.8%206-.5v7c-1.9%201.3-3.9%201.4-6%20.5Z%22%20opacity%3D%22.8%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M19.35%206.4v4.8%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M21.4%206.4q.8-.5%201-.9%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M21.4%2010.8q.7-.2%201.1-.6%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/dither/milestone-solid.svg?color=%231a73e8&size=48