graphic stitching icon

graphic-stitching from IconPark by ByteDance · Color · Abstract · Apache-2.0 Free for personal and commercial use.

Name
graphic-stitching
Set
IconPark
Style
Color
Category
Abstract
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More abstract icons from IconPark

Use the graphic stitching icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" clip-rule="evenodd"><path d="M24 24L34 14C34 8.47715 29.5228 4 24 4C18.4772 4 14 8.47715 14 14L24 24Z"/><path d="M14 34L24 24L14 14C8.47715 14 4 18.4772 4 24C4 29.5228 8.47715 34 14 34Z"/><path d="M34 34C39.5228 34 44 29.5228 44 24C44 18.4772 39.5228 14 34 14L24 24L34 34Z"/><path d="M24 44C29.5228 44 34 39.5228 34 34L24 24L14 34C14 39.5228 18.4772 44 24 44Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkGraphicStitching(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" fillRule="evenodd" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" clipRule="evenodd"><path d="M24 24L34 14C34 8.47715 29.5228 4 24 4C18.4772 4 14 8.47715 14 14L24 24Z"/><path d="M14 34L24 24L14 14C8.47715 14 4 18.4772 4 24C4 29.5228 8.47715 34 14 34Z"/><path d="M34 34C39.5228 34 44 29.5228 44 24C44 18.4772 39.5228 14 34 14L24 24L34 34Z"/><path d="M24 44C29.5228 44 34 39.5228 34 34L24 24L14 34C14 39.5228 18.4772 44 24 44Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" clip-rule="evenodd"><path d="M24 24L34 14C34 8.47715 29.5228 4 24 4C18.4772 4 14 8.47715 14 14L24 24Z"/><path d="M14 34L24 24L14 14C8.47715 14 4 18.4772 4 24C4 29.5228 8.47715 34 14 34Z"/><path d="M34 34C39.5228 34 44 29.5228 44 24C44 18.4772 39.5228 14 34 14L24 24L34 34Z"/><path d="M24 44C29.5228 44 34 39.5228 34 34L24 24L14 34C14 39.5228 18.4772 44 24 44Z"/></g></svg>
</template>

CSS

.icon-graphic-stitching {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M24%2024L34%2014C34%208.47715%2029.5228%204%2024%204C18.4772%204%2014%208.47715%2014%2014L24%2024Z%22%2F%3E%3Cpath%20d%3D%22M14%2034L24%2024L14%2014C8.47715%2014%204%2018.4772%204%2024C4%2029.5228%208.47715%2034%2014%2034Z%22%2F%3E%3Cpath%20d%3D%22M34%2034C39.5228%2034%2044%2029.5228%2044%2024C44%2018.4772%2039.5228%2014%2034%2014L24%2024L34%2034Z%22%2F%3E%3Cpath%20d%3D%22M24%2044C29.5228%2044%2034%2039.5228%2034%2034L24%2024L14%2034C14%2039.5228%2018.4772%2044%2024%2044Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M24%2024L34%2014C34%208.47715%2029.5228%204%2024%204C18.4772%204%2014%208.47715%2014%2014L24%2024Z%22%2F%3E%3Cpath%20d%3D%22M14%2034L24%2024L14%2014C8.47715%2014%204%2018.4772%204%2024C4%2029.5228%208.47715%2034%2014%2034Z%22%2F%3E%3Cpath%20d%3D%22M34%2034C39.5228%2034%2044%2029.5228%2044%2024C44%2018.4772%2039.5228%2014%2034%2014L24%2024L34%2034Z%22%2F%3E%3Cpath%20d%3D%22M24%2044C29.5228%2044%2034%2039.5228%2034%2034L24%2024L14%2034C14%2039.5228%2018.4772%2044%2024%2044Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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