roadmap icon
roadmap from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- roadmap
- Set
- Reicon
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More ui icons from Reicon
Use the roadmap icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M13.667 15H6.059c-.452 0-.874-.23-1.12-.61L1.667 9.334l3.272-5.057c.245-.38.666-.61 1.12-.61h7.608a2.666 2.666 0 0 1 2.666 2.668v6A2.666 2.666 0 0 1 13.667 15"/><path d="M8.056 19c.464.788 1.296 1.333 2.277 1.333h7.608c.452 0 .874-.229 1.12-.609l3.272-5.057l-2-3.09"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconRoadmap(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M13.667 15H6.059c-.452 0-.874-.23-1.12-.61L1.667 9.334l3.272-5.057c.245-.38.666-.61 1.12-.61h7.608a2.666 2.666 0 0 1 2.666 2.668v6A2.666 2.666 0 0 1 13.667 15"/><path d="M8.056 19c.464.788 1.296 1.333 2.277 1.333h7.608c.452 0 .874-.229 1.12-.609l3.272-5.057l-2-3.09"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M13.667 15H6.059c-.452 0-.874-.23-1.12-.61L1.667 9.334l3.272-5.057c.245-.38.666-.61 1.12-.61h7.608a2.666 2.666 0 0 1 2.666 2.668v6A2.666 2.666 0 0 1 13.667 15"/><path d="M8.056 19c.464.788 1.296 1.333 2.277 1.333h7.608c.452 0 .874-.229 1.12-.609l3.272-5.057l-2-3.09"/></g></svg> </template>
CSS
.icon-roadmap {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.667%2015H6.059c-.452%200-.874-.23-1.12-.61L1.667%209.334l3.272-5.057c.245-.38.666-.61%201.12-.61h7.608a2.666%202.666%200%200%201%202.666%202.668v6A2.666%202.666%200%200%201%2013.667%2015%22%2F%3E%3Cpath%20d%3D%22M8.056%2019c.464.788%201.296%201.333%202.277%201.333h7.608c.452%200%20.874-.229%201.12-.609l3.272-5.057l-2-3.09%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.667%2015H6.059c-.452%200-.874-.23-1.12-.61L1.667%209.334l3.272-5.057c.245-.38.666-.61%201.12-.61h7.608a2.666%202.666%200%200%201%202.666%202.668v6A2.666%202.666%200%200%201%2013.667%2015%22%2F%3E%3Cpath%20d%3D%22M8.056%2019c.464.788%201.296%201.333%202.277%201.333h7.608c.452%200%20.874-.229%201.12-.609l3.272-5.057l-2-3.09%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/roadmap.svg?color=%231a73e8&size=48