contract delete icon

contract-delete-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
contract-delete-rounded
Set
Material Symbols
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the contract delete icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19 19.425l-1.425 1.4q-.275.275-.687.288t-.713-.288q-.275-.275-.275-.7t.275-.7l1.4-1.425l-1.4-1.425q-.275-.275-.288-.687t.288-.713q.275-.275.7-.275t.7.275l1.425 1.4l1.425-1.4q.275-.275.688-.288t.712.288q.275.275.275.7t-.275.7L20.425 18l1.4 1.425q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275zM10 9q-.425 0-.712-.288T9 8t.288-.712T10 7h7q.425 0 .713.288T18 8t-.288.713T17 9zm0 3q-.425 0-.712-.288T9 11t.288-.712T10 10h7q.425 0 .713.288T18 11t-.288.713T17 12zM6 22q-1.25 0-2.125-.875T3 19v-1q0-.825.588-1.412T5 16h1V4q0-.825.588-1.412T8 2h11q.825 0 1.413.588T21 4v8q0 .425-.288.713T20 13t-.712-.288T19 12V4H8v12h4.15q.45 0 .738.35t.187.8q-.05.2-.062.425T13 18q0 .725.175 1.438T13.7 20.8q.225.425.025.813T13.1 22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsContractDeleteRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19 19.425l-1.425 1.4q-.275.275-.687.288t-.713-.288q-.275-.275-.275-.7t.275-.7l1.4-1.425l-1.4-1.425q-.275-.275-.288-.687t.288-.713q.275-.275.7-.275t.7.275l1.425 1.4l1.425-1.4q.275-.275.688-.288t.712.288q.275.275.275.7t-.275.7L20.425 18l1.4 1.425q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275zM10 9q-.425 0-.712-.288T9 8t.288-.712T10 7h7q.425 0 .713.288T18 8t-.288.713T17 9zm0 3q-.425 0-.712-.288T9 11t.288-.712T10 10h7q.425 0 .713.288T18 11t-.288.713T17 12zM6 22q-1.25 0-2.125-.875T3 19v-1q0-.825.588-1.412T5 16h1V4q0-.825.588-1.412T8 2h11q.825 0 1.413.588T21 4v8q0 .425-.288.713T20 13t-.712-.288T19 12V4H8v12h4.15q.45 0 .738.35t.187.8q-.05.2-.062.425T13 18q0 .725.175 1.438T13.7 20.8q.225.425.025.813T13.1 22z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19 19.425l-1.425 1.4q-.275.275-.687.288t-.713-.288q-.275-.275-.275-.7t.275-.7l1.4-1.425l-1.4-1.425q-.275-.275-.288-.687t.288-.713q.275-.275.7-.275t.7.275l1.425 1.4l1.425-1.4q.275-.275.688-.288t.712.288q.275.275.275.7t-.275.7L20.425 18l1.4 1.425q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275zM10 9q-.425 0-.712-.288T9 8t.288-.712T10 7h7q.425 0 .713.288T18 8t-.288.713T17 9zm0 3q-.425 0-.712-.288T9 11t.288-.712T10 10h7q.425 0 .713.288T18 11t-.288.713T17 12zM6 22q-1.25 0-2.125-.875T3 19v-1q0-.825.588-1.412T5 16h1V4q0-.825.588-1.412T8 2h11q.825 0 1.413.588T21 4v8q0 .425-.288.713T20 13t-.712-.288T19 12V4H8v12h4.15q.45 0 .738.35t.187.8q-.05.2-.062.425T13 18q0 .725.175 1.438T13.7 20.8q.225.425.025.813T13.1 22z"/></svg>
</template>

CSS

.icon-contract-delete-rounded {
  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%22currentColor%22%20d%3D%22m19%2019.425l-1.425%201.4q-.275.275-.687.288t-.713-.288q-.275-.275-.275-.7t.275-.7l1.4-1.425l-1.4-1.425q-.275-.275-.288-.687t.288-.713q.275-.275.7-.275t.7.275l1.425%201.4l1.425-1.4q.275-.275.688-.288t.712.288q.275.275.275.7t-.275.7L20.425%2018l1.4%201.425q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275zM10%209q-.425%200-.712-.288T9%208t.288-.712T10%207h7q.425%200%20.713.288T18%208t-.288.713T17%209zm0%203q-.425%200-.712-.288T9%2011t.288-.712T10%2010h7q.425%200%20.713.288T18%2011t-.288.713T17%2012zM6%2022q-1.25%200-2.125-.875T3%2019v-1q0-.825.588-1.412T5%2016h1V4q0-.825.588-1.412T8%202h11q.825%200%201.413.588T21%204v8q0%20.425-.288.713T20%2013t-.712-.288T19%2012V4H8v12h4.15q.45%200%20.738.35t.187.8q-.05.2-.062.425T13%2018q0%20.725.175%201.438T13.7%2020.8q.225.425.025.813T13.1%2022z%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%22currentColor%22%20d%3D%22m19%2019.425l-1.425%201.4q-.275.275-.687.288t-.713-.288q-.275-.275-.275-.7t.275-.7l1.4-1.425l-1.4-1.425q-.275-.275-.288-.687t.288-.713q.275-.275.7-.275t.7.275l1.425%201.4l1.425-1.4q.275-.275.688-.288t.712.288q.275.275.275.7t-.275.7L20.425%2018l1.4%201.425q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275zM10%209q-.425%200-.712-.288T9%208t.288-.712T10%207h7q.425%200%20.713.288T18%208t-.288.713T17%209zm0%203q-.425%200-.712-.288T9%2011t.288-.712T10%2010h7q.425%200%20.713.288T18%2011t-.288.713T17%2012zM6%2022q-1.25%200-2.125-.875T3%2019v-1q0-.825.588-1.412T5%2016h1V4q0-.825.588-1.412T8%202h11q.825%200%201.413.588T21%204v8q0%20.425-.288.713T20%2013t-.712-.288T19%2012V4H8v12h4.15q.45%200%20.738.35t.187.8q-.05.2-.062.425T13%2018q0%20.725.175%201.438T13.7%2020.8q.225.425.025.813T13.1%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/contract-delete-rounded.svg?color=%231a73e8&size=48