stapler icon

stapler from IconPark by ByteDance · Color · Hardware · Apache-2.0 Free for personal and commercial use.

Name
stapler
Set
IconPark
Style
Color
Category
Hardware
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More hardware icons from IconPark

Use the stapler icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M42 35V43H6V35H31"/><path stroke-linecap="round" stroke-linejoin="round" d="M38.3839 21.8065L8.31372 10.8618L5.57756 18.3794L29.7533 27.1786"/><path stroke-linecap="round" stroke-linejoin="round" d="M8.36963 10.7783L22.8821 16.1584C22.898 16.1643 22.9157 16.1562 22.9216 16.1403V16.1403C23.9362 13.4035 22.5401 10.3625 19.8033 9.34789L10.3014 5.82532C10.255 5.80811 10.2034 5.83179 10.1862 5.87821L8.36963 10.7783Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M16.7545 22.72L15.3865 26.4788C15.1976 26.9977 14.6237 27.2653 14.1047 27.0764L7.52689 24.6823C7.00791 24.4934 6.74033 23.9196 6.92922 23.4006L8.2973 19.6418"/><circle cx="36" cy="30" r="7" fill="#2F88FF"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkStapler(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" stroke="#000" strokeWidth="4"><path strokeLinecap="round" strokeLinejoin="round" d="M42 35V43H6V35H31"/><path strokeLinecap="round" strokeLinejoin="round" d="M38.3839 21.8065L8.31372 10.8618L5.57756 18.3794L29.7533 27.1786"/><path strokeLinecap="round" strokeLinejoin="round" d="M8.36963 10.7783L22.8821 16.1584C22.898 16.1643 22.9157 16.1562 22.9216 16.1403V16.1403C23.9362 13.4035 22.5401 10.3625 19.8033 9.34789L10.3014 5.82532C10.255 5.80811 10.2034 5.83179 10.1862 5.87821L8.36963 10.7783Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M16.7545 22.72L15.3865 26.4788C15.1976 26.9977 14.6237 27.2653 14.1047 27.0764L7.52689 24.6823C7.00791 24.4934 6.74033 23.9196 6.92922 23.4006L8.2973 19.6418"/><circle cx="36" cy="30" r="7" fill="#2F88FF"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M42 35V43H6V35H31"/><path stroke-linecap="round" stroke-linejoin="round" d="M38.3839 21.8065L8.31372 10.8618L5.57756 18.3794L29.7533 27.1786"/><path stroke-linecap="round" stroke-linejoin="round" d="M8.36963 10.7783L22.8821 16.1584C22.898 16.1643 22.9157 16.1562 22.9216 16.1403V16.1403C23.9362 13.4035 22.5401 10.3625 19.8033 9.34789L10.3014 5.82532C10.255 5.80811 10.2034 5.83179 10.1862 5.87821L8.36963 10.7783Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M16.7545 22.72L15.3865 26.4788C15.1976 26.9977 14.6237 27.2653 14.1047 27.0764L7.52689 24.6823C7.00791 24.4934 6.74033 23.9196 6.92922 23.4006L8.2973 19.6418"/><circle cx="36" cy="30" r="7" fill="#2F88FF"/></g></svg>
</template>

CSS

.icon-stapler {
  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%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M42%2035V43H6V35H31%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M38.3839%2021.8065L8.31372%2010.8618L5.57756%2018.3794L29.7533%2027.1786%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.36963%2010.7783L22.8821%2016.1584C22.898%2016.1643%2022.9157%2016.1562%2022.9216%2016.1403V16.1403C23.9362%2013.4035%2022.5401%2010.3625%2019.8033%209.34789L10.3014%205.82532C10.255%205.80811%2010.2034%205.83179%2010.1862%205.87821L8.36963%2010.7783Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16.7545%2022.72L15.3865%2026.4788C15.1976%2026.9977%2014.6237%2027.2653%2014.1047%2027.0764L7.52689%2024.6823C7.00791%2024.4934%206.74033%2023.9196%206.92922%2023.4006L8.2973%2019.6418%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2230%22%20r%3D%227%22%20fill%3D%22%232F88FF%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%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M42%2035V43H6V35H31%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M38.3839%2021.8065L8.31372%2010.8618L5.57756%2018.3794L29.7533%2027.1786%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.36963%2010.7783L22.8821%2016.1584C22.898%2016.1643%2022.9157%2016.1562%2022.9216%2016.1403V16.1403C23.9362%2013.4035%2022.5401%2010.3625%2019.8033%209.34789L10.3014%205.82532C10.255%205.80811%2010.2034%205.83179%2010.1862%205.87821L8.36963%2010.7783Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16.7545%2022.72L15.3865%2026.4788C15.1976%2026.9977%2014.6237%2027.2653%2014.1047%2027.0764L7.52689%2024.6823C7.00791%2024.4934%206.74033%2023.9196%206.92922%2023.4006L8.2973%2019.6418%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2230%22%20r%3D%227%22%20fill%3D%22%232F88FF%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/stapler.svg?color=%231a73e8&size=48