pathfinder divide icon

pathfinder-divide from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
pathfinder-divide
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the pathfinder divide 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-width="1.5"><path d="M2 8.5c0-2.816 0-4.225.764-5.182a3.5 3.5 0 0 1 .554-.554C4.275 2 5.684 2 8.5 2s4.225 0 5.182.764q.309.245.554.554C15 4.275 15 5.684 15 8.5s0 4.225-.764 5.182a3.5 3.5 0 0 1-.554.554C12.725 15 11.316 15 8.5 15s-4.225 0-5.182-.764a3.5 3.5 0 0 1-.554-.554C2 12.725 2 11.316 2 8.5Z"/><path d="M9 15.5c0-2.816 0-4.225.764-5.182a3.5 3.5 0 0 1 .554-.554C11.275 9 12.684 9 15.5 9s4.225 0 5.182.764q.308.245.554.554C22 11.275 22 12.684 22 15.5s0 4.225-.764 5.182a3.5 3.5 0 0 1-.554.554C19.725 22 18.317 22 15.5 22c-2.816 0-4.225 0-5.182-.764a3.5 3.5 0 0 1-.554-.554C9 19.725 9 18.317 9 15.5Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPathfinderDivide(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" strokeWidth="1.5"><path d="M2 8.5c0-2.816 0-4.225.764-5.182a3.5 3.5 0 0 1 .554-.554C4.275 2 5.684 2 8.5 2s4.225 0 5.182.764q.309.245.554.554C15 4.275 15 5.684 15 8.5s0 4.225-.764 5.182a3.5 3.5 0 0 1-.554.554C12.725 15 11.316 15 8.5 15s-4.225 0-5.182-.764a3.5 3.5 0 0 1-.554-.554C2 12.725 2 11.316 2 8.5Z"/><path d="M9 15.5c0-2.816 0-4.225.764-5.182a3.5 3.5 0 0 1 .554-.554C11.275 9 12.684 9 15.5 9s4.225 0 5.182.764q.308.245.554.554C22 11.275 22 12.684 22 15.5s0 4.225-.764 5.182a3.5 3.5 0 0 1-.554.554C19.725 22 18.317 22 15.5 22c-2.816 0-4.225 0-5.182-.764a3.5 3.5 0 0 1-.554-.554C9 19.725 9 18.317 9 15.5Z"/></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-width="1.5"><path d="M2 8.5c0-2.816 0-4.225.764-5.182a3.5 3.5 0 0 1 .554-.554C4.275 2 5.684 2 8.5 2s4.225 0 5.182.764q.309.245.554.554C15 4.275 15 5.684 15 8.5s0 4.225-.764 5.182a3.5 3.5 0 0 1-.554.554C12.725 15 11.316 15 8.5 15s-4.225 0-5.182-.764a3.5 3.5 0 0 1-.554-.554C2 12.725 2 11.316 2 8.5Z"/><path d="M9 15.5c0-2.816 0-4.225.764-5.182a3.5 3.5 0 0 1 .554-.554C11.275 9 12.684 9 15.5 9s4.225 0 5.182.764q.308.245.554.554C22 11.275 22 12.684 22 15.5s0 4.225-.764 5.182a3.5 3.5 0 0 1-.554.554C19.725 22 18.317 22 15.5 22c-2.816 0-4.225 0-5.182-.764a3.5 3.5 0 0 1-.554-.554C9 19.725 9 18.317 9 15.5Z"/></g></svg>
</template>

CSS

.icon-pathfinder-divide {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%208.5c0-2.816%200-4.225.764-5.182a3.5%203.5%200%200%201%20.554-.554C4.275%202%205.684%202%208.5%202s4.225%200%205.182.764q.309.245.554.554C15%204.275%2015%205.684%2015%208.5s0%204.225-.764%205.182a3.5%203.5%200%200%201-.554.554C12.725%2015%2011.316%2015%208.5%2015s-4.225%200-5.182-.764a3.5%203.5%200%200%201-.554-.554C2%2012.725%202%2011.316%202%208.5Z%22%2F%3E%3Cpath%20d%3D%22M9%2015.5c0-2.816%200-4.225.764-5.182a3.5%203.5%200%200%201%20.554-.554C11.275%209%2012.684%209%2015.5%209s4.225%200%205.182.764q.308.245.554.554C22%2011.275%2022%2012.684%2022%2015.5s0%204.225-.764%205.182a3.5%203.5%200%200%201-.554.554C19.725%2022%2018.317%2022%2015.5%2022c-2.816%200-4.225%200-5.182-.764a3.5%203.5%200%200%201-.554-.554C9%2019.725%209%2018.317%209%2015.5Z%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%208.5c0-2.816%200-4.225.764-5.182a3.5%203.5%200%200%201%20.554-.554C4.275%202%205.684%202%208.5%202s4.225%200%205.182.764q.309.245.554.554C15%204.275%2015%205.684%2015%208.5s0%204.225-.764%205.182a3.5%203.5%200%200%201-.554.554C12.725%2015%2011.316%2015%208.5%2015s-4.225%200-5.182-.764a3.5%203.5%200%200%201-.554-.554C2%2012.725%202%2011.316%202%208.5Z%22%2F%3E%3Cpath%20d%3D%22M9%2015.5c0-2.816%200-4.225.764-5.182a3.5%203.5%200%200%201%20.554-.554C11.275%209%2012.684%209%2015.5%209s4.225%200%205.182.764q.308.245.554.554C22%2011.275%2022%2012.684%2022%2015.5s0%204.225-.764%205.182a3.5%203.5%200%200%201-.554.554C19.725%2022%2018.317%2022%2015.5%2022c-2.816%200-4.225%200-5.182-.764a3.5%203.5%200%200%201-.554-.554C9%2019.725%209%2018.317%209%2015.5Z%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-divide.svg?color=%231a73e8&size=48