contract edit icon
contract-edit-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- contract-edit-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
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="M6 21q-.846 0-1.423-.577T4 19v-1.961q0-.344.232-.576t.576-.232H7V4.616q0-.667.475-1.141T8.615 3h9.77q.666 0 1.14.475T20 4.615v5.808q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356V4.616q0-.27-.173-.443T18.385 4h-9.77q-.269 0-.442.173T8 4.616V16.23h3.898q.41 0 .56.368t-.133.653q-.217.217-.348.518t-.13.632v1.789q0 .35-.233.58t-.575.229zm8.23-.808V19.12q0-.161.057-.303q.055-.143.186-.268l5.09-5.065q.149-.13.306-.19t.315-.062q.172 0 .338.064q.166.065.301.194l.925.944q.123.148.188.308q.064.159.064.319t-.052.322t-.2.31l-5.068 5.069q-.122.122-.264.18q-.143.059-.304.059h-1.073q-.344 0-.576-.232t-.232-.576m5.96-4.177l.925-.956l-.925-.944l-.95.95zM9.885 10.154h7.23q.213 0 .357.144t.143.357t-.143.356t-.357.143h-7.23q-.213 0-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.143m0-2.77h7.23q.213 0 .357.145t.143.356t-.143.356t-.357.144h-7.23q-.213 0-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.143"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightContractEditRounded(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="M6 21q-.846 0-1.423-.577T4 19v-1.961q0-.344.232-.576t.576-.232H7V4.616q0-.667.475-1.141T8.615 3h9.77q.666 0 1.14.475T20 4.615v5.808q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356V4.616q0-.27-.173-.443T18.385 4h-9.77q-.269 0-.442.173T8 4.616V16.23h3.898q.41 0 .56.368t-.133.653q-.217.217-.348.518t-.13.632v1.789q0 .35-.233.58t-.575.229zm8.23-.808V19.12q0-.161.057-.303q.055-.143.186-.268l5.09-5.065q.149-.13.306-.19t.315-.062q.172 0 .338.064q.166.065.301.194l.925.944q.123.148.188.308q.064.159.064.319t-.052.322t-.2.31l-5.068 5.069q-.122.122-.264.18q-.143.059-.304.059h-1.073q-.344 0-.576-.232t-.232-.576m5.96-4.177l.925-.956l-.925-.944l-.95.95zM9.885 10.154h7.23q.213 0 .357.144t.143.357t-.143.356t-.357.143h-7.23q-.213 0-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.143m0-2.77h7.23q.213 0 .357.145t.143.356t-.143.356t-.357.144h-7.23q-.213 0-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.143"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 21q-.846 0-1.423-.577T4 19v-1.961q0-.344.232-.576t.576-.232H7V4.616q0-.667.475-1.141T8.615 3h9.77q.666 0 1.14.475T20 4.615v5.808q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356V4.616q0-.27-.173-.443T18.385 4h-9.77q-.269 0-.442.173T8 4.616V16.23h3.898q.41 0 .56.368t-.133.653q-.217.217-.348.518t-.13.632v1.789q0 .35-.233.58t-.575.229zm8.23-.808V19.12q0-.161.057-.303q.055-.143.186-.268l5.09-5.065q.149-.13.306-.19t.315-.062q.172 0 .338.064q.166.065.301.194l.925.944q.123.148.188.308q.064.159.064.319t-.052.322t-.2.31l-5.068 5.069q-.122.122-.264.18q-.143.059-.304.059h-1.073q-.344 0-.576-.232t-.232-.576m5.96-4.177l.925-.956l-.925-.944l-.95.95zM9.885 10.154h7.23q.213 0 .357.144t.143.357t-.143.356t-.357.143h-7.23q-.213 0-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.143m0-2.77h7.23q.213 0 .357.145t.143.356t-.143.356t-.357.144h-7.23q-.213 0-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.143"/></svg> </template>
CSS
.icon-contract-edit-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%22M6%2021q-.846%200-1.423-.577T4%2019v-1.961q0-.344.232-.576t.576-.232H7V4.616q0-.667.475-1.141T8.615%203h9.77q.666%200%201.14.475T20%204.615v5.808q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356V4.616q0-.27-.173-.443T18.385%204h-9.77q-.269%200-.442.173T8%204.616V16.23h3.898q.41%200%20.56.368t-.133.653q-.217.217-.348.518t-.13.632v1.789q0%20.35-.233.58t-.575.229zm8.23-.808V19.12q0-.161.057-.303q.055-.143.186-.268l5.09-5.065q.149-.13.306-.19t.315-.062q.172%200%20.338.064q.166.065.301.194l.925.944q.123.148.188.308q.064.159.064.319t-.052.322t-.2.31l-5.068%205.069q-.122.122-.264.18q-.143.059-.304.059h-1.073q-.344%200-.576-.232t-.232-.576m5.96-4.177l.925-.956l-.925-.944l-.95.95zM9.885%2010.154h7.23q.213%200%20.357.144t.143.357t-.143.356t-.357.143h-7.23q-.213%200-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.143m0-2.77h7.23q.213%200%20.357.145t.143.356t-.143.356t-.357.144h-7.23q-.213%200-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.143%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%22M6%2021q-.846%200-1.423-.577T4%2019v-1.961q0-.344.232-.576t.576-.232H7V4.616q0-.667.475-1.141T8.615%203h9.77q.666%200%201.14.475T20%204.615v5.808q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356V4.616q0-.27-.173-.443T18.385%204h-9.77q-.269%200-.442.173T8%204.616V16.23h3.898q.41%200%20.56.368t-.133.653q-.217.217-.348.518t-.13.632v1.789q0%20.35-.233.58t-.575.229zm8.23-.808V19.12q0-.161.057-.303q.055-.143.186-.268l5.09-5.065q.149-.13.306-.19t.315-.062q.172%200%20.338.064q.166.065.301.194l.925.944q.123.148.188.308q.064.159.064.319t-.052.322t-.2.31l-5.068%205.069q-.122.122-.264.18q-.143.059-.304.059h-1.073q-.344%200-.576-.232t-.232-.576m5.96-4.177l.925-.956l-.925-.944l-.95.95zM9.885%2010.154h7.23q.213%200%20.357.144t.143.357t-.143.356t-.357.143h-7.23q-.213%200-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.143m0-2.77h7.23q.213%200%20.357.145t.143.356t-.143.356t-.357.144h-7.23q-.213%200-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.143%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-rounded.svg?color=%231a73e8&size=48