intersect three icon

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

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

5 other variants in Phosphor

Related icons in Phosphor

Use the intersect three icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M191.69 98.3c.2-2.07.31-4.17.31-6.3a64 64 0 0 0-128 0c0 2.13.11 4.23.31 6.3A64 64 0 1 0 128 208.88A64 64 0 1 0 191.69 98.3M72 92a56 56 0 0 1 112 0c0 1.07 0 2.13-.1 3.18a63.84 63.84 0 0 0-55.9 7.94a63.84 63.84 0 0 0-55.9-7.94C72 94.13 72 93.07 72 92m76 64a55.88 55.88 0 0 1-20 42.85A55.88 55.88 0 0 1 108 156c0-1.07 0-2.13.1-3.18a63.86 63.86 0 0 0 39.8 0c.1 1.05.1 2.11.1 3.18m-20-8a55.6 55.6 0 0 1-18.86-3.28A56.06 56.06 0 0 1 128 113.15a56.06 56.06 0 0 1 18.86 31.57A55.6 55.6 0 0 1 128 148m-26.3-6.58a56.18 56.18 0 0 1-28.56-38.14a55.87 55.87 0 0 1 48.21 5a64.06 64.06 0 0 0-19.65 33.14m33-33.09a55.87 55.87 0 0 1 48.21-5a56.18 56.18 0 0 1-28.56 38.14a64.06 64.06 0 0 0-19.7-33.14ZM92 212a56 56 0 0 1-26.3-105.42a64.26 64.26 0 0 0 34.61 43.12c-.2 2.07-.31 4.17-.31 6.3a63.87 63.87 0 0 0 21.35 47.67A55.7 55.7 0 0 1 92 212m72 0a55.7 55.7 0 0 1-29.35-8.33A63.87 63.87 0 0 0 156 156c0-2.13-.11-4.23-.31-6.3a64.26 64.26 0 0 0 34.61-43.12A56 56 0 0 1 164 212"/></svg>

React

import type { SVGProps } from "react";

