road wayside icon

road-wayside from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
road-wayside
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the road wayside 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-width="1.5"><path d="M15.5 2.5c0 2.828 0 4.243.879 5.121c.878.879 2.293.879 5.121.879m-6 13c0-2.828 0-4.243.879-5.121c.878-.879 2.293-.879 5.121-.879m-13-13c0 2.828 0 4.243-.879 5.121C6.743 8.5 5.328 8.5 2.5 8.5m6 13c0-2.828 0-4.243-.879-5.121C6.743 15.5 5.328 15.5 2.5 15.5M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path stroke-linejoin="round" d="M12 2.5v2m9.5 7.5h-2M12 19.5v2M4.5 12h-2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRoadWayside(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" strokeWidth="1.5"><path d="M15.5 2.5c0 2.828 0 4.243.879 5.121c.878.879 2.293.879 5.121.879m-6 13c0-2.828 0-4.243.879-5.121c.878-.879 2.293-.879 5.121-.879m-13-13c0 2.828 0 4.243-.879 5.121C6.743 8.5 5.328 8.5 2.5 8.5m6 13c0-2.828 0-4.243-.879-5.121C6.743 15.5 5.328 15.5 2.5 15.5M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path strokeLinejoin="round" d="M12 2.5v2m9.5 7.5h-2M12 19.5v2M4.5 12h-2"/></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-width="1.5"><path d="M15.5 2.5c0 2.828 0 4.243.879 5.121c.878.879 2.293.879 5.121.879m-6 13c0-2.828 0-4.243.879-5.121c.878-.879 2.293-.879 5.121-.879m-13-13c0 2.828 0 4.243-.879 5.121C6.743 8.5 5.328 8.5 2.5 8.5m6 13c0-2.828 0-4.243-.879-5.121C6.743 15.5 5.328 15.5 2.5 15.5M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path stroke-linejoin="round" d="M12 2.5v2m9.5 7.5h-2M12 19.5v2M4.5 12h-2"/></g></svg>
</template>

CSS

.icon-road-wayside {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.5%202.5c0%202.828%200%204.243.879%205.121c.878.879%202.293.879%205.121.879m-6%2013c0-2.828%200-4.243.879-5.121c.878-.879%202.293-.879%205.121-.879m-13-13c0%202.828%200%204.243-.879%205.121C6.743%208.5%205.328%208.5%202.5%208.5m6%2013c0-2.828%200-4.243-.879-5.121C6.743%2015.5%205.328%2015.5%202.5%2015.5M15%2012a3%203%200%201%201-6%200a3%203%200%200%201%206%200Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%202.5v2m9.5%207.5h-2M12%2019.5v2M4.5%2012h-2%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.5%202.5c0%202.828%200%204.243.879%205.121c.878.879%202.293.879%205.121.879m-6%2013c0-2.828%200-4.243.879-5.121c.878-.879%202.293-.879%205.121-.879m-13-13c0%202.828%200%204.243-.879%205.121C6.743%208.5%205.328%208.5%202.5%208.5m6%2013c0-2.828%200-4.243-.879-5.121C6.743%2015.5%205.328%2015.5%202.5%2015.5M15%2012a3%203%200%201%201-6%200a3%203%200%200%201%206%200Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%202.5v2m9.5%207.5h-2M12%2019.5v2M4.5%2012h-2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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