unison from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
unison
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

Use the unison logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M499.1 225.7c-3.7-3.5-5.2-8.7-3.9-13.6c1.2-4.9 5-8.7 9.9-10c4.9-1.2 10.1.2 13.6 3.9c3.7 3.5 5.2 8.7 3.9 13.6c-1.2 4.9-5 8.7-9.9 10c-4.9 1.2-10.1-.2-13.6-3.9m-65.4-63.9c10.4 2.1 20.6 5.2 30.4 9.2c6.8 2.8 10.1 10.8 7.3 17.7c-2.8 6.7-10.9 10.1-17.6 7.3c-8.3-3.4-16.8-5.8-25.7-7.8c-8.6-1.7-17.3-2.5-26-2.5c-19.3 0-37.1-10.3-46.7-27c-8.7-15.1-20.6-28.9-34.7-39.7c-59.1-45.5-143.8-34.3-189.2 25c-2.6 3.3-6.5 5.3-10.7 5.3c-7.4 0-13.5-6.1-13.5-13.5c0-3.2 1.2-6.3 3.2-8.8c12.9-16.7 28.9-30.7 47.1-41.2C235 41 334 67.6 378.7 145.2c4.3 8.2 13.7 13.3 22.8 13.5c10.8 0 21.6 1 32.2 3.1M99 334c4.6-8.2 4.6-18.2 0-26.4c-21.9-36.5-27.3-82.3-16.3-123.2c1.6-5.9 6.9-10 13-10c8.7 0 15.3 8.7 13 17c-9.5 35.4-3.4 71 13.7 102.9c9.3 16.5 9.3 36.7 0 53.1c-8.7 15.7-14.8 32.4-17.2 50.3c-9.7 73.9 42.3 141.7 116.2 151.4c7.3 1 12.6 7.9 11.6 15.2s-7.8 12.6-15.1 11.6c-21.1-2.8-41.4-9.7-59.8-20.3C82.5 512 53.2 409.8 98.9 334.1zm181.9 239c-7.4 2-15.1-2.4-17.1-9.8s2.5-15 9.9-16.9c8.5-2.2 17.4 4.5 17.4 13.4c0 6.2-4.2 11.6-10.2 13.3m122.3-91c-9.5 0-18.4 5-23.2 13.2c-4.9 9.4-11.7 18.2-18.7 26.2c-7.1 8-14.8 15.2-23.2 21.7c-5.9 4.5-14.4 3.4-19-2.5s-3.4-14.4 2.5-18.9c7-5.4 13.5-11.5 19.4-18.1s11.1-13.8 15.5-21.6c9.7-16.7 27.5-27 46.8-27c17.8 0 35.4-3.5 51.8-10.3c68.3-28.3 101.1-108.3 73.2-176.5c-.6-1.6-1-3.3-1-5c0-7.4 6.1-13.5 13.5-13.5c5.4 0 10.3 3.2 12.4 8.2c8.2 19.7 12.4 40.8 12.4 62.1c0 89.5-72.7 162.1-162.4 162.1zm-13.1-268c3.9-.4 7.9-.6 11.9-.6c59.3 0 108.2 48.7 108.2 107.8S461.3 429 402 429c-4 0-7.9-.2-11.8-.6c-22.2-1.7-43.3 10.4-52.9 30.4c-17.2 39.1-56.2 64.5-99.1 64.5c-59.3 0-108.2-48.7-108.2-107.8c0-23.2 7.5-45.7 21.4-64.3c12.2-18.3 12.1-42.3-.4-60.5c-13.6-18.5-20.9-40.8-20.9-63.7c0-59.1 48.8-107.8 108.2-107.8c42.8 0 81.8 25.4 99 64.4c9.6 20 30.7 32.1 52.9 30.4zM170.8 457.4c14.4 25.2 41.1 40.8 69.8 40.8c44.2 0 80.6-36.8 80.6-81.6S284.8 335 240.6 335c-14.2 0-28.1 3.8-40.3 10.9c-38.3 22.4-51.6 72.7-29.5 111.4zM332 362c14.4 25.2 41.1 40.8 69.8 40.8c44.2 0 80.6-36.8 80.6-81.6s-36.4-81.6-80.6-81.6c-14.2 0-28.1 3.8-40.3 10.9c-38.3 22.4-51.6 72.7-29.5 111.4zm-91.2-54.6c44.2 0 80.5-36.8 80.5-81.6s-36.4-81.6-80.6-81.6s-80.6 36.8-80.6 81.6c0 44.7 36.4 81.6 80.6 81.6z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsUnison(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="M499.1 225.7c-3.7-3.5-5.2-8.7-3.9-13.6c1.2-4.9 5-8.7 9.9-10c4.9-1.2 10.1.2 13.6 3.9c3.7 3.5 5.2 8.7 3.9 13.6c-1.2 4.9-5 8.7-9.9 10c-4.9 1.2-10.1-.2-13.6-3.9m-65.4-63.9c10.4 2.1 20.6 5.2 30.4 9.2c6.8 2.8 10.1 10.8 7.3 17.7c-2.8 6.7-10.9 10.1-17.6 7.3c-8.3-3.4-16.8-5.8-25.7-7.8c-8.6-1.7-17.3-2.5-26-2.5c-19.3 0-37.1-10.3-46.7-27c-8.7-15.1-20.6-28.9-34.7-39.7c-59.1-45.5-143.8-34.3-189.2 25c-2.6 3.3-6.5 5.3-10.7 5.3c-7.4 0-13.5-6.1-13.5-13.5c0-3.2 1.2-6.3 3.2-8.8c12.9-16.7 28.9-30.7 47.1-41.2C235 41 334 67.6 378.7 145.2c4.3 8.2 13.7 13.3 22.8 13.5c10.8 0 21.6 1 32.2 3.1M99 334c4.6-8.2 4.6-18.2 0-26.4c-21.9-36.5-27.3-82.3-16.3-123.2c1.6-5.9 6.9-10 13-10c8.7 0 15.3 8.7 13 17c-9.5 35.4-3.4 71 13.7 102.9c9.3 16.5 9.3 36.7 0 53.1c-8.7 15.7-14.8 32.4-17.2 50.3c-9.7 73.9 42.3 141.7 116.2 151.4c7.3 1 12.6 7.9 11.6 15.2s-7.8 12.6-15.1 11.6c-21.1-2.8-41.4-9.7-59.8-20.3C82.5 512 53.2 409.8 98.9 334.1zm181.9 239c-7.4 2-15.1-2.4-17.1-9.8s2.5-15 9.9-16.9c8.5-2.2 17.4 4.5 17.4 13.4c0 6.2-4.2 11.6-10.2 13.3m122.3-91c-9.5 0-18.4 5-23.2 13.2c-4.9 9.4-11.7 18.2-18.7 26.2c-7.1 8-14.8 15.2-23.2 21.7c-5.9 4.5-14.4 3.4-19-2.5s-3.4-14.4 2.5-18.9c7-5.4 13.5-11.5 19.4-18.1s11.1-13.8 15.5-21.6c9.7-16.7 27.5-27 46.8-27c17.8 0 35.4-3.5 51.8-10.3c68.3-28.3 101.1-108.3 73.2-176.5c-.6-1.6-1-3.3-1-5c0-7.4 6.1-13.5 13.5-13.5c5.4 0 10.3 3.2 12.4 8.2c8.2 19.7 12.4 40.8 12.4 62.1c0 89.5-72.7 162.1-162.4 162.1zm-13.1-268c3.9-.4 7.9-.6 11.9-.6c59.3 0 108.2 48.7 108.2 107.8S461.3 429 402 429c-4 0-7.9-.2-11.8-.6c-22.2-1.7-43.3 10.4-52.9 30.4c-17.2 39.1-56.2 64.5-99.1 64.5c-59.3 0-108.2-48.7-108.2-107.8c0-23.2 7.5-45.7 21.4-64.3c12.2-18.3 12.1-42.3-.4-60.5c-13.6-18.5-20.9-40.8-20.9-63.7c0-59.1 48.8-107.8 108.2-107.8c42.8 0 81.8 25.4 99 64.4c9.6 20 30.7 32.1 52.9 30.4zM170.8 457.4c14.4 25.2 41.1 40.8 69.8 40.8c44.2 0 80.6-36.8 80.6-81.6S284.8 335 240.6 335c-14.2 0-28.1 3.8-40.3 10.9c-38.3 22.4-51.6 72.7-29.5 111.4zM332 362c14.4 25.2 41.1 40.8 69.8 40.8c44.2 0 80.6-36.8 80.6-81.6s-36.4-81.6-80.6-81.6c-14.2 0-28.1 3.8-40.3 10.9c-38.3 22.4-51.6 72.7-29.5 111.4zm-91.2-54.6c44.2 0 80.5-36.8 80.5-81.6s-36.4-81.6-80.6-81.6s-80.6 36.8-80.6 81.6c0 44.7 36.4 81.6 80.6 81.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M499.1 225.7c-3.7-3.5-5.2-8.7-3.9-13.6c1.2-4.9 5-8.7 9.9-10c4.9-1.2 10.1.2 13.6 3.9c3.7 3.5 5.2 8.7 3.9 13.6c-1.2 4.9-5 8.7-9.9 10c-4.9 1.2-10.1-.2-13.6-3.9m-65.4-63.9c10.4 2.1 20.6 5.2 30.4 9.2c6.8 2.8 10.1 10.8 7.3 17.7c-2.8 6.7-10.9 10.1-17.6 7.3c-8.3-3.4-16.8-5.8-25.7-7.8c-8.6-1.7-17.3-2.5-26-2.5c-19.3 0-37.1-10.3-46.7-27c-8.7-15.1-20.6-28.9-34.7-39.7c-59.1-45.5-143.8-34.3-189.2 25c-2.6 3.3-6.5 5.3-10.7 5.3c-7.4 0-13.5-6.1-13.5-13.5c0-3.2 1.2-6.3 3.2-8.8c12.9-16.7 28.9-30.7 47.1-41.2C235 41 334 67.6 378.7 145.2c4.3 8.2 13.7 13.3 22.8 13.5c10.8 0 21.6 1 32.2 3.1M99 334c4.6-8.2 4.6-18.2 0-26.4c-21.9-36.5-27.3-82.3-16.3-123.2c1.6-5.9 6.9-10 13-10c8.7 0 15.3 8.7 13 17c-9.5 35.4-3.4 71 13.7 102.9c9.3 16.5 9.3 36.7 0 53.1c-8.7 15.7-14.8 32.4-17.2 50.3c-9.7 73.9 42.3 141.7 116.2 151.4c7.3 1 12.6 7.9 11.6 15.2s-7.8 12.6-15.1 11.6c-21.1-2.8-41.4-9.7-59.8-20.3C82.5 512 53.2 409.8 98.9 334.1zm181.9 239c-7.4 2-15.1-2.4-17.1-9.8s2.5-15 9.9-16.9c8.5-2.2 17.4 4.5 17.4 13.4c0 6.2-4.2 11.6-10.2 13.3m122.3-91c-9.5 0-18.4 5-23.2 13.2c-4.9 9.4-11.7 18.2-18.7 26.2c-7.1 8-14.8 15.2-23.2 21.7c-5.9 4.5-14.4 3.4-19-2.5s-3.4-14.4 2.5-18.9c7-5.4 13.5-11.5 19.4-18.1s11.1-13.8 15.5-21.6c9.7-16.7 27.5-27 46.8-27c17.8 0 35.4-3.5 51.8-10.3c68.3-28.3 101.1-108.3 73.2-176.5c-.6-1.6-1-3.3-1-5c0-7.4 6.1-13.5 13.5-13.5c5.4 0 10.3 3.2 12.4 8.2c8.2 19.7 12.4 40.8 12.4 62.1c0 89.5-72.7 162.1-162.4 162.1zm-13.1-268c3.9-.4 7.9-.6 11.9-.6c59.3 0 108.2 48.7 108.2 107.8S461.3 429 402 429c-4 0-7.9-.2-11.8-.6c-22.2-1.7-43.3 10.4-52.9 30.4c-17.2 39.1-56.2 64.5-99.1 64.5c-59.3 0-108.2-48.7-108.2-107.8c0-23.2 7.5-45.7 21.4-64.3c12.2-18.3 12.1-42.3-.4-60.5c-13.6-18.5-20.9-40.8-20.9-63.7c0-59.1 48.8-107.8 108.2-107.8c42.8 0 81.8 25.4 99 64.4c9.6 20 30.7 32.1 52.9 30.4zM170.8 457.4c14.4 25.2 41.1 40.8 69.8 40.8c44.2 0 80.6-36.8 80.6-81.6S284.8 335 240.6 335c-14.2 0-28.1 3.8-40.3 10.9c-38.3 22.4-51.6 72.7-29.5 111.4zM332 362c14.4 25.2 41.1 40.8 69.8 40.8c44.2 0 80.6-36.8 80.6-81.6s-36.4-81.6-80.6-81.6c-14.2 0-28.1 3.8-40.3 10.9c-38.3 22.4-51.6 72.7-29.5 111.4zm-91.2-54.6c44.2 0 80.5-36.8 80.5-81.6s-36.4-81.6-80.6-81.6s-80.6 36.8-80.6 81.6c0 44.7 36.4 81.6 80.6 81.6z"/></svg>
</template>

CSS

.icon-unison {
  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%22M499.1%20225.7c-3.7-3.5-5.2-8.7-3.9-13.6c1.2-4.9%205-8.7%209.9-10c4.9-1.2%2010.1.2%2013.6%203.9c3.7%203.5%205.2%208.7%203.9%2013.6c-1.2%204.9-5%208.7-9.9%2010c-4.9%201.2-10.1-.2-13.6-3.9m-65.4-63.9c10.4%202.1%2020.6%205.2%2030.4%209.2c6.8%202.8%2010.1%2010.8%207.3%2017.7c-2.8%206.7-10.9%2010.1-17.6%207.3c-8.3-3.4-16.8-5.8-25.7-7.8c-8.6-1.7-17.3-2.5-26-2.5c-19.3%200-37.1-10.3-46.7-27c-8.7-15.1-20.6-28.9-34.7-39.7c-59.1-45.5-143.8-34.3-189.2%2025c-2.6%203.3-6.5%205.3-10.7%205.3c-7.4%200-13.5-6.1-13.5-13.5c0-3.2%201.2-6.3%203.2-8.8c12.9-16.7%2028.9-30.7%2047.1-41.2C235%2041%20334%2067.6%20378.7%20145.2c4.3%208.2%2013.7%2013.3%2022.8%2013.5c10.8%200%2021.6%201%2032.2%203.1M99%20334c4.6-8.2%204.6-18.2%200-26.4c-21.9-36.5-27.3-82.3-16.3-123.2c1.6-5.9%206.9-10%2013-10c8.7%200%2015.3%208.7%2013%2017c-9.5%2035.4-3.4%2071%2013.7%20102.9c9.3%2016.5%209.3%2036.7%200%2053.1c-8.7%2015.7-14.8%2032.4-17.2%2050.3c-9.7%2073.9%2042.3%20141.7%20116.2%20151.4c7.3%201%2012.6%207.9%2011.6%2015.2s-7.8%2012.6-15.1%2011.6c-21.1-2.8-41.4-9.7-59.8-20.3C82.5%20512%2053.2%20409.8%2098.9%20334.1zm181.9%20239c-7.4%202-15.1-2.4-17.1-9.8s2.5-15%209.9-16.9c8.5-2.2%2017.4%204.5%2017.4%2013.4c0%206.2-4.2%2011.6-10.2%2013.3m122.3-91c-9.5%200-18.4%205-23.2%2013.2c-4.9%209.4-11.7%2018.2-18.7%2026.2c-7.1%208-14.8%2015.2-23.2%2021.7c-5.9%204.5-14.4%203.4-19-2.5s-3.4-14.4%202.5-18.9c7-5.4%2013.5-11.5%2019.4-18.1s11.1-13.8%2015.5-21.6c9.7-16.7%2027.5-27%2046.8-27c17.8%200%2035.4-3.5%2051.8-10.3c68.3-28.3%20101.1-108.3%2073.2-176.5c-.6-1.6-1-3.3-1-5c0-7.4%206.1-13.5%2013.5-13.5c5.4%200%2010.3%203.2%2012.4%208.2c8.2%2019.7%2012.4%2040.8%2012.4%2062.1c0%2089.5-72.7%20162.1-162.4%20162.1zm-13.1-268c3.9-.4%207.9-.6%2011.9-.6c59.3%200%20108.2%2048.7%20108.2%20107.8S461.3%20429%20402%20429c-4%200-7.9-.2-11.8-.6c-22.2-1.7-43.3%2010.4-52.9%2030.4c-17.2%2039.1-56.2%2064.5-99.1%2064.5c-59.3%200-108.2-48.7-108.2-107.8c0-23.2%207.5-45.7%2021.4-64.3c12.2-18.3%2012.1-42.3-.4-60.5c-13.6-18.5-20.9-40.8-20.9-63.7c0-59.1%2048.8-107.8%20108.2-107.8c42.8%200%2081.8%2025.4%2099%2064.4c9.6%2020%2030.7%2032.1%2052.9%2030.4zM170.8%20457.4c14.4%2025.2%2041.1%2040.8%2069.8%2040.8c44.2%200%2080.6-36.8%2080.6-81.6S284.8%20335%20240.6%20335c-14.2%200-28.1%203.8-40.3%2010.9c-38.3%2022.4-51.6%2072.7-29.5%20111.4zM332%20362c14.4%2025.2%2041.1%2040.8%2069.8%2040.8c44.2%200%2080.6-36.8%2080.6-81.6s-36.4-81.6-80.6-81.6c-14.2%200-28.1%203.8-40.3%2010.9c-38.3%2022.4-51.6%2072.7-29.5%20111.4zm-91.2-54.6c44.2%200%2080.5-36.8%2080.5-81.6s-36.4-81.6-80.6-81.6s-80.6%2036.8-80.6%2081.6c0%2044.7%2036.4%2081.6%2080.6%2081.6z%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%22M499.1%20225.7c-3.7-3.5-5.2-8.7-3.9-13.6c1.2-4.9%205-8.7%209.9-10c4.9-1.2%2010.1.2%2013.6%203.9c3.7%203.5%205.2%208.7%203.9%2013.6c-1.2%204.9-5%208.7-9.9%2010c-4.9%201.2-10.1-.2-13.6-3.9m-65.4-63.9c10.4%202.1%2020.6%205.2%2030.4%209.2c6.8%202.8%2010.1%2010.8%207.3%2017.7c-2.8%206.7-10.9%2010.1-17.6%207.3c-8.3-3.4-16.8-5.8-25.7-7.8c-8.6-1.7-17.3-2.5-26-2.5c-19.3%200-37.1-10.3-46.7-27c-8.7-15.1-20.6-28.9-34.7-39.7c-59.1-45.5-143.8-34.3-189.2%2025c-2.6%203.3-6.5%205.3-10.7%205.3c-7.4%200-13.5-6.1-13.5-13.5c0-3.2%201.2-6.3%203.2-8.8c12.9-16.7%2028.9-30.7%2047.1-41.2C235%2041%20334%2067.6%20378.7%20145.2c4.3%208.2%2013.7%2013.3%2022.8%2013.5c10.8%200%2021.6%201%2032.2%203.1M99%20334c4.6-8.2%204.6-18.2%200-26.4c-21.9-36.5-27.3-82.3-16.3-123.2c1.6-5.9%206.9-10%2013-10c8.7%200%2015.3%208.7%2013%2017c-9.5%2035.4-3.4%2071%2013.7%20102.9c9.3%2016.5%209.3%2036.7%200%2053.1c-8.7%2015.7-14.8%2032.4-17.2%2050.3c-9.7%2073.9%2042.3%20141.7%20116.2%20151.4c7.3%201%2012.6%207.9%2011.6%2015.2s-7.8%2012.6-15.1%2011.6c-21.1-2.8-41.4-9.7-59.8-20.3C82.5%20512%2053.2%20409.8%2098.9%20334.1zm181.9%20239c-7.4%202-15.1-2.4-17.1-9.8s2.5-15%209.9-16.9c8.5-2.2%2017.4%204.5%2017.4%2013.4c0%206.2-4.2%2011.6-10.2%2013.3m122.3-91c-9.5%200-18.4%205-23.2%2013.2c-4.9%209.4-11.7%2018.2-18.7%2026.2c-7.1%208-14.8%2015.2-23.2%2021.7c-5.9%204.5-14.4%203.4-19-2.5s-3.4-14.4%202.5-18.9c7-5.4%2013.5-11.5%2019.4-18.1s11.1-13.8%2015.5-21.6c9.7-16.7%2027.5-27%2046.8-27c17.8%200%2035.4-3.5%2051.8-10.3c68.3-28.3%20101.1-108.3%2073.2-176.5c-.6-1.6-1-3.3-1-5c0-7.4%206.1-13.5%2013.5-13.5c5.4%200%2010.3%203.2%2012.4%208.2c8.2%2019.7%2012.4%2040.8%2012.4%2062.1c0%2089.5-72.7%20162.1-162.4%20162.1zm-13.1-268c3.9-.4%207.9-.6%2011.9-.6c59.3%200%20108.2%2048.7%20108.2%20107.8S461.3%20429%20402%20429c-4%200-7.9-.2-11.8-.6c-22.2-1.7-43.3%2010.4-52.9%2030.4c-17.2%2039.1-56.2%2064.5-99.1%2064.5c-59.3%200-108.2-48.7-108.2-107.8c0-23.2%207.5-45.7%2021.4-64.3c12.2-18.3%2012.1-42.3-.4-60.5c-13.6-18.5-20.9-40.8-20.9-63.7c0-59.1%2048.8-107.8%20108.2-107.8c42.8%200%2081.8%2025.4%2099%2064.4c9.6%2020%2030.7%2032.1%2052.9%2030.4zM170.8%20457.4c14.4%2025.2%2041.1%2040.8%2069.8%2040.8c44.2%200%2080.6-36.8%2080.6-81.6S284.8%20335%20240.6%20335c-14.2%200-28.1%203.8-40.3%2010.9c-38.3%2022.4-51.6%2072.7-29.5%20111.4zM332%20362c14.4%2025.2%2041.1%2040.8%2069.8%2040.8c44.2%200%2080.6-36.8%2080.6-81.6s-36.4-81.6-80.6-81.6c-14.2%200-28.1%203.8-40.3%2010.9c-38.3%2022.4-51.6%2072.7-29.5%20111.4zm-91.2-54.6c44.2%200%2080.5-36.8%2080.5-81.6s-36.4-81.6-80.6-81.6s-80.6%2036.8-80.6%2081.6c0%2044.7%2036.4%2081.6%2080.6%2081.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/unison.svg?color=%231a73e8&size=48