cut out icon

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

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

More actions icons from Carbon

Use the cut out icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m19.05 13.733l-1-1.733l-10.122 5.846l-.997-.576a3 3 0 0 0 .667-.769A3 3 0 1 0 3.5 17.599L5.928 19L3.5 20.402a3.034 3.034 0 1 0 3.44.323l.988-.57L14.59 24l1-1.73L9.928 19ZM4.034 15.26a1 1 0 1 1 .466.607a1 1 0 0 1-.466-.607M5 22a1 1 0 1 1-.865 1.5A1 1 0 0 1 5 22m12 4h4v2h-4zm-7 0h4v2h-4z"/><path fill="currentColor" d="M28 28h-4v-2h4V4H7v4H5V4a2 2 0 0 1 2-2h21a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonCutOut(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="m19.05 13.733l-1-1.733l-10.122 5.846l-.997-.576a3 3 0 0 0 .667-.769A3 3 0 1 0 3.5 17.599L5.928 19L3.5 20.402a3.034 3.034 0 1 0 3.44.323l.988-.57L14.59 24l1-1.73L9.928 19ZM4.034 15.26a1 1 0 1 1 .466.607a1 1 0 0 1-.466-.607M5 22a1 1 0 1 1-.865 1.5A1 1 0 0 1 5 22m12 4h4v2h-4zm-7 0h4v2h-4z"/><path fill="currentColor" d="M28 28h-4v-2h4V4H7v4H5V4a2 2 0 0 1 2-2h21a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m19.05 13.733l-1-1.733l-10.122 5.846l-.997-.576a3 3 0 0 0 .667-.769A3 3 0 1 0 3.5 17.599L5.928 19L3.5 20.402a3.034 3.034 0 1 0 3.44.323l.988-.57L14.59 24l1-1.73L9.928 19ZM4.034 15.26a1 1 0 1 1 .466.607a1 1 0 0 1-.466-.607M5 22a1 1 0 1 1-.865 1.5A1 1 0 0 1 5 22m12 4h4v2h-4zm-7 0h4v2h-4z"/><path fill="currentColor" d="M28 28h-4v-2h4V4H7v4H5V4a2 2 0 0 1 2-2h21a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2"/></svg>
</template>

CSS

.icon-cut-out {
  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%22m19.05%2013.733l-1-1.733l-10.122%205.846l-.997-.576a3%203%200%200%200%20.667-.769A3%203%200%201%200%203.5%2017.599L5.928%2019L3.5%2020.402a3.034%203.034%200%201%200%203.44.323l.988-.57L14.59%2024l1-1.73L9.928%2019ZM4.034%2015.26a1%201%200%201%201%20.466.607a1%201%200%200%201-.466-.607M5%2022a1%201%200%201%201-.865%201.5A1%201%200%200%201%205%2022m12%204h4v2h-4zm-7%200h4v2h-4z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2028h-4v-2h4V4H7v4H5V4a2%202%200%200%201%202-2h21a2%202%200%200%201%202%202v22a2%202%200%200%201-2%202%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%22m19.05%2013.733l-1-1.733l-10.122%205.846l-.997-.576a3%203%200%200%200%20.667-.769A3%203%200%201%200%203.5%2017.599L5.928%2019L3.5%2020.402a3.034%203.034%200%201%200%203.44.323l.988-.57L14.59%2024l1-1.73L9.928%2019ZM4.034%2015.26a1%201%200%201%201%20.466.607a1%201%200%200%201-.466-.607M5%2022a1%201%200%201%201-.865%201.5A1%201%200%200%201%205%2022m12%204h4v2h-4zm-7%200h4v2h-4z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2028h-4v-2h4V4H7v4H5V4a2%202%200%200%201%202-2h21a2%202%200%200%201%202%202v22a2%202%200%200%201-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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