path-solid from Dither Icons by Vijay K Singh · Solid · MIT Free for personal and commercial use.

Name
path-solid
Set
Dither Icons
Style
Solid
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

The same icon in other sets

All path icons →

Use the path icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M4.2 16.5A5.3 5.3 0 0 1 9.5 11.2L9.5 12.8A3.7 3.7 0 0 0 5.8 16.5Z"/><path fill-rule="evenodd" d="M14.5 12.8A5.3 5.3 0 0 0 19.8 7.5L18.2 7.5A3.7 3.7 0 0 1 14.5 11.2Z"/><path fill-rule="evenodd" d="M7.5 19a2.5 2.5 0 1 0 -5 0a2.5 2.5 0 1 0 5 0ZM6.15 19a1.15 1.15 0 1 0 -2.3 0a1.15 1.15 0 1 0 2.3 0Z"/><path fill-rule="evenodd" d="M14.5 12a2.5 2.5 0 1 0 -5 0a2.5 2.5 0 1 0 5 0ZM13.15 12a1.15 1.15 0 1 0 -2.3 0a1.15 1.15 0 1 0 2.3 0Z"/><path fill-rule="evenodd" d="M21.5 5a2.5 2.5 0 1 0 -5 0a2.5 2.5 0 1 0 5 0ZM20.15 5a1.15 1.15 0 1 0 -2.3 0a1.15 1.15 0 1 0 2.3 0Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="M3.28506 19.62419A1.825 1.825 0 0 1 6.17309 17.60197" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M5 16.5A4.5 4.5 0 0 1 5.24517 15.03494" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M14.5 12A4.5 4.5 0 0 0 15.96506 11.75483" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M19.59909 1.60241A3.45 3.45 0 1 1 16.01221 6.725" opacity="0"/></g></svg>

React

import type { SVGProps } from "react";

export function DitherPathSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M4.2 16.5A5.3 5.3 0 0 1 9.5 11.2L9.5 12.8A3.7 3.7 0 0 0 5.8 16.5Z"/><path fillRule="evenodd" d="M14.5 12.8A5.3 5.3 0 0 0 19.8 7.5L18.2 7.5A3.7 3.7 0 0 1 14.5 11.2Z"/><path fillRule="evenodd" d="M7.5 19a2.5 2.5 0 1 0 -5 0a2.5 2.5 0 1 0 5 0ZM6.15 19a1.15 1.15 0 1 0 -2.3 0a1.15 1.15 0 1 0 2.3 0Z"/><path fillRule="evenodd" d="M14.5 12a2.5 2.5 0 1 0 -5 0a2.5 2.5 0 1 0 5 0ZM13.15 12a1.15 1.15 0 1 0 -2.3 0a1.15 1.15 0 1 0 2.3 0Z"/><path fillRule="evenodd" d="M21.5 5a2.5 2.5 0 1 0 -5 0a2.5 2.5 0 1 0 5 0ZM20.15 5a1.15 1.15 0 1 0 -2.3 0a1.15 1.15 0 1 0 2.3 0Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".7" d="M3.28506 19.62419A1.825 1.825 0 0 1 6.17309 17.60197" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".8" d="M5 16.5A4.5 4.5 0 0 1 5.24517 15.03494" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".8" d="M14.5 12A4.5 4.5 0 0 0 15.96506 11.75483" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M19.59909 1.60241A3.45 3.45 0 1 1 16.01221 6.725" opacity="0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M4.2 16.5A5.3 5.3 0 0 1 9.5 11.2L9.5 12.8A3.7 3.7 0 0 0 5.8 16.5Z"/><path fill-rule="evenodd" d="M14.5 12.8A5.3 5.3 0 0 0 19.8 7.5L18.2 7.5A3.7 3.7 0 0 1 14.5 11.2Z"/><path fill-rule="evenodd" d="M7.5 19a2.5 2.5 0 1 0 -5 0a2.5 2.5 0 1 0 5 0ZM6.15 19a1.15 1.15 0 1 0 -2.3 0a1.15 1.15 0 1 0 2.3 0Z"/><path fill-rule="evenodd" d="M14.5 12a2.5 2.5 0 1 0 -5 0a2.5 2.5 0 1 0 5 0ZM13.15 12a1.15 1.15 0 1 0 -2.3 0a1.15 1.15 0 1 0 2.3 0Z"/><path fill-rule="evenodd" d="M21.5 5a2.5 2.5 0 1 0 -5 0a2.5 2.5 0 1 0 5 0ZM20.15 5a1.15 1.15 0 1 0 -2.3 0a1.15 1.15 0 1 0 2.3 0Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="M3.28506 19.62419A1.825 1.825 0 0 1 6.17309 17.60197" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M5 16.5A4.5 4.5 0 0 1 5.24517 15.03494" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M14.5 12A4.5 4.5 0 0 0 15.96506 11.75483" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M19.59909 1.60241A3.45 3.45 0 1 1 16.01221 6.725" opacity="0"/></g></svg>
</template>

