waypoint icon logo
waypoint-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- waypoint-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×167
- License
- CC0
Use the waypoint icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 167"><path fill="#14c6cb" d="m256 0l-31.961 55.366L192.078 0zM85.344 36.952H64.016l53.32 92.381l-21.328 36.952L0 0h106.672l53.351 92.38l10.664-18.475L128 0h42.687l21.328 36.952l21.329 36.953l-53.32 92.38z"/></svg>
React
import type { SVGProps } from "react";
export function LogosWaypointIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 167"><path fill="#14c6cb" d="m256 0l-31.961 55.366L192.078 0zM85.344 36.952H64.016l53.32 92.381l-21.328 36.952L0 0h106.672l53.351 92.38l10.664-18.475L128 0h42.687l21.328 36.952l21.329 36.953l-53.32 92.38z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 167"><path fill="#14c6cb" d="m256 0l-31.961 55.366L192.078 0zM85.344 36.952H64.016l53.32 92.381l-21.328 36.952L0 0h106.672l53.351 92.38l10.664-18.475L128 0h42.687l21.328 36.952l21.329 36.953l-53.32 92.38z"/></svg> </template>
CSS
.icon-waypoint-icon {
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%20167%22%3E%3Cpath%20fill%3D%22%2314c6cb%22%20d%3D%22m256%200l-31.961%2055.366L192.078%200zM85.344%2036.952H64.016l53.32%2092.381l-21.328%2036.952L0%200h106.672l53.351%2092.38l10.664-18.475L128%200h42.687l21.328%2036.952l21.329%2036.953l-53.32%2092.38z%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%20167%22%3E%3Cpath%20fill%3D%22%2314c6cb%22%20d%3D%22m256%200l-31.961%2055.366L192.078%200zM85.344%2036.952H64.016l53.32%2092.381l-21.328%2036.952L0%200h106.672l53.351%2092.38l10.664-18.475L128%200h42.687l21.328%2036.952l21.329%2036.953l-53.32%2092.38z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/waypoint-icon.svg?color=%231a73e8&size=48