unite-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
unite-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the unite icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M171.17 84.83a76 76 0 1 0-86.34 86.34a76 76 0 1 0 86.34-86.34M228 160a68.6 68.6 0 0 1-1.27 13.07l-57.34-57.34A76 76 0 0 0 172 96c0-1 0-2-.07-2.93A68.1 68.1 0 0 1 228 160M45.2 50.86l58.34 58.33a76.4 76.4 0 0 0-14.09 22.6L31.67 74A68.1 68.1 0 0 1 45.2 50.86M74 31.67l57.78 57.78a76.4 76.4 0 0 0-22.6 14.09L50.86 45.2A68.1 68.1 0 0 1 74 31.67M164 96a67.6 67.6 0 0 1-7.45 30.89l-27.44-27.44A67.6 67.6 0 0 1 160 92c1.3 0 2.6 0 3.88.12c.12 1.28.12 2.58.12 3.88m-30 56.36L103.64 122A68.7 68.7 0 0 1 122 103.64L152.36 134A68.7 68.7 0 0 1 134 152.36M92 160a67.6 67.6 0 0 1 7.45-30.89l27.44 27.44A67.6 67.6 0 0 1 96 164c-1.3 0-2.6-.05-3.88-.12c-.07-1.28-.12-2.58-.12-3.88m54.81-7.54l58.33 58.34A68.1 68.1 0 0 1 182 224.33l-57.78-57.78a76.4 76.4 0 0 0 22.59-14.09m5.65-5.65a76.4 76.4 0 0 0 14.09-22.6L224.33 182a68.1 68.1 0 0 1-13.53 23.15Zm10.47-62.74c-1 0-2-.07-2.93-.07a76 76 0 0 0-19.73 2.61L82.93 29.27a68 68 0 0 1 80 54.8M28 96a68.6 68.6 0 0 1 1.27-13.07l57.34 57.34A76 76 0 0 0 84 160c0 1 0 2 .07 2.93A68.1 68.1 0 0 1 28 96m65.07 75.93c1 0 2 .07 2.93.07a76 76 0 0 0 19.73-2.61l57.34 57.34a68 68 0 0 1-80-54.8"/></svg>

React

import type { SVGProps } from "react";

export function PhUniteThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M171.17 84.83a76 76 0 1 0-86.34 86.34a76 76 0 1 0 86.34-86.34M228 160a68.6 68.6 0 0 1-1.27 13.07l-57.34-57.34A76 76 0 0 0 172 96c0-1 0-2-.07-2.93A68.1 68.1 0 0 1 228 160M45.2 50.86l58.34 58.33a76.4 76.4 0 0 0-14.09 22.6L31.67 74A68.1 68.1 0 0 1 45.2 50.86M74 31.67l57.78 57.78a76.4 76.4 0 0 0-22.6 14.09L50.86 45.2A68.1 68.1 0 0 1 74 31.67M164 96a67.6 67.6 0 0 1-7.45 30.89l-27.44-27.44A67.6 67.6 0 0 1 160 92c1.3 0 2.6 0 3.88.12c.12 1.28.12 2.58.12 3.88m-30 56.36L103.64 122A68.7 68.7 0 0 1 122 103.64L152.36 134A68.7 68.7 0 0 1 134 152.36M92 160a67.6 67.6 0 0 1 7.45-30.89l27.44 27.44A67.6 67.6 0 0 1 96 164c-1.3 0-2.6-.05-3.88-.12c-.07-1.28-.12-2.58-.12-3.88m54.81-7.54l58.33 58.34A68.1 68.1 0 0 1 182 224.33l-57.78-57.78a76.4 76.4 0 0 0 22.59-14.09m5.65-5.65a76.4 76.4 0 0 0 14.09-22.6L224.33 182a68.1 68.1 0 0 1-13.53 23.15Zm10.47-62.74c-1 0-2-.07-2.93-.07a76 76 0 0 0-19.73 2.61L82.93 29.27a68 68 0 0 1 80 54.8M28 96a68.6 68.6 0 0 1 1.27-13.07l57.34 57.34A76 76 0 0 0 84 160c0 1 0 2 .07 2.93A68.1 68.1 0 0 1 28 96m65.07 75.93c1 0 2 .07 2.93.07a76 76 0 0 0 19.73-2.61l57.34 57.34a68 68 0 0 1-80-54.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M171.17 84.83a76 76 0 1 0-86.34 86.34a76 76 0 1 0 86.34-86.34M228 160a68.6 68.6 0 0 1-1.27 13.07l-57.34-57.34A76 76 0 0 0 172 96c0-1 0-2-.07-2.93A68.1 68.1 0 0 1 228 160M45.2 50.86l58.34 58.33a76.4 76.4 0 0 0-14.09 22.6L31.67 74A68.1 68.1 0 0 1 45.2 50.86M74 31.67l57.78 57.78a76.4 76.4 0 0 0-22.6 14.09L50.86 45.2A68.1 68.1 0 0 1 74 31.67M164 96a67.6 67.6 0 0 1-7.45 30.89l-27.44-27.44A67.6 67.6 0 0 1 160 92c1.3 0 2.6 0 3.88.12c.12 1.28.12 2.58.12 3.88m-30 56.36L103.64 122A68.7 68.7 0 0 1 122 103.64L152.36 134A68.7 68.7 0 0 1 134 152.36M92 160a67.6 67.6 0 0 1 7.45-30.89l27.44 27.44A67.6 67.6 0 0 1 96 164c-1.3 0-2.6-.05-3.88-.12c-.07-1.28-.12-2.58-.12-3.88m54.81-7.54l58.33 58.34A68.1 68.1 0 0 1 182 224.33l-57.78-57.78a76.4 76.4 0 0 0 22.59-14.09m5.65-5.65a76.4 76.4 0 0 0 14.09-22.6L224.33 182a68.1 68.1 0 0 1-13.53 23.15Zm10.47-62.74c-1 0-2-.07-2.93-.07a76 76 0 0 0-19.73 2.61L82.93 29.27a68 68 0 0 1 80 54.8M28 96a68.6 68.6 0 0 1 1.27-13.07l57.34 57.34A76 76 0 0 0 84 160c0 1 0 2 .07 2.93A68.1 68.1 0 0 1 28 96m65.07 75.93c1 0 2 .07 2.93.07a76 76 0 0 0 19.73-2.61l57.34 57.34a68 68 0 0 1-80-54.8"/></svg>
</template>

