tailoring two icon
tailoring-two from IconPark by ByteDance · Color · Edit · Apache-2.0 Free for personal and commercial use.
- Name
- tailoring-two
- Set
- IconPark
- Style
- Color
- Category
- Edit
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More edit icons from IconPark
Use the tailoring two icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#000" d="M42 5H37.4142C36.5233 5 36.0771 6.07714 36.7071 6.70711L41.2929 11.2929C41.9229 11.9229 43 11.4767 43 10.5858V6C43 5.44772 42.5523 5 42 5Z"/><path fill="#000" d="M8 43H12.5858C13.4767 43 13.9229 41.9229 13.2929 41.2929L8.70711 36.7071C8.07714 36.0771 7 36.5233 7 37.4142L7 42C7 42.5523 7.44772 43 8 43Z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M14 4V32C14 33.1046 14.8954 34 16 34H44"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M21 13H35V27"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M14 13H6"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M36 42V34"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkTailoringTwo(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"><path fill="#000" d="M42 5H37.4142C36.5233 5 36.0771 6.07714 36.7071 6.70711L41.2929 11.2929C41.9229 11.9229 43 11.4767 43 10.5858V6C43 5.44772 42.5523 5 42 5Z"/><path fill="#000" d="M8 43H12.5858C13.4767 43 13.9229 41.9229 13.2929 41.2929L8.70711 36.7071C8.07714 36.0771 7 36.5233 7 37.4142L7 42C7 42.5523 7.44772 43 8 43Z"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M14 4V32C14 33.1046 14.8954 34 16 34H44"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M21 13H35V27"/><path stroke="#000" strokeLinecap="round" strokeWidth="4" d="M14 13H6"/><path stroke="#000" strokeLinecap="round" strokeWidth="4" d="M36 42V34"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#000" d="M42 5H37.4142C36.5233 5 36.0771 6.07714 36.7071 6.70711L41.2929 11.2929C41.9229 11.9229 43 11.4767 43 10.5858V6C43 5.44772 42.5523 5 42 5Z"/><path fill="#000" d="M8 43H12.5858C13.4767 43 13.9229 41.9229 13.2929 41.2929L8.70711 36.7071C8.07714 36.0771 7 36.5233 7 37.4142L7 42C7 42.5523 7.44772 43 8 43Z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M14 4V32C14 33.1046 14.8954 34 16 34H44"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M21 13H35V27"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M14 13H6"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M36 42V34"/></g></svg> </template>
CSS
.icon-tailoring-two {
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%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M42%205H37.4142C36.5233%205%2036.0771%206.07714%2036.7071%206.70711L41.2929%2011.2929C41.9229%2011.9229%2043%2011.4767%2043%2010.5858V6C43%205.44772%2042.5523%205%2042%205Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M8%2043H12.5858C13.4767%2043%2013.9229%2041.9229%2013.2929%2041.2929L8.70711%2036.7071C8.07714%2036.0771%207%2036.5233%207%2037.4142L7%2042C7%2042.5523%207.44772%2043%208%2043Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M14%204V32C14%2033.1046%2014.8954%2034%2016%2034H44%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M21%2013H35V27%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M14%2013H6%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M36%2042V34%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%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M42%205H37.4142C36.5233%205%2036.0771%206.07714%2036.7071%206.70711L41.2929%2011.2929C41.9229%2011.9229%2043%2011.4767%2043%2010.5858V6C43%205.44772%2042.5523%205%2042%205Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M8%2043H12.5858C13.4767%2043%2013.9229%2041.9229%2013.2929%2041.2929L8.70711%2036.7071C8.07714%2036.0771%207%2036.5233%207%2037.4142L7%2042C7%2042.5523%207.44772%2043%208%2043Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M14%204V32C14%2033.1046%2014.8954%2034%2016%2034H44%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M21%2013H35V27%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M14%2013H6%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M36%2042V34%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/tailoring-two.svg?color=%231a73e8&size=48