unite-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
unite-bold
Set
Phosphor
Style
Bold
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="M178 78A84 84 0 1 0 78 178A84 84 0 1 0 178 78m42 82a61 61 0 0 1-.38 6.65l-44-44a83.3 83.3 0 0 0 4-19.34A60.09 60.09 0 0 1 220 160m-74-30.94L126.94 110a59.57 59.57 0 0 1 28.9-9.81a59.57 59.57 0 0 1-9.84 28.87m-36-2.12L129.06 146a59.57 59.57 0 0 1-28.9 9.81a59.57 59.57 0 0 1 9.84-28.87m42.7-50.6a83.3 83.3 0 0 0-19.34 4l-44-44A61 61 0 0 1 96 36a60.09 60.09 0 0 1 56.67 40.34ZM64.19 45.16l46.73 46.73a85 85 0 0 0-19 19l-46.76-46.7a60.45 60.45 0 0 1 19.03-19.03M36 96a61 61 0 0 1 .38-6.65l44 44a83.3 83.3 0 0 0-4 19.34A60.09 60.09 0 0 1 36 96m67.33 83.66a83.3 83.3 0 0 0 19.34-4l44 44a61 61 0 0 1-6.67.34a60.09 60.09 0 0 1-56.67-40.34m88.48 31.18l-46.73-46.73a85 85 0 0 0 19-19l46.73 46.73a60.45 60.45 0 0 1-19 19"/></svg>

React

import type { SVGProps } from "react";

export function PhUniteBold(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="M178 78A84 84 0 1 0 78 178A84 84 0 1 0 178 78m42 82a61 61 0 0 1-.38 6.65l-44-44a83.3 83.3 0 0 0 4-19.34A60.09 60.09 0 0 1 220 160m-74-30.94L126.94 110a59.57 59.57 0 0 1 28.9-9.81a59.57 59.57 0 0 1-9.84 28.87m-36-2.12L129.06 146a59.57 59.57 0 0 1-28.9 9.81a59.57 59.57 0 0 1 9.84-28.87m42.7-50.6a83.3 83.3 0 0 0-19.34 4l-44-44A61 61 0 0 1 96 36a60.09 60.09 0 0 1 56.67 40.34ZM64.19 45.16l46.73 46.73a85 85 0 0 0-19 19l-46.76-46.7a60.45 60.45 0 0 1 19.03-19.03M36 96a61 61 0 0 1 .38-6.65l44 44a83.3 83.3 0 0 0-4 19.34A60.09 60.09 0 0 1 36 96m67.33 83.66a83.3 83.3 0 0 0 19.34-4l44 44a61 61 0 0 1-6.67.34a60.09 60.09 0 0 1-56.67-40.34m88.48 31.18l-46.73-46.73a85 85 0 0 0 19-19l46.73 46.73a60.45 60.45 0 0 1-19 19"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M178 78A84 84 0 1 0 78 178A84 84 0 1 0 178 78m42 82a61 61 0 0 1-.38 6.65l-44-44a83.3 83.3 0 0 0 4-19.34A60.09 60.09 0 0 1 220 160m-74-30.94L126.94 110a59.57 59.57 0 0 1 28.9-9.81a59.57 59.57 0 0 1-9.84 28.87m-36-2.12L129.06 146a59.57 59.57 0 0 1-28.9 9.81a59.57 59.57 0 0 1 9.84-28.87m42.7-50.6a83.3 83.3 0 0 0-19.34 4l-44-44A61 61 0 0 1 96 36a60.09 60.09 0 0 1 56.67 40.34ZM64.19 45.16l46.73 46.73a85 85 0 0 0-19 19l-46.76-46.7a60.45 60.45 0 0 1 19.03-19.03M36 96a61 61 0 0 1 .38-6.65l44 44a83.3 83.3 0 0 0-4 19.34A60.09 60.09 0 0 1 36 96m67.33 83.66a83.3 83.3 0 0 0 19.34-4l44 44a61 61 0 0 1-6.67.34a60.09 60.09 0 0 1-56.67-40.34m88.48 31.18l-46.73-46.73a85 85 0 0 0 19-19l46.73 46.73a60.45 60.45 0 0 1-19 19"/></svg>
</template>

CSS

.icon-unite-bold {
  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%22M178%2078A84%2084%200%201%200%2078%20178A84%2084%200%201%200%20178%2078m42%2082a61%2061%200%200%201-.38%206.65l-44-44a83.3%2083.3%200%200%200%204-19.34A60.09%2060.09%200%200%201%20220%20160m-74-30.94L126.94%20110a59.57%2059.57%200%200%201%2028.9-9.81a59.57%2059.57%200%200%201-9.84%2028.87m-36-2.12L129.06%20146a59.57%2059.57%200%200%201-28.9%209.81a59.57%2059.57%200%200%201%209.84-28.87m42.7-50.6a83.3%2083.3%200%200%200-19.34%204l-44-44A61%2061%200%200%201%2096%2036a60.09%2060.09%200%200%201%2056.67%2040.34ZM64.19%2045.16l46.73%2046.73a85%2085%200%200%200-19%2019l-46.76-46.7a60.45%2060.45%200%200%201%2019.03-19.03M36%2096a61%2061%200%200%201%20.38-6.65l44%2044a83.3%2083.3%200%200%200-4%2019.34A60.09%2060.09%200%200%201%2036%2096m67.33%2083.66a83.3%2083.3%200%200%200%2019.34-4l44%2044a61%2061%200%200%201-6.67.34a60.09%2060.09%200%200%201-56.67-40.34m88.48%2031.18l-46.73-46.73a85%2085%200%200%200%2019-19l46.73%2046.73a60.45%2060.45%200%200%201-19%2019%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%22M178%2078A84%2084%200%201%200%2078%20178A84%2084%200%201%200%20178%2078m42%2082a61%2061%200%200%201-.38%206.65l-44-44a83.3%2083.3%200%200%200%204-19.34A60.09%2060.09%200%200%201%20220%20160m-74-30.94L126.94%20110a59.57%2059.57%200%200%201%2028.9-9.81a59.57%2059.57%200%200%201-9.84%2028.87m-36-2.12L129.06%20146a59.57%2059.57%200%200%201-28.9%209.81a59.57%2059.57%200%200%201%209.84-28.87m42.7-50.6a83.3%2083.3%200%200%200-19.34%204l-44-44A61%2061%200%200%201%2096%2036a60.09%2060.09%200%200%201%2056.67%2040.34ZM64.19%2045.16l46.73%2046.73a85%2085%200%200%200-19%2019l-46.76-46.7a60.45%2060.45%200%200%201%2019.03-19.03M36%2096a61%2061%200%200%201%20.38-6.65l44%2044a83.3%2083.3%200%200%200-4%2019.34A60.09%2060.09%200%200%201%2036%2096m67.33%2083.66a83.3%2083.3%200%200%200%2019.34-4l44%2044a61%2061%200%200%201-6.67.34a60.09%2060.09%200%200%201-56.67-40.34m88.48%2031.18l-46.73-46.73a85%2085%200%200%200%2019-19l46.73%2046.73a60.45%2060.45%200%200%201-19%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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