CSS

.icon-unite-thin {
  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%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M171.17%2084.83a76%2076%200%201%200-86.34%2086.34a76%2076%200%201%200%2086.34-86.34M228%20160a68.6%2068.6%200%200%201-1.27%2013.07l-57.34-57.34A76%2076%200%200%200%20172%2096c0-1%200-2-.07-2.93A68.1%2068.1%200%200%201%20228%20160M45.2%2050.86l58.34%2058.33a76.4%2076.4%200%200%200-14.09%2022.6L31.67%2074A68.1%2068.1%200%200%201%2045.2%2050.86M74%2031.67l57.78%2057.78a76.4%2076.4%200%200%200-22.6%2014.09L50.86%2045.2A68.1%2068.1%200%200%201%2074%2031.67M164%2096a67.6%2067.6%200%200%201-7.45%2030.89l-27.44-27.44A67.6%2067.6%200%200%201%20160%2092c1.3%200%202.6%200%203.88.12c.12%201.28.12%202.58.12%203.88m-30%2056.36L103.64%20122A68.7%2068.7%200%200%201%20122%20103.64L152.36%20134A68.7%2068.7%200%200%201%20134%20152.36M92%20160a67.6%2067.6%200%200%201%207.45-30.89l27.44%2027.44A67.6%2067.6%200%200%201%2096%20164c-1.3%200-2.6-.05-3.88-.12c-.07-1.28-.12-2.58-.12-3.88m54.81-7.54l58.33%2058.34A68.1%2068.1%200%200%201%20182%20224.33l-57.78-57.78a76.4%2076.4%200%200%200%2022.59-14.09m5.65-5.65a76.4%2076.4%200%200%200%2014.09-22.6L224.33%20182a68.1%2068.1%200%200%201-13.53%2023.15Zm10.47-62.74c-1%200-2-.07-2.93-.07a76%2076%200%200%200-19.73%202.61L82.93%2029.27a68%2068%200%200%201%2080%2054.8M28%2096a68.6%2068.6%200%200%201%201.27-13.07l57.34%2057.34A76%2076%200%200%200%2084%20160c0%201%200%202%20.07%202.93A68.1%2068.1%200%200%201%2028%2096m65.07%2075.93c1%200%202%20.07%202.93.07a76%2076%200%200%200%2019.73-2.61l57.34%2057.34a68%2068%200%200%201-80-54.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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M171.17%2084.83a76%2076%200%201%200-86.34%2086.34a76%2076%200%201%200%2086.34-86.34M228%20160a68.6%2068.6%200%200%201-1.27%2013.07l-57.34-57.34A76%2076%200%200%200%20172%2096c0-1%200-2-.07-2.93A68.1%2068.1%200%200%201%20228%20160M45.2%2050.86l58.34%2058.33a76.4%2076.4%200%200%200-14.09%2022.6L31.67%2074A68.1%2068.1%200%200%201%2045.2%2050.86M74%2031.67l57.78%2057.78a76.4%2076.4%200%200%200-22.6%2014.09L50.86%2045.2A68.1%2068.1%200%200%201%2074%2031.67M164%2096a67.6%2067.6%200%200%201-7.45%2030.89l-27.44-27.44A67.6%2067.6%200%200%201%20160%2092c1.3%200%202.6%200%203.88.12c.12%201.28.12%202.58.12%203.88m-30%2056.36L103.64%20122A68.7%2068.7%200%200%201%20122%20103.64L152.36%20134A68.7%2068.7%200%200%201%20134%20152.36M92%20160a67.6%2067.6%200%200%201%207.45-30.89l27.44%2027.44A67.6%2067.6%200%200%201%2096%20164c-1.3%200-2.6-.05-3.88-.12c-.07-1.28-.12-2.58-.12-3.88m54.81-7.54l58.33%2058.34A68.1%2068.1%200%200%201%20182%20224.33l-57.78-57.78a76.4%2076.4%200%200%200%2022.59-14.09m5.65-5.65a76.4%2076.4%200%200%200%2014.09-22.6L224.33%20182a68.1%2068.1%200%200%201-13.53%2023.15Zm10.47-62.74c-1%200-2-.07-2.93-.07a76%2076%200%200%200-19.73%202.61L82.93%2029.27a68%2068%200%200%201%2080%2054.8M28%2096a68.6%2068.6%200%200%201%201.27-13.07l57.34%2057.34A76%2076%200%200%200%2084%20160c0%201%200%202%20.07%202.93A68.1%2068.1%200%200%201%2028%2096m65.07%2075.93c1%200%202%20.07%202.93.07a76%2076%200%200%200%2019.73-2.61l57.34%2057.34a68%2068%200%200%201-80-54.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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