pathfinder exclude icon
pathfinder-exclude from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- pathfinder-exclude
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the pathfinder exclude icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M9.5 10.714q.11-.212.26-.398q.247-.309.555-.555q.186-.15.398-.261m3.786 3.786a2.6 2.6 0 0 1-.26.398q-.246.31-.556.555q-.186.15-.398.261M9.03 13q-.021.457-.028 1c-.006.472-.009.708.14.858c.15.149.386.146.859.14q.542-.007.999-.028m2-5.94q.457-.021 1-.028c.472-.006.708-.009.858.14c.149.15.146.386.14.859q-.007.542-.028.999"/><path d="M9 17.495c.041 1.549.192 2.487.75 3.186q.245.308.554.554c.959.765 2.369.765 5.188.765c2.82 0 4.23 0 5.189-.765q.308-.246.554-.554c.765-.959.765-2.369.765-5.189s0-4.23-.765-5.188a3.5 3.5 0 0 0-.554-.555c-.699-.557-1.637-.708-3.186-.749M15 6.505c-.041-1.549-.192-2.487-.75-3.186a3.5 3.5 0 0 0-.554-.555C12.737 2 11.327 2 8.508 2c-2.82 0-4.23 0-5.189.764q-.308.247-.555.555C2 4.278 2 5.688 2 8.508s0 4.23.764 5.188q.247.308.555.555c.699.557 1.637.708 3.186.749"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPathfinderExclude(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M9.5 10.714q.11-.212.26-.398q.247-.309.555-.555q.186-.15.398-.261m3.786 3.786a2.6 2.6 0 0 1-.26.398q-.246.31-.556.555q-.186.15-.398.261M9.03 13q-.021.457-.028 1c-.006.472-.009.708.14.858c.15.149.386.146.859.14q.542-.007.999-.028m2-5.94q.457-.021 1-.028c.472-.006.708-.009.858.14c.149.15.146.386.14.859q-.007.542-.028.999"/><path d="M9 17.495c.041 1.549.192 2.487.75 3.186q.245.308.554.554c.959.765 2.369.765 5.188.765c2.82 0 4.23 0 5.189-.765q.308-.246.554-.554c.765-.959.765-2.369.765-5.189s0-4.23-.765-5.188a3.5 3.5 0 0 0-.554-.555c-.699-.557-1.637-.708-3.186-.749M15 6.505c-.041-1.549-.192-2.487-.75-3.186a3.5 3.5 0 0 0-.554-.555C12.737 2 11.327 2 8.508 2c-2.82 0-4.23 0-5.189.764q-.308.247-.555.555C2 4.278 2 5.688 2 8.508s0 4.23.764 5.188q.247.308.555.555c.699.557 1.637.708 3.186.749"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M9.5 10.714q.11-.212.26-.398q.247-.309.555-.555q.186-.15.398-.261m3.786 3.786a2.6 2.6 0 0 1-.26.398q-.246.31-.556.555q-.186.15-.398.261M9.03 13q-.021.457-.028 1c-.006.472-.009.708.14.858c.15.149.386.146.859.14q.542-.007.999-.028m2-5.94q.457-.021 1-.028c.472-.006.708-.009.858.14c.149.15.146.386.14.859q-.007.542-.028.999"/><path d="M9 17.495c.041 1.549.192 2.487.75 3.186q.245.308.554.554c.959.765 2.369.765 5.188.765c2.82 0 4.23 0 5.189-.765q.308-.246.554-.554c.765-.959.765-2.369.765-5.189s0-4.23-.765-5.188a3.5 3.5 0 0 0-.554-.555c-.699-.557-1.637-.708-3.186-.749M15 6.505c-.041-1.549-.192-2.487-.75-3.186a3.5 3.5 0 0 0-.554-.555C12.737 2 11.327 2 8.508 2c-2.82 0-4.23 0-5.189.764q-.308.247-.555.555C2 4.278 2 5.688 2 8.508s0 4.23.764 5.188q.247.308.555.555c.699.557 1.637.708 3.186.749"/></g></svg> </template>
CSS
.icon-pathfinder-exclude {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9.5%2010.714q.11-.212.26-.398q.247-.309.555-.555q.186-.15.398-.261m3.786%203.786a2.6%202.6%200%200%201-.26.398q-.246.31-.556.555q-.186.15-.398.261M9.03%2013q-.021.457-.028%201c-.006.472-.009.708.14.858c.15.149.386.146.859.14q.542-.007.999-.028m2-5.94q.457-.021%201-.028c.472-.006.708-.009.858.14c.149.15.146.386.14.859q-.007.542-.028.999%22%2F%3E%3Cpath%20d%3D%22M9%2017.495c.041%201.549.192%202.487.75%203.186q.245.308.554.554c.959.765%202.369.765%205.188.765c2.82%200%204.23%200%205.189-.765q.308-.246.554-.554c.765-.959.765-2.369.765-5.189s0-4.23-.765-5.188a3.5%203.5%200%200%200-.554-.555c-.699-.557-1.637-.708-3.186-.749M15%206.505c-.041-1.549-.192-2.487-.75-3.186a3.5%203.5%200%200%200-.554-.555C12.737%202%2011.327%202%208.508%202c-2.82%200-4.23%200-5.189.764q-.308.247-.555.555C2%204.278%202%205.688%202%208.508s0%204.23.764%205.188q.247.308.555.555c.699.557%201.637.708%203.186.749%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9.5%2010.714q.11-.212.26-.398q.247-.309.555-.555q.186-.15.398-.261m3.786%203.786a2.6%202.6%200%200%201-.26.398q-.246.31-.556.555q-.186.15-.398.261M9.03%2013q-.021.457-.028%201c-.006.472-.009.708.14.858c.15.149.386.146.859.14q.542-.007.999-.028m2-5.94q.457-.021%201-.028c.472-.006.708-.009.858.14c.149.15.146.386.14.859q-.007.542-.028.999%22%2F%3E%3Cpath%20d%3D%22M9%2017.495c.041%201.549.192%202.487.75%203.186q.245.308.554.554c.959.765%202.369.765%205.188.765c2.82%200%204.23%200%205.189-.765q.308-.246.554-.554c.765-.959.765-2.369.765-5.189s0-4.23-.765-5.188a3.5%203.5%200%200%200-.554-.555c-.699-.557-1.637-.708-3.186-.749M15%206.505c-.041-1.549-.192-2.487-.75-3.186a3.5%203.5%200%200%200-.554-.555C12.737%202%2011.327%202%208.508%202c-2.82%200-4.23%200-5.189.764q-.308.247-.555.555C2%204.278%202%205.688%202%208.508s0%204.23.764%205.188q.247.308.555.555c.699.557%201.637.708%203.186.749%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/pathfinder-exclude.svg?color=%231a73e8&size=48