road horizon icon
road-horizon-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- road-horizon-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the road horizon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M239 188.08L173.68 72h58a8.17 8.17 0 0 0 8.32-7.47a8 8 0 0 0-8-8.53H24.27A8.17 8.17 0 0 0 16 63.47A8 8 0 0 0 24 72h58.32L17 188.08a8 8 0 0 0 1.17 9.43a8.24 8.24 0 0 0 6 2.49H116a4 4 0 0 0 4-4v-19.73a8.17 8.17 0 0 1 7.47-8.25a8 8 0 0 1 8.53 8v20a4 4 0 0 0 4 4h91.77a8.24 8.24 0 0 0 6-2.49a8 8 0 0 0 1.23-9.45M136 140a8 8 0 0 1-16 0v-16a8 8 0 0 1 16 0Zm0-52a8 8 0 0 1-16 0v-8a8 8 0 0 1 16 0Z"/></svg>
React
import type { SVGProps } from "react";
export function PhRoadHorizonFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M239 188.08L173.68 72h58a8.17 8.17 0 0 0 8.32-7.47a8 8 0 0 0-8-8.53H24.27A8.17 8.17 0 0 0 16 63.47A8 8 0 0 0 24 72h58.32L17 188.08a8 8 0 0 0 1.17 9.43a8.24 8.24 0 0 0 6 2.49H116a4 4 0 0 0 4-4v-19.73a8.17 8.17 0 0 1 7.47-8.25a8 8 0 0 1 8.53 8v20a4 4 0 0 0 4 4h91.77a8.24 8.24 0 0 0 6-2.49a8 8 0 0 0 1.23-9.45M136 140a8 8 0 0 1-16 0v-16a8 8 0 0 1 16 0Zm0-52a8 8 0 0 1-16 0v-8a8 8 0 0 1 16 0Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M239 188.08L173.68 72h58a8.17 8.17 0 0 0 8.32-7.47a8 8 0 0 0-8-8.53H24.27A8.17 8.17 0 0 0 16 63.47A8 8 0 0 0 24 72h58.32L17 188.08a8 8 0 0 0 1.17 9.43a8.24 8.24 0 0 0 6 2.49H116a4 4 0 0 0 4-4v-19.73a8.17 8.17 0 0 1 7.47-8.25a8 8 0 0 1 8.53 8v20a4 4 0 0 0 4 4h91.77a8.24 8.24 0 0 0 6-2.49a8 8 0 0 0 1.23-9.45M136 140a8 8 0 0 1-16 0v-16a8 8 0 0 1 16 0Zm0-52a8 8 0 0 1-16 0v-8a8 8 0 0 1 16 0Z"/></svg> </template>
CSS
.icon-road-horizon-fill {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M239%20188.08L173.68%2072h58a8.17%208.17%200%200%200%208.32-7.47a8%208%200%200%200-8-8.53H24.27A8.17%208.17%200%200%200%2016%2063.47A8%208%200%200%200%2024%2072h58.32L17%20188.08a8%208%200%200%200%201.17%209.43a8.24%208.24%200%200%200%206%202.49H116a4%204%200%200%200%204-4v-19.73a8.17%208.17%200%200%201%207.47-8.25a8%208%200%200%201%208.53%208v20a4%204%200%200%200%204%204h91.77a8.24%208.24%200%200%200%206-2.49a8%208%200%200%200%201.23-9.45M136%20140a8%208%200%200%201-16%200v-16a8%208%200%200%201%2016%200Zm0-52a8%208%200%200%201-16%200v-8a8%208%200%200%201%2016%200Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M239%20188.08L173.68%2072h58a8.17%208.17%200%200%200%208.32-7.47a8%208%200%200%200-8-8.53H24.27A8.17%208.17%200%200%200%2016%2063.47A8%208%200%200%200%2024%2072h58.32L17%20188.08a8%208%200%200%200%201.17%209.43a8.24%208.24%200%200%200%206%202.49H116a4%204%200%200%200%204-4v-19.73a8.17%208.17%200%200%201%207.47-8.25a8%208%200%200%201%208.53%208v20a4%204%200%200%200%204%204h91.77a8.24%208.24%200%200%200%206-2.49a8%208%200%200%200%201.23-9.45M136%20140a8%208%200%200%201-16%200v-16a8%208%200%200%201%2016%200Zm0-52a8%208%200%200%201-16%200v-8a8%208%200%200%201%2016%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/road-horizon-fill.svg?color=%231a73e8&size=48