nomad icon logo
nomad-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- nomad-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×296
- License
- CC0
Use the nomad icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 296"><path fill="#00ca8e" d="M128.044 0L0 73.865v147.773l127.956 73.865L256 221.638V73.865zm57.123 162.582l-34.098 19.685l-41.217-22.542v47.105L71.14 231.393v-98.428l30.76-18.806l42.622 22.453V88.541l40.645-24.431z"/></svg>
React
import type { SVGProps } from "react";
export function LogosNomadIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 296"><path fill="#00ca8e" d="M128.044 0L0 73.865v147.773l127.956 73.865L256 221.638V73.865zm57.123 162.582l-34.098 19.685l-41.217-22.542v47.105L71.14 231.393v-98.428l30.76-18.806l42.622 22.453V88.541l40.645-24.431z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 296"><path fill="#00ca8e" d="M128.044 0L0 73.865v147.773l127.956 73.865L256 221.638V73.865zm57.123 162.582l-34.098 19.685l-41.217-22.542v47.105L71.14 231.393v-98.428l30.76-18.806l42.622 22.453V88.541l40.645-24.431z"/></svg> </template>
CSS
.icon-nomad-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%20296%22%3E%3Cpath%20fill%3D%22%2300ca8e%22%20d%3D%22M128.044%200L0%2073.865v147.773l127.956%2073.865L256%20221.638V73.865zm57.123%20162.582l-34.098%2019.685l-41.217-22.542v47.105L71.14%20231.393v-98.428l30.76-18.806l42.622%2022.453V88.541l40.645-24.431z%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%20296%22%3E%3Cpath%20fill%3D%22%2300ca8e%22%20d%3D%22M128.044%200L0%2073.865v147.773l127.956%2073.865L256%20221.638V73.865zm57.123%20162.582l-34.098%2019.685l-41.217-22.542v47.105L71.14%20231.393v-98.428l30.76-18.806l42.622%2022.453V88.541l40.645-24.431z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/nomad-icon.svg?color=%231a73e8&size=48