intersect icon
intersect-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- intersect-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the intersect icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172.91 83.09a78 78 0 1 0-89.82 89.82a78 78 0 1 0 89.82-89.82M30 96a66 66 0 0 1 130.49-14H160a78.09 78.09 0 0 0-78 78v.49A66.1 66.1 0 0 1 30 96m64 64a65.6 65.6 0 0 1 6-27.49L123.49 156A65.6 65.6 0 0 1 96 162c-.65 0-1.3 0-2-.05zm40.23-10.25l-28-28a66.5 66.5 0 0 1 15.52-15.52l28 28a66.5 66.5 0 0 1-15.52 15.52M162 96a65.6 65.6 0 0 1-6 27.49L132.51 100A65.6 65.6 0 0 1 160 94h1.95c.05.7.05 1.35.05 2m-2 130a66.1 66.1 0 0 1-64.49-52H96a78.09 78.09 0 0 0 78-78v-.49A66 66 0 0 1 160 226"/></svg>
React
import type { SVGProps } from "react";
export function PhIntersectLight(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="M172.91 83.09a78 78 0 1 0-89.82 89.82a78 78 0 1 0 89.82-89.82M30 96a66 66 0 0 1 130.49-14H160a78.09 78.09 0 0 0-78 78v.49A66.1 66.1 0 0 1 30 96m64 64a65.6 65.6 0 0 1 6-27.49L123.49 156A65.6 65.6 0 0 1 96 162c-.65 0-1.3 0-2-.05zm40.23-10.25l-28-28a66.5 66.5 0 0 1 15.52-15.52l28 28a66.5 66.5 0 0 1-15.52 15.52M162 96a65.6 65.6 0 0 1-6 27.49L132.51 100A65.6 65.6 0 0 1 160 94h1.95c.05.7.05 1.35.05 2m-2 130a66.1 66.1 0 0 1-64.49-52H96a78.09 78.09 0 0 0 78-78v-.49A66 66 0 0 1 160 226"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172.91 83.09a78 78 0 1 0-89.82 89.82a78 78 0 1 0 89.82-89.82M30 96a66 66 0 0 1 130.49-14H160a78.09 78.09 0 0 0-78 78v.49A66.1 66.1 0 0 1 30 96m64 64a65.6 65.6 0 0 1 6-27.49L123.49 156A65.6 65.6 0 0 1 96 162c-.65 0-1.3 0-2-.05zm40.23-10.25l-28-28a66.5 66.5 0 0 1 15.52-15.52l28 28a66.5 66.5 0 0 1-15.52 15.52M162 96a65.6 65.6 0 0 1-6 27.49L132.51 100A65.6 65.6 0 0 1 160 94h1.95c.05.7.05 1.35.05 2m-2 130a66.1 66.1 0 0 1-64.49-52H96a78.09 78.09 0 0 0 78-78v-.49A66 66 0 0 1 160 226"/></svg> </template>
CSS
.icon-intersect-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%22M172.91%2083.09a78%2078%200%201%200-89.82%2089.82a78%2078%200%201%200%2089.82-89.82M30%2096a66%2066%200%200%201%20130.49-14H160a78.09%2078.09%200%200%200-78%2078v.49A66.1%2066.1%200%200%201%2030%2096m64%2064a65.6%2065.6%200%200%201%206-27.49L123.49%20156A65.6%2065.6%200%200%201%2096%20162c-.65%200-1.3%200-2-.05zm40.23-10.25l-28-28a66.5%2066.5%200%200%201%2015.52-15.52l28%2028a66.5%2066.5%200%200%201-15.52%2015.52M162%2096a65.6%2065.6%200%200%201-6%2027.49L132.51%20100A65.6%2065.6%200%200%201%20160%2094h1.95c.05.7.05%201.35.05%202m-2%20130a66.1%2066.1%200%200%201-64.49-52H96a78.09%2078.09%200%200%200%2078-78v-.49A66%2066%200%200%201%20160%20226%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%22M172.91%2083.09a78%2078%200%201%200-89.82%2089.82a78%2078%200%201%200%2089.82-89.82M30%2096a66%2066%200%200%201%20130.49-14H160a78.09%2078.09%200%200%200-78%2078v.49A66.1%2066.1%200%200%201%2030%2096m64%2064a65.6%2065.6%200%200%201%206-27.49L123.49%20156A65.6%2065.6%200%200%201%2096%20162c-.65%200-1.3%200-2-.05zm40.23-10.25l-28-28a66.5%2066.5%200%200%201%2015.52-15.52l28%2028a66.5%2066.5%200%200%201-15.52%2015.52M162%2096a65.6%2065.6%200%200%201-6%2027.49L132.51%20100A65.6%2065.6%200%200%201%20160%2094h1.95c.05.7.05%201.35.05%202m-2%20130a66.1%2066.1%200%200%201-64.49-52H96a78.09%2078.09%200%200%200%2078-78v-.49A66%2066%200%200%201%20160%20226%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/intersect-light.svg?color=%231a73e8&size=48