contract icon
contract-outline-rounded from Material Symbols Light by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- contract-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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-.671.472-1.143t1.143-.472H7V4.616q0-.672.472-1.144T8.616 3h9.769q.67 0 1.143.472q.472.472.472 1.144V19q0 .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.67 0 1.143.472q.472.472.472 1.143V19q0 .425.288.713T18 20M9.885 8.385q-.214 0-.357-.144q-.144-.143-.144-.356q0-.214.144-.357q.143-.143.357-.143h7.23q.214 0 .357.143q.144.143.144.357q0 .213-.144.356q-.143.144-.357.144zm0 2.769q-.214 0-.357-.143q-.144-.144-.144-.357t.144-.357t.357-.143h7.23q.214 0 .357.143q.144.144.144.357t-.144.357t-.357.143zM6 20h10v-2.154q0-.269-.173-.442t-.442-.173h-9.77q-.269 0-.442.173T5 17.846V19q0 .425.288.713T6 20m0 0H5h11z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightContractOutlineRounded(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-.671.472-1.143t1.143-.472H7V4.616q0-.672.472-1.144T8.616 3h9.769q.67 0 1.143.472q.472.472.472 1.144V19q0 .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.67 0 1.143.472q.472.472.472 1.143V19q0 .425.288.713T18 20M9.885 8.385q-.214 0-.357-.144q-.144-.143-.144-.356q0-.214.144-.357q.143-.143.357-.143h7.23q.214 0 .357.143q.144.143.144.357q0 .213-.144.356q-.143.144-.357.144zm0 2.769q-.214 0-.357-.143q-.144-.144-.144-.357t.144-.357t.357-.143h7.23q.214 0 .357.143q.144.144.144.357t-.144.357t-.357.143zM6 20h10v-2.154q0-.269-.173-.442t-.442-.173h-9.77q-.269 0-.442.173T5 17.846V19q0 .425.288.713T6 20m0 0H5h11z"/></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-.671.472-1.143t1.143-.472H7V4.616q0-.672.472-1.144T8.616 3h9.769q.67 0 1.143.472q.472.472.472 1.144V19q0 .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.67 0 1.143.472q.472.472.472 1.143V19q0 .425.288.713T18 20M9.885 8.385q-.214 0-.357-.144q-.144-.143-.144-.356q0-.214.144-.357q.143-.143.357-.143h7.23q.214 0 .357.143q.144.143.144.357q0 .213-.144.356q-.143.144-.357.144zm0 2.769q-.214 0-.357-.143q-.144-.144-.144-.357t.144-.357t.357-.143h7.23q.214 0 .357.143q.144.144.144.357t-.144.357t-.357.143zM6 20h10v-2.154q0-.269-.173-.442t-.442-.173h-9.77q-.269 0-.442.173T5 17.846V19q0 .425.288.713T6 20m0 0H5h11z"/></svg> </template>
CSS
.icon-contract-outline-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-.671.472-1.143t1.143-.472H7V4.616q0-.672.472-1.144T8.616%203h9.769q.67%200%201.143.472q.472.472.472%201.144V19q0%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.67%200%201.143.472q.472.472.472%201.143V19q0%20.425.288.713T18%2020M9.885%208.385q-.214%200-.357-.144q-.144-.143-.144-.356q0-.214.144-.357q.143-.143.357-.143h7.23q.214%200%20.357.143q.144.143.144.357q0%20.213-.144.356q-.143.144-.357.144zm0%202.769q-.214%200-.357-.143q-.144-.144-.144-.357t.144-.357t.357-.143h7.23q.214%200%20.357.143q.144.144.144.357t-.144.357t-.357.143zM6%2020h10v-2.154q0-.269-.173-.442t-.442-.173h-9.77q-.269%200-.442.173T5%2017.846V19q0%20.425.288.713T6%2020m0%200H5h11z%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-.671.472-1.143t1.143-.472H7V4.616q0-.672.472-1.144T8.616%203h9.769q.67%200%201.143.472q.472.472.472%201.144V19q0%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.67%200%201.143.472q.472.472.472%201.143V19q0%20.425.288.713T18%2020M9.885%208.385q-.214%200-.357-.144q-.144-.143-.144-.356q0-.214.144-.357q.143-.143.357-.143h7.23q.214%200%20.357.143q.144.143.144.357q0%20.213-.144.356q-.143.144-.357.144zm0%202.769q-.214%200-.357-.143q-.144-.144-.144-.357t.144-.357t.357-.143h7.23q.214%200%20.357.143q.144.144.144.357t-.144.357t-.357.143zM6%2020h10v-2.154q0-.269-.173-.442t-.442-.173h-9.77q-.269%200-.442.173T5%2017.846V19q0%20.425.288.713T6%2020m0%200H5h11z%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-outline-rounded.svg?color=%231a73e8&size=48