cut from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
cut
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More actions icons from Carbon

Use the cut icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.5 19.63L20.24 16l6.26-3.63a5 5 0 0 0-1.21-9.2A5.2 5.2 0 0 0 24 3a5 5 0 0 0-4.33 7.53a5 5 0 0 0 2.39 2.1l-3.82 2.21L4 6.6L3 8.34L16.24 16L3 23.68l1 1.74l14.24-8.26l3.82 2.21a5 5 0 0 0-2.39 2.1A5 5 0 0 0 24 29a5.2 5.2 0 0 0 1.29-.17a5 5 0 0 0 1.21-9.2m-5.1-10.1a3 3 0 0 1 1.1-4.12a3 3 0 0 1 4.1 1.11a3 3 0 0 1-1.1 4.11a3 3 0 0 1-4.1-1.1m5.2 16a3 3 0 0 1-4.1 1.11a3 3 0 0 1-1.1-4.12a3 3 0 0 1 4.1-1.1a3 3 0 0 1 1.1 4.06Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonCut(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.5 19.63L20.24 16l6.26-3.63a5 5 0 0 0-1.21-9.2A5.2 5.2 0 0 0 24 3a5 5 0 0 0-4.33 7.53a5 5 0 0 0 2.39 2.1l-3.82 2.21L4 6.6L3 8.34L16.24 16L3 23.68l1 1.74l14.24-8.26l3.82 2.21a5 5 0 0 0-2.39 2.1A5 5 0 0 0 24 29a5.2 5.2 0 0 0 1.29-.17a5 5 0 0 0 1.21-9.2m-5.1-10.1a3 3 0 0 1 1.1-4.12a3 3 0 0 1 4.1 1.11a3 3 0 0 1-1.1 4.11a3 3 0 0 1-4.1-1.1m5.2 16a3 3 0 0 1-4.1 1.11a3 3 0 0 1-1.1-4.12a3 3 0 0 1 4.1-1.1a3 3 0 0 1 1.1 4.06Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.5 19.63L20.24 16l6.26-3.63a5 5 0 0 0-1.21-9.2A5.2 5.2 0 0 0 24 3a5 5 0 0 0-4.33 7.53a5 5 0 0 0 2.39 2.1l-3.82 2.21L4 6.6L3 8.34L16.24 16L3 23.68l1 1.74l14.24-8.26l3.82 2.21a5 5 0 0 0-2.39 2.1A5 5 0 0 0 24 29a5.2 5.2 0 0 0 1.29-.17a5 5 0 0 0 1.21-9.2m-5.1-10.1a3 3 0 0 1 1.1-4.12a3 3 0 0 1 4.1 1.11a3 3 0 0 1-1.1 4.11a3 3 0 0 1-4.1-1.1m5.2 16a3 3 0 0 1-4.1 1.11a3 3 0 0 1-1.1-4.12a3 3 0 0 1 4.1-1.1a3 3 0 0 1 1.1 4.06Z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.5%2019.63L20.24%2016l6.26-3.63a5%205%200%200%200-1.21-9.2A5.2%205.2%200%200%200%2024%203a5%205%200%200%200-4.33%207.53a5%205%200%200%200%202.39%202.1l-3.82%202.21L4%206.6L3%208.34L16.24%2016L3%2023.68l1%201.74l14.24-8.26l3.82%202.21a5%205%200%200%200-2.39%202.1A5%205%200%200%200%2024%2029a5.2%205.2%200%200%200%201.29-.17a5%205%200%200%200%201.21-9.2m-5.1-10.1a3%203%200%200%201%201.1-4.12a3%203%200%200%201%204.1%201.11a3%203%200%200%201-1.1%204.11a3%203%200%200%201-4.1-1.1m5.2%2016a3%203%200%200%201-4.1%201.11a3%203%200%200%201-1.1-4.12a3%203%200%200%201%204.1-1.1a3%203%200%200%201%201.1%204.06Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.5%2019.63L20.24%2016l6.26-3.63a5%205%200%200%200-1.21-9.2A5.2%205.2%200%200%200%2024%203a5%205%200%200%200-4.33%207.53a5%205%200%200%200%202.39%202.1l-3.82%202.21L4%206.6L3%208.34L16.24%2016L3%2023.68l1%201.74l14.24-8.26l3.82%202.21a5%205%200%200%200-2.39%202.1A5%205%200%200%200%2024%2029a5.2%205.2%200%200%200%201.29-.17a5%205%200%200%200%201.21-9.2m-5.1-10.1a3%203%200%200%201%201.1-4.12a3%203%200%200%201%204.1%201.11a3%203%200%200%201-1.1%204.11a3%203%200%200%201-4.1-1.1m5.2%2016a3%203%200%200%201-4.1%201.11a3%203%200%200%201-1.1-4.12a3%203%200%200%201%204.1-1.1a3%203%200%200%201%201.1%204.06Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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