CSS

.icon-path-solid {
  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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.2%2016.5A5.3%205.3%200%200%201%209.5%2011.2L9.5%2012.8A3.7%203.7%200%200%200%205.8%2016.5Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.5%2012.8A5.3%205.3%200%200%200%2019.8%207.5L18.2%207.5A3.7%203.7%200%200%201%2014.5%2011.2Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.5%2019a2.5%202.5%200%201%200%20-5%200a2.5%202.5%200%201%200%205%200ZM6.15%2019a1.15%201.15%200%201%200%20-2.3%200a1.15%201.15%200%201%200%202.3%200Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.5%2012a2.5%202.5%200%201%200%20-5%200a2.5%202.5%200%201%200%205%200ZM13.15%2012a1.15%201.15%200%201%200%20-2.3%200a1.15%201.15%200%201%200%202.3%200Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21.5%205a2.5%202.5%200%201%200%20-5%200a2.5%202.5%200%201%200%205%200ZM20.15%205a1.15%201.15%200%201%200%20-2.3%200a1.15%201.15%200%201%200%202.3%200Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.7%22%20d%3D%22M3.28506%2019.62419A1.825%201.825%200%200%201%206.17309%2017.60197%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M5%2016.5A4.5%204.5%200%200%201%205.24517%2015.03494%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M14.5%2012A4.5%204.5%200%200%200%2015.96506%2011.75483%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M19.59909%201.60241A3.45%203.45%200%201%201%2016.01221%206.725%22%20opacity%3D%220%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.2%2016.5A5.3%205.3%200%200%201%209.5%2011.2L9.5%2012.8A3.7%203.7%200%200%200%205.8%2016.5Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.5%2012.8A5.3%205.3%200%200%200%2019.8%207.5L18.2%207.5A3.7%203.7%200%200%201%2014.5%2011.2Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.5%2019a2.5%202.5%200%201%200%20-5%200a2.5%202.5%200%201%200%205%200ZM6.15%2019a1.15%201.15%200%201%200%20-2.3%200a1.15%201.15%200%201%200%202.3%200Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.5%2012a2.5%202.5%200%201%200%20-5%200a2.5%202.5%200%201%200%205%200ZM13.15%2012a1.15%201.15%200%201%200%20-2.3%200a1.15%201.15%200%201%200%202.3%200Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21.5%205a2.5%202.5%200%201%200%20-5%200a2.5%202.5%200%201%200%205%200ZM20.15%205a1.15%201.15%200%201%200%20-2.3%200a1.15%201.15%200%201%200%202.3%200Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.7%22%20d%3D%22M3.28506%2019.62419A1.825%201.825%200%200%201%206.17309%2017.60197%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M5%2016.5A4.5%204.5%200%200%201%205.24517%2015.03494%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M14.5%2012A4.5%204.5%200%200%200%2015.96506%2011.75483%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M19.59909%201.60241A3.45%203.45%200%201%201%2016.01221%206.725%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/dither/path-solid.svg?color=%231a73e8&size=48