envoy icon logo
envoy-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- envoy-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×191
- License
- CC0
Use the envoy icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 191"><path fill="#b31aab" d="m63.834 92.174l.34 15.418l16.212 10.09l-.34-15.418zm39.566 64.054l-.34-15.079l-14.172-8.842c-.226-.114-.453-.34-.567-.454l.34 15.192zM52.723 176.52l-37.071-22.9l-.907-38.546l18.139-7.822l-.34-15.418l-29.023 12.47c-2.267 1.02-3.628 3.061-3.514 5.442l1.133 46.255c0 2.38 1.474 4.761 3.855 6.122l44.554 27.549c2.04 1.247 4.535 1.587 6.689 1.02c.227-.114.453-.114.68-.227l27.322-11.79l-14.851-9.183z"/><path fill="#d163ce" d="M172.668 91.267c-.113-2.721-1.7-5.555-4.421-7.143L114.17 50.68l-1.7.68l.34 16.213L155.55 94.1l1.02 43.307l16.325 10.09l.907-.34zm-64.734 76.184l-50.109-31.177l-1.247-52.15l22.9-9.863l-.453-18.025L43.427 71.54c-2.607 1.134-4.195 3.515-4.081 6.35l1.474 61.219c0 2.834 1.7 5.555 4.421 7.142l58.839 36.505c2.38 1.474 5.328 1.927 7.822 1.134c.227-.114.454-.227.68-.227l34.805-14.965l-17.232-10.657z"/><path fill="#e13eaf" d="M249.193 48.413L173.689 1.705c-2.835-1.7-6.122-2.154-8.956-1.247c-.227.113-.567.227-.794.34L90.362 32.54c-2.948 1.247-4.761 3.968-4.648 7.256l1.814 78.452c.113 3.174 2.04 6.348 5.101 8.162l75.391 46.709c2.721 1.7 6.122 2.154 8.956 1.247c.227-.114.567-.227.794-.34l73.577-31.744c2.947-1.247 4.761-4.081 4.648-7.256l-1.814-78.451c0-3.175-1.927-6.236-4.988-8.163m-76.638 107.134l-65.528-40.586l-1.7-68.248l63.94-27.55l65.528 40.587l1.587 68.135z"/></svg>
React
import type { SVGProps } from "react";
export function LogosEnvoyIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 191"><path fill="#b31aab" d="m63.834 92.174l.34 15.418l16.212 10.09l-.34-15.418zm39.566 64.054l-.34-15.079l-14.172-8.842c-.226-.114-.453-.34-.567-.454l.34 15.192zM52.723 176.52l-37.071-22.9l-.907-38.546l18.139-7.822l-.34-15.418l-29.023 12.47c-2.267 1.02-3.628 3.061-3.514 5.442l1.133 46.255c0 2.38 1.474 4.761 3.855 6.122l44.554 27.549c2.04 1.247 4.535 1.587 6.689 1.02c.227-.114.453-.114.68-.227l27.322-11.79l-14.851-9.183z"/><path fill="#d163ce" d="M172.668 91.267c-.113-2.721-1.7-5.555-4.421-7.143L114.17 50.68l-1.7.68l.34 16.213L155.55 94.1l1.02 43.307l16.325 10.09l.907-.34zm-64.734 76.184l-50.109-31.177l-1.247-52.15l22.9-9.863l-.453-18.025L43.427 71.54c-2.607 1.134-4.195 3.515-4.081 6.35l1.474 61.219c0 2.834 1.7 5.555 4.421 7.142l58.839 36.505c2.38 1.474 5.328 1.927 7.822 1.134c.227-.114.454-.227.68-.227l34.805-14.965l-17.232-10.657z"/><path fill="#e13eaf" d="M249.193 48.413L173.689 1.705c-2.835-1.7-6.122-2.154-8.956-1.247c-.227.113-.567.227-.794.34L90.362 32.54c-2.948 1.247-4.761 3.968-4.648 7.256l1.814 78.452c.113 3.174 2.04 6.348 5.101 8.162l75.391 46.709c2.721 1.7 6.122 2.154 8.956 1.247c.227-.114.567-.227.794-.34l73.577-31.744c2.947-1.247 4.761-4.081 4.648-7.256l-1.814-78.451c0-3.175-1.927-6.236-4.988-8.163m-76.638 107.134l-65.528-40.586l-1.7-68.248l63.94-27.55l65.528 40.587l1.587 68.135z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 191"><path fill="#b31aab" d="m63.834 92.174l.34 15.418l16.212 10.09l-.34-15.418zm39.566 64.054l-.34-15.079l-14.172-8.842c-.226-.114-.453-.34-.567-.454l.34 15.192zM52.723 176.52l-37.071-22.9l-.907-38.546l18.139-7.822l-.34-15.418l-29.023 12.47c-2.267 1.02-3.628 3.061-3.514 5.442l1.133 46.255c0 2.38 1.474 4.761 3.855 6.122l44.554 27.549c2.04 1.247 4.535 1.587 6.689 1.02c.227-.114.453-.114.68-.227l27.322-11.79l-14.851-9.183z"/><path fill="#d163ce" d="M172.668 91.267c-.113-2.721-1.7-5.555-4.421-7.143L114.17 50.68l-1.7.68l.34 16.213L155.55 94.1l1.02 43.307l16.325 10.09l.907-.34zm-64.734 76.184l-50.109-31.177l-1.247-52.15l22.9-9.863l-.453-18.025L43.427 71.54c-2.607 1.134-4.195 3.515-4.081 6.35l1.474 61.219c0 2.834 1.7 5.555 4.421 7.142l58.839 36.505c2.38 1.474 5.328 1.927 7.822 1.134c.227-.114.454-.227.68-.227l34.805-14.965l-17.232-10.657z"/><path fill="#e13eaf" d="M249.193 48.413L173.689 1.705c-2.835-1.7-6.122-2.154-8.956-1.247c-.227.113-.567.227-.794.34L90.362 32.54c-2.948 1.247-4.761 3.968-4.648 7.256l1.814 78.452c.113 3.174 2.04 6.348 5.101 8.162l75.391 46.709c2.721 1.7 6.122 2.154 8.956 1.247c.227-.114.567-.227.794-.34l73.577-31.744c2.947-1.247 4.761-4.081 4.648-7.256l-1.814-78.451c0-3.175-1.927-6.236-4.988-8.163m-76.638 107.134l-65.528-40.586l-1.7-68.248l63.94-27.55l65.528 40.587l1.587 68.135z"/></svg> </template>
CSS
.icon-envoy-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%20191%22%3E%3Cpath%20fill%3D%22%23b31aab%22%20d%3D%22m63.834%2092.174l.34%2015.418l16.212%2010.09l-.34-15.418zm39.566%2064.054l-.34-15.079l-14.172-8.842c-.226-.114-.453-.34-.567-.454l.34%2015.192zM52.723%20176.52l-37.071-22.9l-.907-38.546l18.139-7.822l-.34-15.418l-29.023%2012.47c-2.267%201.02-3.628%203.061-3.514%205.442l1.133%2046.255c0%202.38%201.474%204.761%203.855%206.122l44.554%2027.549c2.04%201.247%204.535%201.587%206.689%201.02c.227-.114.453-.114.68-.227l27.322-11.79l-14.851-9.183z%22%2F%3E%3Cpath%20fill%3D%22%23d163ce%22%20d%3D%22M172.668%2091.267c-.113-2.721-1.7-5.555-4.421-7.143L114.17%2050.68l-1.7.68l.34%2016.213L155.55%2094.1l1.02%2043.307l16.325%2010.09l.907-.34zm-64.734%2076.184l-50.109-31.177l-1.247-52.15l22.9-9.863l-.453-18.025L43.427%2071.54c-2.607%201.134-4.195%203.515-4.081%206.35l1.474%2061.219c0%202.834%201.7%205.555%204.421%207.142l58.839%2036.505c2.38%201.474%205.328%201.927%207.822%201.134c.227-.114.454-.227.68-.227l34.805-14.965l-17.232-10.657z%22%2F%3E%3Cpath%20fill%3D%22%23e13eaf%22%20d%3D%22M249.193%2048.413L173.689%201.705c-2.835-1.7-6.122-2.154-8.956-1.247c-.227.113-.567.227-.794.34L90.362%2032.54c-2.948%201.247-4.761%203.968-4.648%207.256l1.814%2078.452c.113%203.174%202.04%206.348%205.101%208.162l75.391%2046.709c2.721%201.7%206.122%202.154%208.956%201.247c.227-.114.567-.227.794-.34l73.577-31.744c2.947-1.247%204.761-4.081%204.648-7.256l-1.814-78.451c0-3.175-1.927-6.236-4.988-8.163m-76.638%20107.134l-65.528-40.586l-1.7-68.248l63.94-27.55l65.528%2040.587l1.587%2068.135z%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%20191%22%3E%3Cpath%20fill%3D%22%23b31aab%22%20d%3D%22m63.834%2092.174l.34%2015.418l16.212%2010.09l-.34-15.418zm39.566%2064.054l-.34-15.079l-14.172-8.842c-.226-.114-.453-.34-.567-.454l.34%2015.192zM52.723%20176.52l-37.071-22.9l-.907-38.546l18.139-7.822l-.34-15.418l-29.023%2012.47c-2.267%201.02-3.628%203.061-3.514%205.442l1.133%2046.255c0%202.38%201.474%204.761%203.855%206.122l44.554%2027.549c2.04%201.247%204.535%201.587%206.689%201.02c.227-.114.453-.114.68-.227l27.322-11.79l-14.851-9.183z%22%2F%3E%3Cpath%20fill%3D%22%23d163ce%22%20d%3D%22M172.668%2091.267c-.113-2.721-1.7-5.555-4.421-7.143L114.17%2050.68l-1.7.68l.34%2016.213L155.55%2094.1l1.02%2043.307l16.325%2010.09l.907-.34zm-64.734%2076.184l-50.109-31.177l-1.247-52.15l22.9-9.863l-.453-18.025L43.427%2071.54c-2.607%201.134-4.195%203.515-4.081%206.35l1.474%2061.219c0%202.834%201.7%205.555%204.421%207.142l58.839%2036.505c2.38%201.474%205.328%201.927%207.822%201.134c.227-.114.454-.227.68-.227l34.805-14.965l-17.232-10.657z%22%2F%3E%3Cpath%20fill%3D%22%23e13eaf%22%20d%3D%22M249.193%2048.413L173.689%201.705c-2.835-1.7-6.122-2.154-8.956-1.247c-.227.113-.567.227-.794.34L90.362%2032.54c-2.948%201.247-4.761%203.968-4.648%207.256l1.814%2078.452c.113%203.174%202.04%206.348%205.101%208.162l75.391%2046.709c2.721%201.7%206.122%202.154%208.956%201.247c.227-.114.567-.227.794-.34l73.577-31.744c2.947-1.247%204.761-4.081%204.648-7.256l-1.814-78.451c0-3.175-1.927-6.236-4.988-8.163m-76.638%20107.134l-65.528-40.586l-1.7-68.248l63.94-27.55l65.528%2040.587l1.587%2068.135z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/envoy-icon.svg?color=%231a73e8&size=48