intersect icon
intersect-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- intersect-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 intersect 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 78m-22.19 22.19a59.57 59.57 0 0 1-9.81 28.9L126.94 110a59.57 59.57 0 0 1 28.9-9.84Zm-79.5 52.51a60 60 0 1 1 76.33-76.33a84.11 84.11 0 0 0-76.3 76.3Zm23.82 3.17a59.57 59.57 0 0 1 9.81-28.9L129.06 146a59.57 59.57 0 0 1-28.9 9.84ZM160 220a60.09 60.09 0 0 1-56.67-40.34a84.11 84.11 0 0 0 76.33-76.33A60 60 0 0 1 160 220"/></svg>
React
import type { SVGProps } from "react";
export function PhIntersectBold(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 78m-22.19 22.19a59.57 59.57 0 0 1-9.81 28.9L126.94 110a59.57 59.57 0 0 1 28.9-9.84Zm-79.5 52.51a60 60 0 1 1 76.33-76.33a84.11 84.11 0 0 0-76.3 76.3Zm23.82 3.17a59.57 59.57 0 0 1 9.81-28.9L129.06 146a59.57 59.57 0 0 1-28.9 9.84ZM160 220a60.09 60.09 0 0 1-56.67-40.34a84.11 84.11 0 0 0 76.33-76.33A60 60 0 0 1 160 220"/></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 78m-22.19 22.19a59.57 59.57 0 0 1-9.81 28.9L126.94 110a59.57 59.57 0 0 1 28.9-9.84Zm-79.5 52.51a60 60 0 1 1 76.33-76.33a84.11 84.11 0 0 0-76.3 76.3Zm23.82 3.17a59.57 59.57 0 0 1 9.81-28.9L129.06 146a59.57 59.57 0 0 1-28.9 9.84ZM160 220a60.09 60.09 0 0 1-56.67-40.34a84.11 84.11 0 0 0 76.33-76.33A60 60 0 0 1 160 220"/></svg> </template>
CSS
.icon-intersect-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%2078m-22.19%2022.19a59.57%2059.57%200%200%201-9.81%2028.9L126.94%20110a59.57%2059.57%200%200%201%2028.9-9.84Zm-79.5%2052.51a60%2060%200%201%201%2076.33-76.33a84.11%2084.11%200%200%200-76.3%2076.3Zm23.82%203.17a59.57%2059.57%200%200%201%209.81-28.9L129.06%20146a59.57%2059.57%200%200%201-28.9%209.84ZM160%20220a60.09%2060.09%200%200%201-56.67-40.34a84.11%2084.11%200%200%200%2076.33-76.33A60%2060%200%200%201%20160%20220%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%2078m-22.19%2022.19a59.57%2059.57%200%200%201-9.81%2028.9L126.94%20110a59.57%2059.57%200%200%201%2028.9-9.84Zm-79.5%2052.51a60%2060%200%201%201%2076.33-76.33a84.11%2084.11%200%200%200-76.3%2076.3Zm23.82%203.17a59.57%2059.57%200%200%201%209.81-28.9L129.06%20146a59.57%2059.57%200%200%201-28.9%209.84ZM160%20220a60.09%2060.09%200%200%201-56.67-40.34a84.11%2084.11%200%200%200%2076.33-76.33A60%2060%200%200%201%20160%20220%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/intersect-bold.svg?color=%231a73e8&size=48