contract-edit from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
contract-edit
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the contract edit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.385 8.385v-1h8.23v1zm0 2.769v-1h8.23v1zM14.23 21v-2.21l5.333-5.307q.148-.13.307-.19q.16-.062.32-.062q.165 0 .334.064q.17.065.298.194l.925.944q.123.148.187.308q.065.159.065.319t-.052.322t-.2.31L16.44 21zm5.96-4.985l.925-.956l-.925-.943l-.95.95zM6 21q-.846 0-1.423-.577T4 19v-2.77h3V3h13v7.871q-.27.008-.513.057t-.487.14V4H8v12.23h5.346l-1.5 1.5V21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightContractEdit(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="M9.385 8.385v-1h8.23v1zm0 2.769v-1h8.23v1zM14.23 21v-2.21l5.333-5.307q.148-.13.307-.19q.16-.062.32-.062q.165 0 .334.064q.17.065.298.194l.925.944q.123.148.187.308q.065.159.065.319t-.052.322t-.2.31L16.44 21zm5.96-4.985l.925-.956l-.925-.943l-.95.95zM6 21q-.846 0-1.423-.577T4 19v-2.77h3V3h13v7.871q-.27.008-.513.057t-.487.14V4H8v12.23h5.346l-1.5 1.5V21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.385 8.385v-1h8.23v1zm0 2.769v-1h8.23v1zM14.23 21v-2.21l5.333-5.307q.148-.13.307-.19q.16-.062.32-.062q.165 0 .334.064q.17.065.298.194l.925.944q.123.148.187.308q.065.159.065.319t-.052.322t-.2.31L16.44 21zm5.96-4.985l.925-.956l-.925-.943l-.95.95zM6 21q-.846 0-1.423-.577T4 19v-2.77h3V3h13v7.871q-.27.008-.513.057t-.487.14V4H8v12.23h5.346l-1.5 1.5V21z"/></svg>
</template>

CSS

.icon-contract-edit {
  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%22M9.385%208.385v-1h8.23v1zm0%202.769v-1h8.23v1zM14.23%2021v-2.21l5.333-5.307q.148-.13.307-.19q.16-.062.32-.062q.165%200%20.334.064q.17.065.298.194l.925.944q.123.148.187.308q.065.159.065.319t-.052.322t-.2.31L16.44%2021zm5.96-4.985l.925-.956l-.925-.943l-.95.95zM6%2021q-.846%200-1.423-.577T4%2019v-2.77h3V3h13v7.871q-.27.008-.513.057t-.487.14V4H8v12.23h5.346l-1.5%201.5V21z%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%22M9.385%208.385v-1h8.23v1zm0%202.769v-1h8.23v1zM14.23%2021v-2.21l5.333-5.307q.148-.13.307-.19q.16-.062.32-.062q.165%200%20.334.064q.17.065.298.194l.925.944q.123.148.187.308q.065.159.065.319t-.052.322t-.2.31L16.44%2021zm5.96-4.985l.925-.956l-.925-.943l-.95.95zM6%2021q-.846%200-1.423-.577T4%2019v-2.77h3V3h13v7.871q-.27.008-.513.057t-.487.14V4H8v12.23h5.346l-1.5%201.5V21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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