Add icons to this collection by clicking the heart icon.
Intersect icon - also known as arrows, direction, orientation, and intersect. Created in a clean circular style, perfect for web, apps, and UI projects. Available in SVG and PNG, with multiple style variants.
<svg
xmlns="http://www.w3.org/2000/svg"
width="512"
height="512"
viewBox="0 0 512 512"
>
<linearGradient
id="a"
x1="256"
x2="256"
y1="512"
y2="0"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#ffe59a" />
<stop offset="1" stop-color="#ffffd5" />
</linearGradient>
<linearGradient
id="b"
x1="256"
x2="256"
y1="407"
y2="105"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#ffde00" />
<stop offset="1" stop-color="#fd5900" />
</linearGradient>
<circle cx="256" cy="256" r="256" fill="url(#a)" />
<path
fill="url(#b)"
d="m403.049 248.612-53.295-35.53c-5.893-3.922-13.81.294-13.81 7.391v8.882h-53.295V113.882a8.877 8.877 0 0 0-8.883-8.882h-35.53a8.877 8.877 0 0 0-8.882 8.882v115.472H113.882a8.877 8.877 0 0 0-8.882 8.883v35.53a8.877 8.877 0 0 0 8.882 8.882h115.472v53.295h-8.882c-7.077 0-11.322 7.903-7.391 13.809l35.53 53.295c3.512 5.268 11.268 5.269 14.781 0l35.53-53.295c3.921-5.891-.294-13.809-7.391-13.809h-8.882v-53.295h53.295v8.883c0 7.067 7.892 11.329 13.81 7.39l53.295-35.53c5.268-3.511 5.269-11.268 0-14.78z"
/>
</svg>
More icons in the same style and category