cut from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
cut
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in TDesign Icons

Use the cut icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M8.121 15.879L20 4M8.121 15.879A3 3 0 1 1 3.88 20.12a3 3 0 0 1 4.24-4.24ZM15 15l5 5M8.121 8.121A3 3 0 1 1 3.88 3.88a3 3 0 0 1 4.24 4.24Zm0 0L12 12"/></svg>

React

import type { SVGProps } from "react";

export function TdesignCut(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M8.121 15.879L20 4M8.121 15.879A3 3 0 1 1 3.88 20.12a3 3 0 0 1 4.24-4.24ZM15 15l5 5M8.121 8.121A3 3 0 1 1 3.88 3.88a3 3 0 0 1 4.24 4.24Zm0 0L12 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M8.121 15.879L20 4M8.121 15.879A3 3 0 1 1 3.88 20.12a3 3 0 0 1 4.24-4.24ZM15 15l5 5M8.121 8.121A3 3 0 1 1 3.88 3.88a3 3 0 0 1 4.24 4.24Zm0 0L12 12"/></svg>
</template>

CSS

.icon-cut {
  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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M8.121%2015.879L20%204M8.121%2015.879A3%203%200%201%201%203.88%2020.12a3%203%200%200%201%204.24-4.24ZM15%2015l5%205M8.121%208.121A3%203%200%201%201%203.88%203.88a3%203%200%200%201%204.24%204.24Zm0%200L12%2012%22%2F%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M8.121%2015.879L20%204M8.121%2015.879A3%203%200%201%201%203.88%2020.12a3%203%200%200%201%204.24-4.24ZM15%2015l5%205M8.121%208.121A3%203%200%201%201%203.88%203.88a3%203%200%200%201%204.24%204.24Zm0%200L12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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