envoyer logo
envoyer from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- envoyer
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×304
- License
- CC0
Use the envoyer logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 304"><path fill="#f56857" fill-opacity=".5" d="M164.881 184.797c-3.719 4.339-7.438 8.678-11.157 11.777c-2.479 1.86-4.959 3.099-7.438 4.959l-1.24 101.656c10.538-1.24 21.695-3.719 32.233-6.818l.619-100.417c-.619-.62-1.239-1.24-1.239-1.859c-3.72-3.719-7.439-6.819-11.778-9.298m-72.523-1.24c-4.339 2.479-8.058 5.579-11.777 9.298l-1.859 1.859v101.037c10.537 3.719 21.075 5.578 31.612 6.818l.62-102.276c-2.479-1.24-4.959-3.099-7.438-4.959c-4.339-3.099-8.058-7.438-11.158-11.777"/><path fill="#f96853" d="M128.93.7c-26.034 0-47.729 42.77-47.729 95.458c0 4.959 0 9.917.62 14.876c-20.455 14.877-34.092 38.431-34.092 65.705c0 11.777 2.479 22.314 6.818 32.232c8.058-18.595 23.555-34.092 42.77-42.15c8.058 15.496 19.216 24.794 31.613 24.794s23.554-9.298 32.232-24.794c18.596 8.058 34.092 23.555 42.15 42.15c4.339-9.918 6.819-21.075 6.819-32.232c0-27.274-13.017-51.448-33.472-65.705c.619-4.959.619-9.918.619-14.876C176.039 44.09 154.964.7 128.93.7m-.62 61.985c11.777 0 21.075 9.298 21.075 21.075c0 11.778-9.298 21.076-21.075 21.076s-21.075-9.298-21.075-21.076c.62-11.777 9.917-21.075 21.075-21.075"/><path fill="#f56857" fill-opacity=".8" d="M63.225 252.361c-16.116-14.257-27.273-33.472-31.612-55.787Q13.947 194.714 0 192.855c4.339 41.53 28.513 76.862 63.225 97.317zm-30.993-95.458c1.86-8.678 5.579-17.355 9.298-25.414c1.24-2.479 1.86-4.958 3.099-6.818c5.579-11.157 13.637-21.075 23.555-29.133V86.24c0-8.058.62-15.496 1.24-22.935C32.852 82.521 6.199 118.472.62 160.622q13.947-1.859 31.612-3.719m160.543 132.649c34.092-19.835 58.266-55.787 63.225-97.317c-9.298 1.24-19.835 3.099-31.613 3.719c-4.339 22.315-15.496 41.531-31.612 55.787zm62.605-128.93c-5.579-42.15-31.612-77.481-68.184-96.697c.62 7.438 1.24 14.877 1.24 22.935v9.298c9.298 8.058 17.356 17.975 22.934 29.133c1.24 2.479 2.48 4.339 3.1 6.818c4.339 7.439 7.438 16.116 9.298 24.794q17.665 1.86 31.612 3.719"/></svg>
React
import type { SVGProps } from "react";
export function LogosEnvoyer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 304"><path fill="#f56857" fillOpacity=".5" d="M164.881 184.797c-3.719 4.339-7.438 8.678-11.157 11.777c-2.479 1.86-4.959 3.099-7.438 4.959l-1.24 101.656c10.538-1.24 21.695-3.719 32.233-6.818l.619-100.417c-.619-.62-1.239-1.24-1.239-1.859c-3.72-3.719-7.439-6.819-11.778-9.298m-72.523-1.24c-4.339 2.479-8.058 5.579-11.777 9.298l-1.859 1.859v101.037c10.537 3.719 21.075 5.578 31.612 6.818l.62-102.276c-2.479-1.24-4.959-3.099-7.438-4.959c-4.339-3.099-8.058-7.438-11.158-11.777"/><path fill="#f96853" d="M128.93.7c-26.034 0-47.729 42.77-47.729 95.458c0 4.959 0 9.917.62 14.876c-20.455 14.877-34.092 38.431-34.092 65.705c0 11.777 2.479 22.314 6.818 32.232c8.058-18.595 23.555-34.092 42.77-42.15c8.058 15.496 19.216 24.794 31.613 24.794s23.554-9.298 32.232-24.794c18.596 8.058 34.092 23.555 42.15 42.15c4.339-9.918 6.819-21.075 6.819-32.232c0-27.274-13.017-51.448-33.472-65.705c.619-4.959.619-9.918.619-14.876C176.039 44.09 154.964.7 128.93.7m-.62 61.985c11.777 0 21.075 9.298 21.075 21.075c0 11.778-9.298 21.076-21.075 21.076s-21.075-9.298-21.075-21.076c.62-11.777 9.917-21.075 21.075-21.075"/><path fill="#f56857" fillOpacity=".8" d="M63.225 252.361c-16.116-14.257-27.273-33.472-31.612-55.787Q13.947 194.714 0 192.855c4.339 41.53 28.513 76.862 63.225 97.317zm-30.993-95.458c1.86-8.678 5.579-17.355 9.298-25.414c1.24-2.479 1.86-4.958 3.099-6.818c5.579-11.157 13.637-21.075 23.555-29.133V86.24c0-8.058.62-15.496 1.24-22.935C32.852 82.521 6.199 118.472.62 160.622q13.947-1.859 31.612-3.719m160.543 132.649c34.092-19.835 58.266-55.787 63.225-97.317c-9.298 1.24-19.835 3.099-31.613 3.719c-4.339 22.315-15.496 41.531-31.612 55.787zm62.605-128.93c-5.579-42.15-31.612-77.481-68.184-96.697c.62 7.438 1.24 14.877 1.24 22.935v9.298c9.298 8.058 17.356 17.975 22.934 29.133c1.24 2.479 2.48 4.339 3.1 6.818c4.339 7.439 7.438 16.116 9.298 24.794q17.665 1.86 31.612 3.719"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 304"><path fill="#f56857" fill-opacity=".5" d="M164.881 184.797c-3.719 4.339-7.438 8.678-11.157 11.777c-2.479 1.86-4.959 3.099-7.438 4.959l-1.24 101.656c10.538-1.24 21.695-3.719 32.233-6.818l.619-100.417c-.619-.62-1.239-1.24-1.239-1.859c-3.72-3.719-7.439-6.819-11.778-9.298m-72.523-1.24c-4.339 2.479-8.058 5.579-11.777 9.298l-1.859 1.859v101.037c10.537 3.719 21.075 5.578 31.612 6.818l.62-102.276c-2.479-1.24-4.959-3.099-7.438-4.959c-4.339-3.099-8.058-7.438-11.158-11.777"/><path fill="#f96853" d="M128.93.7c-26.034 0-47.729 42.77-47.729 95.458c0 4.959 0 9.917.62 14.876c-20.455 14.877-34.092 38.431-34.092 65.705c0 11.777 2.479 22.314 6.818 32.232c8.058-18.595 23.555-34.092 42.77-42.15c8.058 15.496 19.216 24.794 31.613 24.794s23.554-9.298 32.232-24.794c18.596 8.058 34.092 23.555 42.15 42.15c4.339-9.918 6.819-21.075 6.819-32.232c0-27.274-13.017-51.448-33.472-65.705c.619-4.959.619-9.918.619-14.876C176.039 44.09 154.964.7 128.93.7m-.62 61.985c11.777 0 21.075 9.298 21.075 21.075c0 11.778-9.298 21.076-21.075 21.076s-21.075-9.298-21.075-21.076c.62-11.777 9.917-21.075 21.075-21.075"/><path fill="#f56857" fill-opacity=".8" d="M63.225 252.361c-16.116-14.257-27.273-33.472-31.612-55.787Q13.947 194.714 0 192.855c4.339 41.53 28.513 76.862 63.225 97.317zm-30.993-95.458c1.86-8.678 5.579-17.355 9.298-25.414c1.24-2.479 1.86-4.958 3.099-6.818c5.579-11.157 13.637-21.075 23.555-29.133V86.24c0-8.058.62-15.496 1.24-22.935C32.852 82.521 6.199 118.472.62 160.622q13.947-1.859 31.612-3.719m160.543 132.649c34.092-19.835 58.266-55.787 63.225-97.317c-9.298 1.24-19.835 3.099-31.613 3.719c-4.339 22.315-15.496 41.531-31.612 55.787zm62.605-128.93c-5.579-42.15-31.612-77.481-68.184-96.697c.62 7.438 1.24 14.877 1.24 22.935v9.298c9.298 8.058 17.356 17.975 22.934 29.133c1.24 2.479 2.48 4.339 3.1 6.818c4.339 7.439 7.438 16.116 9.298 24.794q17.665 1.86 31.612 3.719"/></svg> </template>
CSS
.icon-envoyer {
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%20304%22%3E%3Cpath%20fill%3D%22%23f56857%22%20fill-opacity%3D%22.5%22%20d%3D%22M164.881%20184.797c-3.719%204.339-7.438%208.678-11.157%2011.777c-2.479%201.86-4.959%203.099-7.438%204.959l-1.24%20101.656c10.538-1.24%2021.695-3.719%2032.233-6.818l.619-100.417c-.619-.62-1.239-1.24-1.239-1.859c-3.72-3.719-7.439-6.819-11.778-9.298m-72.523-1.24c-4.339%202.479-8.058%205.579-11.777%209.298l-1.859%201.859v101.037c10.537%203.719%2021.075%205.578%2031.612%206.818l.62-102.276c-2.479-1.24-4.959-3.099-7.438-4.959c-4.339-3.099-8.058-7.438-11.158-11.777%22%2F%3E%3Cpath%20fill%3D%22%23f96853%22%20d%3D%22M128.93.7c-26.034%200-47.729%2042.77-47.729%2095.458c0%204.959%200%209.917.62%2014.876c-20.455%2014.877-34.092%2038.431-34.092%2065.705c0%2011.777%202.479%2022.314%206.818%2032.232c8.058-18.595%2023.555-34.092%2042.77-42.15c8.058%2015.496%2019.216%2024.794%2031.613%2024.794s23.554-9.298%2032.232-24.794c18.596%208.058%2034.092%2023.555%2042.15%2042.15c4.339-9.918%206.819-21.075%206.819-32.232c0-27.274-13.017-51.448-33.472-65.705c.619-4.959.619-9.918.619-14.876C176.039%2044.09%20154.964.7%20128.93.7m-.62%2061.985c11.777%200%2021.075%209.298%2021.075%2021.075c0%2011.778-9.298%2021.076-21.075%2021.076s-21.075-9.298-21.075-21.076c.62-11.777%209.917-21.075%2021.075-21.075%22%2F%3E%3Cpath%20fill%3D%22%23f56857%22%20fill-opacity%3D%22.8%22%20d%3D%22M63.225%20252.361c-16.116-14.257-27.273-33.472-31.612-55.787Q13.947%20194.714%200%20192.855c4.339%2041.53%2028.513%2076.862%2063.225%2097.317zm-30.993-95.458c1.86-8.678%205.579-17.355%209.298-25.414c1.24-2.479%201.86-4.958%203.099-6.818c5.579-11.157%2013.637-21.075%2023.555-29.133V86.24c0-8.058.62-15.496%201.24-22.935C32.852%2082.521%206.199%20118.472.62%20160.622q13.947-1.859%2031.612-3.719m160.543%20132.649c34.092-19.835%2058.266-55.787%2063.225-97.317c-9.298%201.24-19.835%203.099-31.613%203.719c-4.339%2022.315-15.496%2041.531-31.612%2055.787zm62.605-128.93c-5.579-42.15-31.612-77.481-68.184-96.697c.62%207.438%201.24%2014.877%201.24%2022.935v9.298c9.298%208.058%2017.356%2017.975%2022.934%2029.133c1.24%202.479%202.48%204.339%203.1%206.818c4.339%207.439%207.438%2016.116%209.298%2024.794q17.665%201.86%2031.612%203.719%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%20304%22%3E%3Cpath%20fill%3D%22%23f56857%22%20fill-opacity%3D%22.5%22%20d%3D%22M164.881%20184.797c-3.719%204.339-7.438%208.678-11.157%2011.777c-2.479%201.86-4.959%203.099-7.438%204.959l-1.24%20101.656c10.538-1.24%2021.695-3.719%2032.233-6.818l.619-100.417c-.619-.62-1.239-1.24-1.239-1.859c-3.72-3.719-7.439-6.819-11.778-9.298m-72.523-1.24c-4.339%202.479-8.058%205.579-11.777%209.298l-1.859%201.859v101.037c10.537%203.719%2021.075%205.578%2031.612%206.818l.62-102.276c-2.479-1.24-4.959-3.099-7.438-4.959c-4.339-3.099-8.058-7.438-11.158-11.777%22%2F%3E%3Cpath%20fill%3D%22%23f96853%22%20d%3D%22M128.93.7c-26.034%200-47.729%2042.77-47.729%2095.458c0%204.959%200%209.917.62%2014.876c-20.455%2014.877-34.092%2038.431-34.092%2065.705c0%2011.777%202.479%2022.314%206.818%2032.232c8.058-18.595%2023.555-34.092%2042.77-42.15c8.058%2015.496%2019.216%2024.794%2031.613%2024.794s23.554-9.298%2032.232-24.794c18.596%208.058%2034.092%2023.555%2042.15%2042.15c4.339-9.918%206.819-21.075%206.819-32.232c0-27.274-13.017-51.448-33.472-65.705c.619-4.959.619-9.918.619-14.876C176.039%2044.09%20154.964.7%20128.93.7m-.62%2061.985c11.777%200%2021.075%209.298%2021.075%2021.075c0%2011.778-9.298%2021.076-21.075%2021.076s-21.075-9.298-21.075-21.076c.62-11.777%209.917-21.075%2021.075-21.075%22%2F%3E%3Cpath%20fill%3D%22%23f56857%22%20fill-opacity%3D%22.8%22%20d%3D%22M63.225%20252.361c-16.116-14.257-27.273-33.472-31.612-55.787Q13.947%20194.714%200%20192.855c4.339%2041.53%2028.513%2076.862%2063.225%2097.317zm-30.993-95.458c1.86-8.678%205.579-17.355%209.298-25.414c1.24-2.479%201.86-4.958%203.099-6.818c5.579-11.157%2013.637-21.075%2023.555-29.133V86.24c0-8.058.62-15.496%201.24-22.935C32.852%2082.521%206.199%20118.472.62%20160.622q13.947-1.859%2031.612-3.719m160.543%20132.649c34.092-19.835%2058.266-55.787%2063.225-97.317c-9.298%201.24-19.835%203.099-31.613%203.719c-4.339%2022.315-15.496%2041.531-31.612%2055.787zm62.605-128.93c-5.579-42.15-31.612-77.481-68.184-96.697c.62%207.438%201.24%2014.877%201.24%2022.935v9.298c9.298%208.058%2017.356%2017.975%2022.934%2029.133c1.24%202.479%202.48%204.339%203.1%206.818c4.339%207.439%207.438%2016.116%209.298%2024.794q17.665%201.86%2031.612%203.719%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/envoyer.svg?color=%231a73e8&size=48