contract icon
contract-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- contract-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
3 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 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.154q0-.666.475-1.14t1.14-.475H7V4.616q0-.667.475-1.141T8.615 3h9.77q.666 0 1.14.475T20 4.615V19q0 .846-.577 1.423T18 21zm12-1q.425 0 .713-.288T19 19V4.616q0-.27-.173-.443T18.385 4h-9.77q-.269 0-.442.173T8 4.616V16.23h7.385q.666 0 1.14.474T17 17.846V19q0 .425.288.713T18 20M9.885 8.385q-.213 0-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.143h7.23q.213 0 .357.144t.143.356t-.143.356t-.357.144zm0 2.769q-.213 0-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.143h7.23q.213 0 .357.144t.143.357t-.143.356t-.357.143z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightContractRounded(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.154q0-.666.475-1.14t1.14-.475H7V4.616q0-.667.475-1.141T8.615 3h9.77q.666 0 1.14.475T20 4.615V19q0 .846-.577 1.423T18 21zm12-1q.425 0 .713-.288T19 19V4.616q0-.27-.173-.443T18.385 4h-9.77q-.269 0-.442.173T8 4.616V16.23h7.385q.666 0 1.14.474T17 17.846V19q0 .425.288.713T18 20M9.885 8.385q-.213 0-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.143h7.23q.213 0 .357.144t.143.356t-.143.356t-.357.144zm0 2.769q-.213 0-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.143h7.23q.213 0 .357.144t.143.357t-.143.356t-.357.143z"/></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.154q0-.666.475-1.14t1.14-.475H7V4.616q0-.667.475-1.141T8.615 3h9.77q.666 0 1.14.475T20 4.615V19q0 .846-.577 1.423T18 21zm12-1q.425 0 .713-.288T19 19V4.616q0-.27-.173-.443T18.385 4h-9.77q-.269 0-.442.173T8 4.616V16.23h7.385q.666 0 1.14.474T17 17.846V19q0 .425.288.713T18 20M9.885 8.385q-.213 0-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.143h7.23q.213 0 .357.144t.143.356t-.143.356t-.357.144zm0 2.769q-.213 0-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.143h7.23q.213 0 .357.144t.143.357t-.143.356t-.357.143z"/></svg> </template>
CSS
.icon-contract-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.154q0-.666.475-1.14t1.14-.475H7V4.616q0-.667.475-1.141T8.615%203h9.77q.666%200%201.14.475T20%204.615V19q0%20.846-.577%201.423T18%2021zm12-1q.425%200%20.713-.288T19%2019V4.616q0-.27-.173-.443T18.385%204h-9.77q-.269%200-.442.173T8%204.616V16.23h7.385q.666%200%201.14.474T17%2017.846V19q0%20.425.288.713T18%2020M9.885%208.385q-.213%200-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.143h7.23q.213%200%20.357.144t.143.356t-.143.356t-.357.144zm0%202.769q-.213%200-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.143h7.23q.213%200%20.357.144t.143.357t-.143.356t-.357.143z%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.154q0-.666.475-1.14t1.14-.475H7V4.616q0-.667.475-1.141T8.615%203h9.77q.666%200%201.14.475T20%204.615V19q0%20.846-.577%201.423T18%2021zm12-1q.425%200%20.713-.288T19%2019V4.616q0-.27-.173-.443T18.385%204h-9.77q-.269%200-.442.173T8%204.616V16.23h7.385q.666%200%201.14.474T17%2017.846V19q0%20.425.288.713T18%2020M9.885%208.385q-.213%200-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.143h7.23q.213%200%20.357.144t.143.356t-.143.356t-.357.144zm0%202.769q-.213%200-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.143h7.23q.213%200%20.357.144t.143.357t-.143.356t-.357.143z%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-rounded.svg?color=%231a73e8&size=48