intersect three icon
intersect-three-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- intersect-three-light
- Set
- Phosphor
- Style
- Light
- 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="M193.78 97.13c.13-1.69.22-3.4.22-5.13a66 66 0 0 0-132 0c0 1.73.09 3.44.22 5.13A66 66 0 1 0 128 211.27a66 66 0 1 0 65.78-114.14M74 92a54 54 0 0 1 108 0v.51a65.75 65.75 0 0 0-54 8.22a65.75 65.75 0 0 0-54-8.22zm72 64a53.88 53.88 0 0 1-18 40.21A53.88 53.88 0 0 1 110 156v-.51a65.73 65.73 0 0 0 36 0zm-18-10a53.6 53.6 0 0 1-16.5-2.59a54.1 54.1 0 0 1 16.5-27.62a54.1 54.1 0 0 1 16.5 27.62A53.6 53.6 0 0 1 128 146m-27.6-7.61a54.14 54.14 0 0 1-24.9-33.8a53.85 53.85 0 0 1 42.5 4.12a66.1 66.1 0 0 0-17.6 29.68m37.6-29.68a53.85 53.85 0 0 1 42.53-4.12a54.14 54.14 0 0 1-24.9 33.8A66.1 66.1 0 0 0 138 108.71M92 210a54 54 0 0 1-27.6-100.39a66.3 66.3 0 0 0 33.82 41.26c-.13 1.69-.22 3.4-.22 5.13a65.8 65.8 0 0 0 20 47.29A53.64 53.64 0 0 1 92 210m72 0a53.64 53.64 0 0 1-26-6.71A65.8 65.8 0 0 0 158 156c0-1.73-.09-3.44-.22-5.13a66.3 66.3 0 0 0 33.82-41.26A54 54 0 0 1 164 210"/></svg>
React
import type { SVGProps } from "react";
export function PhIntersectThreeLight(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="M193.78 97.13c.13-1.69.22-3.4.22-5.13a66 66 0 0 0-132 0c0 1.73.09 3.44.22 5.13A66 66 0 1 0 128 211.27a66 66 0 1 0 65.78-114.14M74 92a54 54 0 0 1 108 0v.51a65.75 65.75 0 0 0-54 8.22a65.75 65.75 0 0 0-54-8.22zm72 64a53.88 53.88 0 0 1-18 40.21A53.88 53.88 0 0 1 110 156v-.51a65.73 65.73 0 0 0 36 0zm-18-10a53.6 53.6 0 0 1-16.5-2.59a54.1 54.1 0 0 1 16.5-27.62a54.1 54.1 0 0 1 16.5 27.62A53.6 53.6 0 0 1 128 146m-27.6-7.61a54.14 54.14 0 0 1-24.9-33.8a53.85 53.85 0 0 1 42.5 4.12a66.1 66.1 0 0 0-17.6 29.68m37.6-29.68a53.85 53.85 0 0 1 42.53-4.12a54.14 54.14 0 0 1-24.9 33.8A66.1 66.1 0 0 0 138 108.71M92 210a54 54 0 0 1-27.6-100.39a66.3 66.3 0 0 0 33.82 41.26c-.13 1.69-.22 3.4-.22 5.13a65.8 65.8 0 0 0 20 47.29A53.64 53.64 0 0 1 92 210m72 0a53.64 53.64 0 0 1-26-6.71A65.8 65.8 0 0 0 158 156c0-1.73-.09-3.44-.22-5.13a66.3 66.3 0 0 0 33.82-41.26A54 54 0 0 1 164 210"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M193.78 97.13c.13-1.69.22-3.4.22-5.13a66 66 0 0 0-132 0c0 1.73.09 3.44.22 5.13A66 66 0 1 0 128 211.27a66 66 0 1 0 65.78-114.14M74 92a54 54 0 0 1 108 0v.51a65.75 65.75 0 0 0-54 8.22a65.75 65.75 0 0 0-54-8.22zm72 64a53.88 53.88 0 0 1-18 40.21A53.88 53.88 0 0 1 110 156v-.51a65.73 65.73 0 0 0 36 0zm-18-10a53.6 53.6 0 0 1-16.5-2.59a54.1 54.1 0 0 1 16.5-27.62a54.1 54.1 0 0 1 16.5 27.62A53.6 53.6 0 0 1 128 146m-27.6-7.61a54.14 54.14 0 0 1-24.9-33.8a53.85 53.85 0 0 1 42.5 4.12a66.1 66.1 0 0 0-17.6 29.68m37.6-29.68a53.85 53.85 0 0 1 42.53-4.12a54.14 54.14 0 0 1-24.9 33.8A66.1 66.1 0 0 0 138 108.71M92 210a54 54 0 0 1-27.6-100.39a66.3 66.3 0 0 0 33.82 41.26c-.13 1.69-.22 3.4-.22 5.13a65.8 65.8 0 0 0 20 47.29A53.64 53.64 0 0 1 92 210m72 0a53.64 53.64 0 0 1-26-6.71A65.8 65.8 0 0 0 158 156c0-1.73-.09-3.44-.22-5.13a66.3 66.3 0 0 0 33.82-41.26A54 54 0 0 1 164 210"/></svg> </template>
CSS
.icon-intersect-three-light {
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%22M193.78%2097.13c.13-1.69.22-3.4.22-5.13a66%2066%200%200%200-132%200c0%201.73.09%203.44.22%205.13A66%2066%200%201%200%20128%20211.27a66%2066%200%201%200%2065.78-114.14M74%2092a54%2054%200%200%201%20108%200v.51a65.75%2065.75%200%200%200-54%208.22a65.75%2065.75%200%200%200-54-8.22zm72%2064a53.88%2053.88%200%200%201-18%2040.21A53.88%2053.88%200%200%201%20110%20156v-.51a65.73%2065.73%200%200%200%2036%200zm-18-10a53.6%2053.6%200%200%201-16.5-2.59a54.1%2054.1%200%200%201%2016.5-27.62a54.1%2054.1%200%200%201%2016.5%2027.62A53.6%2053.6%200%200%201%20128%20146m-27.6-7.61a54.14%2054.14%200%200%201-24.9-33.8a53.85%2053.85%200%200%201%2042.5%204.12a66.1%2066.1%200%200%200-17.6%2029.68m37.6-29.68a53.85%2053.85%200%200%201%2042.53-4.12a54.14%2054.14%200%200%201-24.9%2033.8A66.1%2066.1%200%200%200%20138%20108.71M92%20210a54%2054%200%200%201-27.6-100.39a66.3%2066.3%200%200%200%2033.82%2041.26c-.13%201.69-.22%203.4-.22%205.13a65.8%2065.8%200%200%200%2020%2047.29A53.64%2053.64%200%200%201%2092%20210m72%200a53.64%2053.64%200%200%201-26-6.71A65.8%2065.8%200%200%200%20158%20156c0-1.73-.09-3.44-.22-5.13a66.3%2066.3%200%200%200%2033.82-41.26A54%2054%200%200%201%20164%20210%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%22M193.78%2097.13c.13-1.69.22-3.4.22-5.13a66%2066%200%200%200-132%200c0%201.73.09%203.44.22%205.13A66%2066%200%201%200%20128%20211.27a66%2066%200%201%200%2065.78-114.14M74%2092a54%2054%200%200%201%20108%200v.51a65.75%2065.75%200%200%200-54%208.22a65.75%2065.75%200%200%200-54-8.22zm72%2064a53.88%2053.88%200%200%201-18%2040.21A53.88%2053.88%200%200%201%20110%20156v-.51a65.73%2065.73%200%200%200%2036%200zm-18-10a53.6%2053.6%200%200%201-16.5-2.59a54.1%2054.1%200%200%201%2016.5-27.62a54.1%2054.1%200%200%201%2016.5%2027.62A53.6%2053.6%200%200%201%20128%20146m-27.6-7.61a54.14%2054.14%200%200%201-24.9-33.8a53.85%2053.85%200%200%201%2042.5%204.12a66.1%2066.1%200%200%200-17.6%2029.68m37.6-29.68a53.85%2053.85%200%200%201%2042.53-4.12a54.14%2054.14%200%200%201-24.9%2033.8A66.1%2066.1%200%200%200%20138%20108.71M92%20210a54%2054%200%200%201-27.6-100.39a66.3%2066.3%200%200%200%2033.82%2041.26c-.13%201.69-.22%203.4-.22%205.13a65.8%2065.8%200%200%200%2020%2047.29A53.64%2053.64%200%200%201%2092%20210m72%200a53.64%2053.64%200%200%201-26-6.71A65.8%2065.8%200%200%200%20158%20156c0-1.73-.09-3.44-.22-5.13a66.3%2066.3%200%200%200%2033.82-41.26A54%2054%200%200%201%20164%20210%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/intersect-three-light.svg?color=%231a73e8&size=48