evergreen icon logo
evergreen-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- evergreen-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Use the evergreen icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><circle cx="128" cy="128" r="128" fill="#38a065"/><path fill="#fff" d="M135.97 176.049v31.88h-15.94v-31.88zM128 56.5l55.79 111.579H72.21z"/></g></svg>
React
import type { SVGProps } from "react";
export function LogosEvergreenIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><circle cx="128" cy="128" r="128" fill="#38a065"/><path fill="#fff" d="M135.97 176.049v31.88h-15.94v-31.88zM128 56.5l55.79 111.579H72.21z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><circle cx="128" cy="128" r="128" fill="#38a065"/><path fill="#fff" d="M135.97 176.049v31.88h-15.94v-31.88zM128 56.5l55.79 111.579H72.21z"/></g></svg> </template>
CSS
.icon-evergreen-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%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%22128%22%20cy%3D%22128%22%20r%3D%22128%22%20fill%3D%22%2338a065%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M135.97%20176.049v31.88h-15.94v-31.88zM128%2056.5l55.79%20111.579H72.21z%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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%22128%22%20cy%3D%22128%22%20r%3D%22128%22%20fill%3D%22%2338a065%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M135.97%20176.049v31.88h-15.94v-31.88zM128%2056.5l55.79%20111.579H72.21z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/evergreen-icon.svg?color=%231a73e8&size=48