signal messenger logo
signal-messenger from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- signal-messenger
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- License
- CC BY 4.0
The same logo in other sets
Use the signal messenger logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 64c-13.3 0-26.3 1-39.1 3l3.7 23.7C296.1 88.9 308 88 320 88s23.9.9 35.4 2.7l3.7-23.7c-12.8-2-25.8-3-39.1-3m60.8 7.3l-5.7 23.3c23.4 5.7 45.4 14.9 65.4 27.1l12.5-20.5c-22.1-13.4-46.4-23.6-72.2-29.9m76.4 61.6c19.1 14 36 30.9 50.1 50.1l19.4-14.2c-15.7-21.2-34.3-39.8-55.4-55.3l-14.2 19.3zm81.7 54.2l-20.5 12.5c12.2 20 21.4 42 27.1 65.4l23.3-5.7c-6.3-25.8-16.5-50.1-29.9-72.2m10.5 97.5c1.8 11.5 2.7 23.4 2.7 35.4s-.9 23.9-2.7 35.4l23.7 3.7c1.9-12.7 3-25.8 3-39.1s-1-26.3-3-39.1zm-31 155.9l20.5 12.5c13.4-22.1 23.6-46.4 29.9-72.2l-23.3-5.7c-5.7 23.4-14.9 45.4-27.1 65.4m8.2 30.8l-19.4-14.2c-14 19.1-30.9 36-50.1 50.1l14.2 19.4c21.1-15.5 39.8-34.1 55.2-55.2zm-86.1 47c-20 12.2-42 21.4-65.4 27.1l5.7 23.3c25.8-6.3 50.1-16.5 72.2-29.9zM359.1 573l-3.7-23.7c-11.5 1.8-23.4 2.7-35.4 2.7s-23.9-.9-35.4-2.7l-3.7 23.7c12.7 1.9 25.8 3 39.1 3s26.3-1 39.1-3M265 545.4c-17.6-4.3-34.4-10.6-50.1-18.6l-7.8-4l-32.8 7.7l5.5 23.4l24.3-5.7c17.4 8.9 35.9 15.8 55.3 20.5l5.7-23.3zm-105.6 13.2l-5.4-23.3l-41.7 9.7c-10.4 2.4-19.7-6.9-17.3-17.3l9.7-41.6l-23.4-5.5l-9.7 41.6c-6.4 27.8 18.4 52.6 46.2 46.2l41.6-9.7zm-50-92.9l7.7-32.8l-4-7.8c-8-15.7-14.3-32.5-18.6-50.1l-23.2 5.7c4.7 19.4 11.6 38 20.4 55.3L86 460.3l23.4 5.5zM67 359.1l23.7-3.7C88.9 343.9 88 332 88 320s.9-23.9 2.7-35.4L67 280.9c-2 12.8-3 25.8-3 39.1s1 26.3 3 39.1M94.6 265c5.7-23.4 14.9-45.4 27.1-65.4l-20.5-12.5c-13.4 22.1-23.6 46.4-29.9 72.2zm18.9-96.2l19.4 14.2c14-19.1 30.9-36 50.1-50.1l-14.3-19.4c-21.1 15.5-39.7 34.1-55.2 55.2zm86.1-47c20-12.2 42-21.4 65.4-27.1l-5.8-23.4c-25.8 6.3-50.1 16.5-72.2 29.9l12.5 20.5zM320 528c114.9 0 208-93.1 208-208s-93.1-208-208-208s-208 93.1-208 208c0 36.4 9.4 70.7 25.8 100.5c1.6 2.9 2.1 6.2 1.4 9.4l-21.6 92.5l92.5-21.6c3.2-.7 6.5-.2 9.4 1.4c29.8 16.5 64 25.8 100.5 25.8"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsSignalMessenger(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 64c-13.3 0-26.3 1-39.1 3l3.7 23.7C296.1 88.9 308 88 320 88s23.9.9 35.4 2.7l3.7-23.7c-12.8-2-25.8-3-39.1-3m60.8 7.3l-5.7 23.3c23.4 5.7 45.4 14.9 65.4 27.1l12.5-20.5c-22.1-13.4-46.4-23.6-72.2-29.9m76.4 61.6c19.1 14 36 30.9 50.1 50.1l19.4-14.2c-15.7-21.2-34.3-39.8-55.4-55.3l-14.2 19.3zm81.7 54.2l-20.5 12.5c12.2 20 21.4 42 27.1 65.4l23.3-5.7c-6.3-25.8-16.5-50.1-29.9-72.2m10.5 97.5c1.8 11.5 2.7 23.4 2.7 35.4s-.9 23.9-2.7 35.4l23.7 3.7c1.9-12.7 3-25.8 3-39.1s-1-26.3-3-39.1zm-31 155.9l20.5 12.5c13.4-22.1 23.6-46.4 29.9-72.2l-23.3-5.7c-5.7 23.4-14.9 45.4-27.1 65.4m8.2 30.8l-19.4-14.2c-14 19.1-30.9 36-50.1 50.1l14.2 19.4c21.1-15.5 39.8-34.1 55.2-55.2zm-86.1 47c-20 12.2-42 21.4-65.4 27.1l5.7 23.3c25.8-6.3 50.1-16.5 72.2-29.9zM359.1 573l-3.7-23.7c-11.5 1.8-23.4 2.7-35.4 2.7s-23.9-.9-35.4-2.7l-3.7 23.7c12.7 1.9 25.8 3 39.1 3s26.3-1 39.1-3M265 545.4c-17.6-4.3-34.4-10.6-50.1-18.6l-7.8-4l-32.8 7.7l5.5 23.4l24.3-5.7c17.4 8.9 35.9 15.8 55.3 20.5l5.7-23.3zm-105.6 13.2l-5.4-23.3l-41.7 9.7c-10.4 2.4-19.7-6.9-17.3-17.3l9.7-41.6l-23.4-5.5l-9.7 41.6c-6.4 27.8 18.4 52.6 46.2 46.2l41.6-9.7zm-50-92.9l7.7-32.8l-4-7.8c-8-15.7-14.3-32.5-18.6-50.1l-23.2 5.7c4.7 19.4 11.6 38 20.4 55.3L86 460.3l23.4 5.5zM67 359.1l23.7-3.7C88.9 343.9 88 332 88 320s.9-23.9 2.7-35.4L67 280.9c-2 12.8-3 25.8-3 39.1s1 26.3 3 39.1M94.6 265c5.7-23.4 14.9-45.4 27.1-65.4l-20.5-12.5c-13.4 22.1-23.6 46.4-29.9 72.2zm18.9-96.2l19.4 14.2c14-19.1 30.9-36 50.1-50.1l-14.3-19.4c-21.1 15.5-39.7 34.1-55.2 55.2zm86.1-47c20-12.2 42-21.4 65.4-27.1l-5.8-23.4c-25.8 6.3-50.1 16.5-72.2 29.9l12.5 20.5zM320 528c114.9 0 208-93.1 208-208s-93.1-208-208-208s-208 93.1-208 208c0 36.4 9.4 70.7 25.8 100.5c1.6 2.9 2.1 6.2 1.4 9.4l-21.6 92.5l92.5-21.6c3.2-.7 6.5-.2 9.4 1.4c29.8 16.5 64 25.8 100.5 25.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 64c-13.3 0-26.3 1-39.1 3l3.7 23.7C296.1 88.9 308 88 320 88s23.9.9 35.4 2.7l3.7-23.7c-12.8-2-25.8-3-39.1-3m60.8 7.3l-5.7 23.3c23.4 5.7 45.4 14.9 65.4 27.1l12.5-20.5c-22.1-13.4-46.4-23.6-72.2-29.9m76.4 61.6c19.1 14 36 30.9 50.1 50.1l19.4-14.2c-15.7-21.2-34.3-39.8-55.4-55.3l-14.2 19.3zm81.7 54.2l-20.5 12.5c12.2 20 21.4 42 27.1 65.4l23.3-5.7c-6.3-25.8-16.5-50.1-29.9-72.2m10.5 97.5c1.8 11.5 2.7 23.4 2.7 35.4s-.9 23.9-2.7 35.4l23.7 3.7c1.9-12.7 3-25.8 3-39.1s-1-26.3-3-39.1zm-31 155.9l20.5 12.5c13.4-22.1 23.6-46.4 29.9-72.2l-23.3-5.7c-5.7 23.4-14.9 45.4-27.1 65.4m8.2 30.8l-19.4-14.2c-14 19.1-30.9 36-50.1 50.1l14.2 19.4c21.1-15.5 39.8-34.1 55.2-55.2zm-86.1 47c-20 12.2-42 21.4-65.4 27.1l5.7 23.3c25.8-6.3 50.1-16.5 72.2-29.9zM359.1 573l-3.7-23.7c-11.5 1.8-23.4 2.7-35.4 2.7s-23.9-.9-35.4-2.7l-3.7 23.7c12.7 1.9 25.8 3 39.1 3s26.3-1 39.1-3M265 545.4c-17.6-4.3-34.4-10.6-50.1-18.6l-7.8-4l-32.8 7.7l5.5 23.4l24.3-5.7c17.4 8.9 35.9 15.8 55.3 20.5l5.7-23.3zm-105.6 13.2l-5.4-23.3l-41.7 9.7c-10.4 2.4-19.7-6.9-17.3-17.3l9.7-41.6l-23.4-5.5l-9.7 41.6c-6.4 27.8 18.4 52.6 46.2 46.2l41.6-9.7zm-50-92.9l7.7-32.8l-4-7.8c-8-15.7-14.3-32.5-18.6-50.1l-23.2 5.7c4.7 19.4 11.6 38 20.4 55.3L86 460.3l23.4 5.5zM67 359.1l23.7-3.7C88.9 343.9 88 332 88 320s.9-23.9 2.7-35.4L67 280.9c-2 12.8-3 25.8-3 39.1s1 26.3 3 39.1M94.6 265c5.7-23.4 14.9-45.4 27.1-65.4l-20.5-12.5c-13.4 22.1-23.6 46.4-29.9 72.2zm18.9-96.2l19.4 14.2c14-19.1 30.9-36 50.1-50.1l-14.3-19.4c-21.1 15.5-39.7 34.1-55.2 55.2zm86.1-47c20-12.2 42-21.4 65.4-27.1l-5.8-23.4c-25.8 6.3-50.1 16.5-72.2 29.9l12.5 20.5zM320 528c114.9 0 208-93.1 208-208s-93.1-208-208-208s-208 93.1-208 208c0 36.4 9.4 70.7 25.8 100.5c1.6 2.9 2.1 6.2 1.4 9.4l-21.6 92.5l92.5-21.6c3.2-.7 6.5-.2 9.4 1.4c29.8 16.5 64 25.8 100.5 25.8"/></svg> </template>
CSS
.icon-signal-messenger {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2064c-13.3%200-26.3%201-39.1%203l3.7%2023.7C296.1%2088.9%20308%2088%20320%2088s23.9.9%2035.4%202.7l3.7-23.7c-12.8-2-25.8-3-39.1-3m60.8%207.3l-5.7%2023.3c23.4%205.7%2045.4%2014.9%2065.4%2027.1l12.5-20.5c-22.1-13.4-46.4-23.6-72.2-29.9m76.4%2061.6c19.1%2014%2036%2030.9%2050.1%2050.1l19.4-14.2c-15.7-21.2-34.3-39.8-55.4-55.3l-14.2%2019.3zm81.7%2054.2l-20.5%2012.5c12.2%2020%2021.4%2042%2027.1%2065.4l23.3-5.7c-6.3-25.8-16.5-50.1-29.9-72.2m10.5%2097.5c1.8%2011.5%202.7%2023.4%202.7%2035.4s-.9%2023.9-2.7%2035.4l23.7%203.7c1.9-12.7%203-25.8%203-39.1s-1-26.3-3-39.1zm-31%20155.9l20.5%2012.5c13.4-22.1%2023.6-46.4%2029.9-72.2l-23.3-5.7c-5.7%2023.4-14.9%2045.4-27.1%2065.4m8.2%2030.8l-19.4-14.2c-14%2019.1-30.9%2036-50.1%2050.1l14.2%2019.4c21.1-15.5%2039.8-34.1%2055.2-55.2zm-86.1%2047c-20%2012.2-42%2021.4-65.4%2027.1l5.7%2023.3c25.8-6.3%2050.1-16.5%2072.2-29.9zM359.1%20573l-3.7-23.7c-11.5%201.8-23.4%202.7-35.4%202.7s-23.9-.9-35.4-2.7l-3.7%2023.7c12.7%201.9%2025.8%203%2039.1%203s26.3-1%2039.1-3M265%20545.4c-17.6-4.3-34.4-10.6-50.1-18.6l-7.8-4l-32.8%207.7l5.5%2023.4l24.3-5.7c17.4%208.9%2035.9%2015.8%2055.3%2020.5l5.7-23.3zm-105.6%2013.2l-5.4-23.3l-41.7%209.7c-10.4%202.4-19.7-6.9-17.3-17.3l9.7-41.6l-23.4-5.5l-9.7%2041.6c-6.4%2027.8%2018.4%2052.6%2046.2%2046.2l41.6-9.7zm-50-92.9l7.7-32.8l-4-7.8c-8-15.7-14.3-32.5-18.6-50.1l-23.2%205.7c4.7%2019.4%2011.6%2038%2020.4%2055.3L86%20460.3l23.4%205.5zM67%20359.1l23.7-3.7C88.9%20343.9%2088%20332%2088%20320s.9-23.9%202.7-35.4L67%20280.9c-2%2012.8-3%2025.8-3%2039.1s1%2026.3%203%2039.1M94.6%20265c5.7-23.4%2014.9-45.4%2027.1-65.4l-20.5-12.5c-13.4%2022.1-23.6%2046.4-29.9%2072.2zm18.9-96.2l19.4%2014.2c14-19.1%2030.9-36%2050.1-50.1l-14.3-19.4c-21.1%2015.5-39.7%2034.1-55.2%2055.2zm86.1-47c20-12.2%2042-21.4%2065.4-27.1l-5.8-23.4c-25.8%206.3-50.1%2016.5-72.2%2029.9l12.5%2020.5zM320%20528c114.9%200%20208-93.1%20208-208s-93.1-208-208-208s-208%2093.1-208%20208c0%2036.4%209.4%2070.7%2025.8%20100.5c1.6%202.9%202.1%206.2%201.4%209.4l-21.6%2092.5l92.5-21.6c3.2-.7%206.5-.2%209.4%201.4c29.8%2016.5%2064%2025.8%20100.5%2025.8%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2064c-13.3%200-26.3%201-39.1%203l3.7%2023.7C296.1%2088.9%20308%2088%20320%2088s23.9.9%2035.4%202.7l3.7-23.7c-12.8-2-25.8-3-39.1-3m60.8%207.3l-5.7%2023.3c23.4%205.7%2045.4%2014.9%2065.4%2027.1l12.5-20.5c-22.1-13.4-46.4-23.6-72.2-29.9m76.4%2061.6c19.1%2014%2036%2030.9%2050.1%2050.1l19.4-14.2c-15.7-21.2-34.3-39.8-55.4-55.3l-14.2%2019.3zm81.7%2054.2l-20.5%2012.5c12.2%2020%2021.4%2042%2027.1%2065.4l23.3-5.7c-6.3-25.8-16.5-50.1-29.9-72.2m10.5%2097.5c1.8%2011.5%202.7%2023.4%202.7%2035.4s-.9%2023.9-2.7%2035.4l23.7%203.7c1.9-12.7%203-25.8%203-39.1s-1-26.3-3-39.1zm-31%20155.9l20.5%2012.5c13.4-22.1%2023.6-46.4%2029.9-72.2l-23.3-5.7c-5.7%2023.4-14.9%2045.4-27.1%2065.4m8.2%2030.8l-19.4-14.2c-14%2019.1-30.9%2036-50.1%2050.1l14.2%2019.4c21.1-15.5%2039.8-34.1%2055.2-55.2zm-86.1%2047c-20%2012.2-42%2021.4-65.4%2027.1l5.7%2023.3c25.8-6.3%2050.1-16.5%2072.2-29.9zM359.1%20573l-3.7-23.7c-11.5%201.8-23.4%202.7-35.4%202.7s-23.9-.9-35.4-2.7l-3.7%2023.7c12.7%201.9%2025.8%203%2039.1%203s26.3-1%2039.1-3M265%20545.4c-17.6-4.3-34.4-10.6-50.1-18.6l-7.8-4l-32.8%207.7l5.5%2023.4l24.3-5.7c17.4%208.9%2035.9%2015.8%2055.3%2020.5l5.7-23.3zm-105.6%2013.2l-5.4-23.3l-41.7%209.7c-10.4%202.4-19.7-6.9-17.3-17.3l9.7-41.6l-23.4-5.5l-9.7%2041.6c-6.4%2027.8%2018.4%2052.6%2046.2%2046.2l41.6-9.7zm-50-92.9l7.7-32.8l-4-7.8c-8-15.7-14.3-32.5-18.6-50.1l-23.2%205.7c4.7%2019.4%2011.6%2038%2020.4%2055.3L86%20460.3l23.4%205.5zM67%20359.1l23.7-3.7C88.9%20343.9%2088%20332%2088%20320s.9-23.9%202.7-35.4L67%20280.9c-2%2012.8-3%2025.8-3%2039.1s1%2026.3%203%2039.1M94.6%20265c5.7-23.4%2014.9-45.4%2027.1-65.4l-20.5-12.5c-13.4%2022.1-23.6%2046.4-29.9%2072.2zm18.9-96.2l19.4%2014.2c14-19.1%2030.9-36%2050.1-50.1l-14.3-19.4c-21.1%2015.5-39.7%2034.1-55.2%2055.2zm86.1-47c20-12.2%2042-21.4%2065.4-27.1l-5.8-23.4c-25.8%206.3-50.1%2016.5-72.2%2029.9l12.5%2020.5zM320%20528c114.9%200%20208-93.1%20208-208s-93.1-208-208-208s-208%2093.1-208%20208c0%2036.4%209.4%2070.7%2025.8%20100.5c1.6%202.9%202.1%206.2%201.4%209.4l-21.6%2092.5l92.5-21.6c3.2-.7%206.5-.2%209.4%201.4c29.8%2016.5%2064%2025.8%20100.5%2025.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/signal-messenger.svg?color=%231a73e8&size=48