pathfinder minus back icon
pathfinder-minus-back from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- pathfinder-minus-back
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the pathfinder minus back 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 d="M15 9h.5c2.817 0 4.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.5V15"/><path d="M15 9c-.003 2.487-.046 3.783-.763 4.682a3.5 3.5 0 0 1-.555.554c-.899.717-2.195.761-4.682.764M2 9.5v-2M7.5 2h2M2 12c.065.88.222 1.475.595 1.942q.207.259.467.465c.466.371 1.06.527 1.938.593h.5M2 5c.066-.878.222-1.472.593-1.938a3 3 0 0 1 .465-.467C3.525 2.222 4.12 2.065 5 2m7 0c.878.066 1.472.222 1.938.593q.26.206.467.465c.373.467.53 1.062.595 1.942v.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPathfinderMinusBack(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 d="M15 9h.5c2.817 0 4.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.5V15"/><path d="M15 9c-.003 2.487-.046 3.783-.763 4.682a3.5 3.5 0 0 1-.555.554c-.899.717-2.195.761-4.682.764M2 9.5v-2M7.5 2h2M2 12c.065.88.222 1.475.595 1.942q.207.259.467.465c.466.371 1.06.527 1.938.593h.5M2 5c.066-.878.222-1.472.593-1.938a3 3 0 0 1 .465-.467C3.525 2.222 4.12 2.065 5 2m7 0c.878.066 1.472.222 1.938.593q.26.206.467.465c.373.467.53 1.062.595 1.942v.5"/></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 d="M15 9h.5c2.817 0 4.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.5V15"/><path d="M15 9c-.003 2.487-.046 3.783-.763 4.682a3.5 3.5 0 0 1-.555.554c-.899.717-2.195.761-4.682.764M2 9.5v-2M7.5 2h2M2 12c.065.88.222 1.475.595 1.942q.207.259.467.465c.466.371 1.06.527 1.938.593h.5M2 5c.066-.878.222-1.472.593-1.938a3 3 0 0 1 .465-.467C3.525 2.222 4.12 2.065 5 2m7 0c.878.066 1.472.222 1.938.593q.26.206.467.465c.373.467.53 1.062.595 1.942v.5"/></g></svg> </template>
CSS
.icon-pathfinder-minus-back {
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%20d%3D%22M15%209h.5c2.817%200%204.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.5V15%22%2F%3E%3Cpath%20d%3D%22M15%209c-.003%202.487-.046%203.783-.763%204.682a3.5%203.5%200%200%201-.555.554c-.899.717-2.195.761-4.682.764M2%209.5v-2M7.5%202h2M2%2012c.065.88.222%201.475.595%201.942q.207.259.467.465c.466.371%201.06.527%201.938.593h.5M2%205c.066-.878.222-1.472.593-1.938a3%203%200%200%201%20.465-.467C3.525%202.222%204.12%202.065%205%202m7%200c.878.066%201.472.222%201.938.593q.26.206.467.465c.373.467.53%201.062.595%201.942v.5%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%20d%3D%22M15%209h.5c2.817%200%204.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.5V15%22%2F%3E%3Cpath%20d%3D%22M15%209c-.003%202.487-.046%203.783-.763%204.682a3.5%203.5%200%200%201-.555.554c-.899.717-2.195.761-4.682.764M2%209.5v-2M7.5%202h2M2%2012c.065.88.222%201.475.595%201.942q.207.259.467.465c.466.371%201.06.527%201.938.593h.5M2%205c.066-.878.222-1.472.593-1.938a3%203%200%200%201%20.465-.467C3.525%202.222%204.12%202.065%205%202m7%200c.878.066%201.472.222%201.938.593q.26.206.467.465c.373.467.53%201.062.595%201.942v.5%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-minus-back.svg?color=%231a73e8&size=48