signpost4 icon
signpost4 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- signpost4
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the signpost4 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="M17.22 2H8.96c-.4 0-.78.14-1.09.38L5.68 4.13c-.88.7-.88 2.03 0 2.73l2.19 1.75c.31.25.7.38 1.09.38h8.26c.97 0 1.75-.78 1.75-1.75v-3.5c0-.96-.78-1.74-1.75-1.74M6.8 12h8.26c.4 0 .78.14 1.09.38l2.19 1.75c.88.7.88 2.03 0 2.73l-2.19 1.75c-.31.25-.7.38-1.09.38H6.8c-.97 0-1.75-.78-1.75-1.75v-3.5c0-.96.78-1.74 1.75-1.74m5.2 0V9m0 13v-3m-3 3h6"/></svg>
React
import type { SVGProps } from "react";
export function ReiconSignpost4(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="M17.22 2H8.96c-.4 0-.78.14-1.09.38L5.68 4.13c-.88.7-.88 2.03 0 2.73l2.19 1.75c.31.25.7.38 1.09.38h8.26c.97 0 1.75-.78 1.75-1.75v-3.5c0-.96-.78-1.74-1.75-1.74M6.8 12h8.26c.4 0 .78.14 1.09.38l2.19 1.75c.88.7.88 2.03 0 2.73l-2.19 1.75c-.31.25-.7.38-1.09.38H6.8c-.97 0-1.75-.78-1.75-1.75v-3.5c0-.96.78-1.74 1.75-1.74m5.2 0V9m0 13v-3m-3 3h6"/></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="M17.22 2H8.96c-.4 0-.78.14-1.09.38L5.68 4.13c-.88.7-.88 2.03 0 2.73l2.19 1.75c.31.25.7.38 1.09.38h8.26c.97 0 1.75-.78 1.75-1.75v-3.5c0-.96-.78-1.74-1.75-1.74M6.8 12h8.26c.4 0 .78.14 1.09.38l2.19 1.75c.88.7.88 2.03 0 2.73l-2.19 1.75c-.31.25-.7.38-1.09.38H6.8c-.97 0-1.75-.78-1.75-1.75v-3.5c0-.96.78-1.74 1.75-1.74m5.2 0V9m0 13v-3m-3 3h6"/></svg> </template>
CSS
.icon-signpost4 {
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%22M17.22%202H8.96c-.4%200-.78.14-1.09.38L5.68%204.13c-.88.7-.88%202.03%200%202.73l2.19%201.75c.31.25.7.38%201.09.38h8.26c.97%200%201.75-.78%201.75-1.75v-3.5c0-.96-.78-1.74-1.75-1.74M6.8%2012h8.26c.4%200%20.78.14%201.09.38l2.19%201.75c.88.7.88%202.03%200%202.73l-2.19%201.75c-.31.25-.7.38-1.09.38H6.8c-.97%200-1.75-.78-1.75-1.75v-3.5c0-.96.78-1.74%201.75-1.74m5.2%200V9m0%2013v-3m-3%203h6%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%22M17.22%202H8.96c-.4%200-.78.14-1.09.38L5.68%204.13c-.88.7-.88%202.03%200%202.73l2.19%201.75c.31.25.7.38%201.09.38h8.26c.97%200%201.75-.78%201.75-1.75v-3.5c0-.96-.78-1.74-1.75-1.74M6.8%2012h8.26c.4%200%20.78.14%201.09.38l2.19%201.75c.88.7.88%202.03%200%202.73l-2.19%201.75c-.31.25-.7.38-1.09.38H6.8c-.97%200-1.75-.78-1.75-1.75v-3.5c0-.96.78-1.74%201.75-1.74m5.2%200V9m0%2013v-3m-3%203h6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/signpost4.svg?color=%231a73e8&size=48