envoy logo
envoy from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- envoy
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
The same logo in other sets
Use the envoy logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#b31aab" d="m33.172 61.48l.176 7.325l7.797 4.785l-.176-7.324Zm19.031 30.504l-.176-7.18l-6.84-4.206c-.085-.059-.203-.145-.289-.203l.176 7.207Zm-24.355 9.688L10.012 90.715l-.438-18.367l8.758-3.746l-.172-7.352l-13.969 5.969c-1.074.46-1.714 1.441-1.687 2.566l.523 22.055c.032 1.125.73 2.25 1.836 2.941l21.383 13.149c.992.605 2.215.78 3.203.46a.8.8 0 0 0 .29-.113l13.124-5.593l-7.129-4.383Zm0 0"/><path fill="#d163ce" d="M85.488 61.047c-.031-1.328-.843-2.625-2.125-3.43L57.38 41.672l-.813.344l.176 7.726l20.57 12.63l.493 20.648l7.86 4.812l.433-.172ZM54.383 97.289L30.262 82.47l-.582-24.883l11-4.7l-.203-8.562l-17.082 7.293c-1.25.547-2.008 1.672-1.977 3l.668 29.18c.031 1.324.844 2.625 2.125 3.402l28.281 17.387c1.164.723 2.563.894 3.754.547c.117-.028.234-.086.348-.145l16.703-7.12l-8.32-5.102Zm0 0"/><path fill="#e13eaf" d="M122.234 40.633L85.98 18.343c-1.335-.808-2.937-1.038-4.304-.605c-.145.028-.262.086-.406.145l-35.383 15.11c-1.426.605-2.297 1.902-2.27 3.429l.903 37.371c.03 1.527.96 2.996 2.445 3.89l36.254 22.262c1.336.805 2.937 1.035 4.277.606c.145-.031.262-.09.406-.145l35.383-15.11c1.426-.605 2.297-1.933 2.27-3.433l-.875-37.367c-.028-1.473-.961-2.969-2.446-3.863M85.398 91.64L53.891 72.293l-.79-32.496l30.727-13.121l31.512 19.347l.785 32.497Zm0 0"/></svg>
React
import type { SVGProps } from "react";
export function DeviconEnvoy(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#b31aab" d="m33.172 61.48l.176 7.325l7.797 4.785l-.176-7.324Zm19.031 30.504l-.176-7.18l-6.84-4.206c-.085-.059-.203-.145-.289-.203l.176 7.207Zm-24.355 9.688L10.012 90.715l-.438-18.367l8.758-3.746l-.172-7.352l-13.969 5.969c-1.074.46-1.714 1.441-1.687 2.566l.523 22.055c.032 1.125.73 2.25 1.836 2.941l21.383 13.149c.992.605 2.215.78 3.203.46a.8.8 0 0 0 .29-.113l13.124-5.593l-7.129-4.383Zm0 0"/><path fill="#d163ce" d="M85.488 61.047c-.031-1.328-.843-2.625-2.125-3.43L57.38 41.672l-.813.344l.176 7.726l20.57 12.63l.493 20.648l7.86 4.812l.433-.172ZM54.383 97.289L30.262 82.47l-.582-24.883l11-4.7l-.203-8.562l-17.082 7.293c-1.25.547-2.008 1.672-1.977 3l.668 29.18c.031 1.324.844 2.625 2.125 3.402l28.281 17.387c1.164.723 2.563.894 3.754.547c.117-.028.234-.086.348-.145l16.703-7.12l-8.32-5.102Zm0 0"/><path fill="#e13eaf" d="M122.234 40.633L85.98 18.343c-1.335-.808-2.937-1.038-4.304-.605c-.145.028-.262.086-.406.145l-35.383 15.11c-1.426.605-2.297 1.902-2.27 3.429l.903 37.371c.03 1.527.96 2.996 2.445 3.89l36.254 22.262c1.336.805 2.937 1.035 4.277.606c.145-.031.262-.09.406-.145l35.383-15.11c1.426-.605 2.297-1.933 2.27-3.433l-.875-37.367c-.028-1.473-.961-2.969-2.446-3.863M85.398 91.64L53.891 72.293l-.79-32.496l30.727-13.121l31.512 19.347l.785 32.497Zm0 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#b31aab" d="m33.172 61.48l.176 7.325l7.797 4.785l-.176-7.324Zm19.031 30.504l-.176-7.18l-6.84-4.206c-.085-.059-.203-.145-.289-.203l.176 7.207Zm-24.355 9.688L10.012 90.715l-.438-18.367l8.758-3.746l-.172-7.352l-13.969 5.969c-1.074.46-1.714 1.441-1.687 2.566l.523 22.055c.032 1.125.73 2.25 1.836 2.941l21.383 13.149c.992.605 2.215.78 3.203.46a.8.8 0 0 0 .29-.113l13.124-5.593l-7.129-4.383Zm0 0"/><path fill="#d163ce" d="M85.488 61.047c-.031-1.328-.843-2.625-2.125-3.43L57.38 41.672l-.813.344l.176 7.726l20.57 12.63l.493 20.648l7.86 4.812l.433-.172ZM54.383 97.289L30.262 82.47l-.582-24.883l11-4.7l-.203-8.562l-17.082 7.293c-1.25.547-2.008 1.672-1.977 3l.668 29.18c.031 1.324.844 2.625 2.125 3.402l28.281 17.387c1.164.723 2.563.894 3.754.547c.117-.028.234-.086.348-.145l16.703-7.12l-8.32-5.102Zm0 0"/><path fill="#e13eaf" d="M122.234 40.633L85.98 18.343c-1.335-.808-2.937-1.038-4.304-.605c-.145.028-.262.086-.406.145l-35.383 15.11c-1.426.605-2.297 1.902-2.27 3.429l.903 37.371c.03 1.527.96 2.996 2.445 3.89l36.254 22.262c1.336.805 2.937 1.035 4.277.606c.145-.031.262-.09.406-.145l35.383-15.11c1.426-.605 2.297-1.933 2.27-3.433l-.875-37.367c-.028-1.473-.961-2.969-2.446-3.863M85.398 91.64L53.891 72.293l-.79-32.496l30.727-13.121l31.512 19.347l.785 32.497Zm0 0"/></svg> </template>
CSS
.icon-envoy {
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%20128%20128%22%3E%3Cpath%20fill%3D%22%23b31aab%22%20d%3D%22m33.172%2061.48l.176%207.325l7.797%204.785l-.176-7.324Zm19.031%2030.504l-.176-7.18l-6.84-4.206c-.085-.059-.203-.145-.289-.203l.176%207.207Zm-24.355%209.688L10.012%2090.715l-.438-18.367l8.758-3.746l-.172-7.352l-13.969%205.969c-1.074.46-1.714%201.441-1.687%202.566l.523%2022.055c.032%201.125.73%202.25%201.836%202.941l21.383%2013.149c.992.605%202.215.78%203.203.46a.8.8%200%200%200%20.29-.113l13.124-5.593l-7.129-4.383Zm0%200%22%2F%3E%3Cpath%20fill%3D%22%23d163ce%22%20d%3D%22M85.488%2061.047c-.031-1.328-.843-2.625-2.125-3.43L57.38%2041.672l-.813.344l.176%207.726l20.57%2012.63l.493%2020.648l7.86%204.812l.433-.172ZM54.383%2097.289L30.262%2082.47l-.582-24.883l11-4.7l-.203-8.562l-17.082%207.293c-1.25.547-2.008%201.672-1.977%203l.668%2029.18c.031%201.324.844%202.625%202.125%203.402l28.281%2017.387c1.164.723%202.563.894%203.754.547c.117-.028.234-.086.348-.145l16.703-7.12l-8.32-5.102Zm0%200%22%2F%3E%3Cpath%20fill%3D%22%23e13eaf%22%20d%3D%22M122.234%2040.633L85.98%2018.343c-1.335-.808-2.937-1.038-4.304-.605c-.145.028-.262.086-.406.145l-35.383%2015.11c-1.426.605-2.297%201.902-2.27%203.429l.903%2037.371c.03%201.527.96%202.996%202.445%203.89l36.254%2022.262c1.336.805%202.937%201.035%204.277.606c.145-.031.262-.09.406-.145l35.383-15.11c1.426-.605%202.297-1.933%202.27-3.433l-.875-37.367c-.028-1.473-.961-2.969-2.446-3.863M85.398%2091.64L53.891%2072.293l-.79-32.496l30.727-13.121l31.512%2019.347l.785%2032.497Zm0%200%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23b31aab%22%20d%3D%22m33.172%2061.48l.176%207.325l7.797%204.785l-.176-7.324Zm19.031%2030.504l-.176-7.18l-6.84-4.206c-.085-.059-.203-.145-.289-.203l.176%207.207Zm-24.355%209.688L10.012%2090.715l-.438-18.367l8.758-3.746l-.172-7.352l-13.969%205.969c-1.074.46-1.714%201.441-1.687%202.566l.523%2022.055c.032%201.125.73%202.25%201.836%202.941l21.383%2013.149c.992.605%202.215.78%203.203.46a.8.8%200%200%200%20.29-.113l13.124-5.593l-7.129-4.383Zm0%200%22%2F%3E%3Cpath%20fill%3D%22%23d163ce%22%20d%3D%22M85.488%2061.047c-.031-1.328-.843-2.625-2.125-3.43L57.38%2041.672l-.813.344l.176%207.726l20.57%2012.63l.493%2020.648l7.86%204.812l.433-.172ZM54.383%2097.289L30.262%2082.47l-.582-24.883l11-4.7l-.203-8.562l-17.082%207.293c-1.25.547-2.008%201.672-1.977%203l.668%2029.18c.031%201.324.844%202.625%202.125%203.402l28.281%2017.387c1.164.723%202.563.894%203.754.547c.117-.028.234-.086.348-.145l16.703-7.12l-8.32-5.102Zm0%200%22%2F%3E%3Cpath%20fill%3D%22%23e13eaf%22%20d%3D%22M122.234%2040.633L85.98%2018.343c-1.335-.808-2.937-1.038-4.304-.605c-.145.028-.262.086-.406.145l-35.383%2015.11c-1.426.605-2.297%201.902-2.27%203.429l.903%2037.371c.03%201.527.96%202.996%202.445%203.89l36.254%2022.262c1.336.805%202.937%201.035%204.277.606c.145-.031.262-.09.406-.145l35.383-15.11c1.426-.605%202.297-1.933%202.27-3.433l-.875-37.367c-.028-1.473-.961-2.969-2.446-3.863M85.398%2091.64L53.891%2072.293l-.79-32.496l30.727-13.121l31.512%2019.347l.785%2032.497Zm0%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/envoy.svg?color=%231a73e8&size=48