cutting one icon

cutting-one from IconPark by ByteDance · Color · Edit · Apache-2.0 Free for personal and commercial use.

Name
cutting-one
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 cutting one 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 fill="#2F88FF" stroke-linejoin="round" d="M11 42C13.7614 42 16 39.7614 16 37C16 34.2386 13.7614 32 11 32C8.23858 32 6 34.2386 6 37C6 39.7614 8.23858 42 11 42Z"/><path fill="#2F88FF" stroke-linejoin="round" d="M37 42C39.7614 42 42 39.7614 42 37C42 34.2386 39.7614 32 37 32C34.2386 32 32 34.2386 32 37C32 39.7614 34.2386 42 37 42Z"/><path stroke-linecap="round" d="M15.3774 39.4131L17.5 35.8162L34.5 6.37138"/><path stroke-linecap="round" d="M13.4957 6.17518L30.4957 35.62L32.6265 39.4131"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkCuttingOne(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 fill="#2F88FF" strokeLinejoin="round" d="M11 42C13.7614 42 16 39.7614 16 37C16 34.2386 13.7614 32 11 32C8.23858 32 6 34.2386 6 37C6 39.7614 8.23858 42 11 42Z"/><path fill="#2F88FF" strokeLinejoin="round" d="M37 42C39.7614 42 42 39.7614 42 37C42 34.2386 39.7614 32 37 32C34.2386 32 32 34.2386 32 37C32 39.7614 34.2386 42 37 42Z"/><path strokeLinecap="round" d="M15.3774 39.4131L17.5 35.8162L34.5 6.37138"/><path strokeLinecap="round" d="M13.4957 6.17518L30.4957 35.62L32.6265 39.4131"/></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 fill="#2F88FF" stroke-linejoin="round" d="M11 42C13.7614 42 16 39.7614 16 37C16 34.2386 13.7614 32 11 32C8.23858 32 6 34.2386 6 37C6 39.7614 8.23858 42 11 42Z"/><path fill="#2F88FF" stroke-linejoin="round" d="M37 42C39.7614 42 42 39.7614 42 37C42 34.2386 39.7614 32 37 32C34.2386 32 32 34.2386 32 37C32 39.7614 34.2386 42 37 42Z"/><path stroke-linecap="round" d="M15.3774 39.4131L17.5 35.8162L34.5 6.37138"/><path stroke-linecap="round" d="M13.4957 6.17518L30.4957 35.62L32.6265 39.4131"/></g></svg>
</template>

CSS

.icon-cutting-one {
  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%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2042C13.7614%2042%2016%2039.7614%2016%2037C16%2034.2386%2013.7614%2032%2011%2032C8.23858%2032%206%2034.2386%206%2037C6%2039.7614%208.23858%2042%2011%2042Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M37%2042C39.7614%2042%2042%2039.7614%2042%2037C42%2034.2386%2039.7614%2032%2037%2032C34.2386%2032%2032%2034.2386%2032%2037C32%2039.7614%2034.2386%2042%2037%2042Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15.3774%2039.4131L17.5%2035.8162L34.5%206.37138%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.4957%206.17518L30.4957%2035.62L32.6265%2039.4131%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%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2042C13.7614%2042%2016%2039.7614%2016%2037C16%2034.2386%2013.7614%2032%2011%2032C8.23858%2032%206%2034.2386%206%2037C6%2039.7614%208.23858%2042%2011%2042Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M37%2042C39.7614%2042%2042%2039.7614%2042%2037C42%2034.2386%2039.7614%2032%2037%2032C34.2386%2032%2032%2034.2386%2032%2037C32%2039.7614%2034.2386%2042%2037%2042Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15.3774%2039.4131L17.5%2035.8162L34.5%206.37138%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.4957%206.17518L30.4957%2035.62L32.6265%2039.4131%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/cutting-one.svg?color=%231a73e8&size=48