export function PhIntersectThreeThin(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="M191.69 98.3c.2-2.07.31-4.17.31-6.3a64 64 0 0 0-128 0c0 2.13.11 4.23.31 6.3A64 64 0 1 0 128 208.88A64 64 0 1 0 191.69 98.3M72 92a56 56 0 0 1 112 0c0 1.07 0 2.13-.1 3.18a63.84 63.84 0 0 0-55.9 7.94a63.84 63.84 0 0 0-55.9-7.94C72 94.13 72 93.07 72 92m76 64a55.88 55.88 0 0 1-20 42.85A55.88 55.88 0 0 1 108 156c0-1.07 0-2.13.1-3.18a63.86 63.86 0 0 0 39.8 0c.1 1.05.1 2.11.1 3.18m-20-8a55.6 55.6 0 0 1-18.86-3.28A56.06 56.06 0 0 1 128 113.15a56.06 56.06 0 0 1 18.86 31.57A55.6 55.6 0 0 1 128 148m-26.3-6.58a56.18 56.18 0 0 1-28.56-38.14a55.87 55.87 0 0 1 48.21 5a64.06 64.06 0 0 0-19.65 33.14m33-33.09a55.87 55.87 0 0 1 48.21-5a56.18 56.18 0 0 1-28.56 38.14a64.06 64.06 0 0 0-19.7-33.14ZM92 212a56 56 0 0 1-26.3-105.42a64.26 64.26 0 0 0 34.61 43.12c-.2 2.07-.31 4.17-.31 6.3a63.87 63.87 0 0 0 21.35 47.67A55.7 55.7 0 0 1 92 212m72 0a55.7 55.7 0 0 1-29.35-8.33A63.87 63.87 0 0 0 156 156c0-2.13-.11-4.23-.31-6.3a64.26 64.26 0 0 0 34.61-43.12A56 56 0 0 1 164 212"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M191.69 98.3c.2-2.07.31-4.17.31-6.3a64 64 0 0 0-128 0c0 2.13.11 4.23.31 6.3A64 64 0 1 0 128 208.88A64 64 0 1 0 191.69 98.3M72 92a56 56 0 0 1 112 0c0 1.07 0 2.13-.1 3.18a63.84 63.84 0 0 0-55.9 7.94a63.84 63.84 0 0 0-55.9-7.94C72 94.13 72 93.07 72 92m76 64a55.88 55.88 0 0 1-20 42.85A55.88 55.88 0 0 1 108 156c0-1.07 0-2.13.1-3.18a63.86 63.86 0 0 0 39.8 0c.1 1.05.1 2.11.1 3.18m-20-8a55.6 55.6 0 0 1-18.86-3.28A56.06 56.06 0 0 1 128 113.15a56.06 56.06 0 0 1 18.86 31.57A55.6 55.6 0 0 1 128 148m-26.3-6.58a56.18 56.18 0 0 1-28.56-38.14a55.87 55.87 0 0 1 48.21 5a64.06 64.06 0 0 0-19.65 33.14m33-33.09a55.87 55.87 0 0 1 48.21-5a56.18 56.18 0 0 1-28.56 38.14a64.06 64.06 0 0 0-19.7-33.14ZM92 212a56 56 0 0 1-26.3-105.42a64.26 64.26 0 0 0 34.61 43.12c-.2 2.07-.31 4.17-.31 6.3a63.87 63.87 0 0 0 21.35 47.67A55.7 55.7 0 0 1 92 212m72 0a55.7 55.7 0 0 1-29.35-8.33A63.87 63.87 0 0 0 156 156c0-2.13-.11-4.23-.31-6.3a64.26 64.26 0 0 0 34.61-43.12A56 56 0 0 1 164 212"/></svg>
</template>

CSS

.icon-intersect-three-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%22M191.69%2098.3c.2-2.07.31-4.17.31-6.3a64%2064%200%200%200-128%200c0%202.13.11%204.23.31%206.3A64%2064%200%201%200%20128%20208.88A64%2064%200%201%200%20191.69%2098.3M72%2092a56%2056%200%200%201%20112%200c0%201.07%200%202.13-.1%203.18a63.84%2063.84%200%200%200-55.9%207.94a63.84%2063.84%200%200%200-55.9-7.94C72%2094.13%2072%2093.07%2072%2092m76%2064a55.88%2055.88%200%200%201-20%2042.85A55.88%2055.88%200%200%201%20108%20156c0-1.07%200-2.13.1-3.18a63.86%2063.86%200%200%200%2039.8%200c.1%201.05.1%202.11.1%203.18m-20-8a55.6%2055.6%200%200%201-18.86-3.28A56.06%2056.06%200%200%201%20128%20113.15a56.06%2056.06%200%200%201%2018.86%2031.57A55.6%2055.6%200%200%201%20128%20148m-26.3-6.58a56.18%2056.18%200%200%201-28.56-38.14a55.87%2055.87%200%200%201%2048.21%205a64.06%2064.06%200%200%200-19.65%2033.14m33-33.09a55.87%2055.87%200%200%201%2048.21-5a56.18%2056.18%200%200%201-28.56%2038.14a64.06%2064.06%200%200%200-19.7-33.14ZM92%20212a56%2056%200%200%201-26.3-105.42a64.26%2064.26%200%200%200%2034.61%2043.12c-.2%202.07-.31%204.17-.31%206.3a63.87%2063.87%200%200%200%2021.35%2047.67A55.7%2055.7%200%200%201%2092%20212m72%200a55.7%2055.7%200%200%201-29.35-8.33A63.87%2063.87%200%200%200%20156%20156c0-2.13-.11-4.23-.31-6.3a64.26%2064.26%200%200%200%2034.61-43.12A56%2056%200%200%201%20164%20212%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%22M191.69%2098.3c.2-2.07.31-4.17.31-6.3a64%2064%200%200%200-128%200c0%202.13.11%204.23.31%206.3A64%2064%200%201%200%20128%20208.88A64%2064%200%201%200%20191.69%2098.3M72%2092a56%2056%200%200%201%20112%200c0%201.07%200%202.13-.1%203.18a63.84%2063.84%200%200%200-55.9%207.94a63.84%2063.84%200%200%200-55.9-7.94C72%2094.13%2072%2093.07%2072%2092m76%2064a55.88%2055.88%200%200%201-20%2042.85A55.88%2055.88%200%200%201%20108%20156c0-1.07%200-2.13.1-3.18a63.86%2063.86%200%200%200%2039.8%200c.1%201.05.1%202.11.1%203.18m-20-8a55.6%2055.6%200%200%201-18.86-3.28A56.06%2056.06%200%200%201%20128%20113.15a56.06%2056.06%200%200%201%2018.86%2031.57A55.6%2055.6%200%200%201%20128%20148m-26.3-6.58a56.18%2056.18%200%200%201-28.56-38.14a55.87%2055.87%200%200%201%2048.21%205a64.06%2064.06%200%200%200-19.65%2033.14m33-33.09a55.87%2055.87%200%200%201%2048.21-5a56.18%2056.18%200%200%201-28.56%2038.14a64.06%2064.06%200%200%200-19.7-33.14ZM92%20212a56%2056%200%200%201-26.3-105.42a64.26%2064.26%200%200%200%2034.61%2043.12c-.2%202.07-.31%204.17-.31%206.3a63.87%2063.87%200%200%200%2021.35%2047.67A55.7%2055.7%200%200%201%2092%20212m72%200a55.7%2055.7%200%200%201-29.35-8.33A63.87%2063.87%200%200%200%20156%20156c0-2.13-.11-4.23-.31-6.3a64.26%2064.26%200%200%200%2034.61-43.12A56%2056%200%200%201%20164%20212%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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