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

Name
contract-outline
Set
Material Symbols Light
Style
Outline
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
contract-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

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-2.77h3V3h13v16q0 .846-.577 1.423T18 21zm12-1q.425 0 .713-.288T19 19V4H8v12.23h9V19q0 .425.288.713T18 20M9.385 8.385v-1h8.23v1zm0 2.769v-1h8.23v1zM6 20h10v-2.77H5V19q0 .425.288.713T6 20m0 0H5h11z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightContractOutline(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-2.77h3V3h13v16q0 .846-.577 1.423T18 21zm12-1q.425 0 .713-.288T19 19V4H8v12.23h9V19q0 .425.288.713T18 20M9.385 8.385v-1h8.23v1zm0 2.769v-1h8.23v1zM6 20h10v-2.77H5V19q0 .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-2.77h3V3h13v16q0 .846-.577 1.423T18 21zm12-1q.425 0 .713-.288T19 19V4H8v12.23h9V19q0 .425.288.713T18 20M9.385 8.385v-1h8.23v1zm0 2.769v-1h8.23v1zM6 20h10v-2.77H5V19q0 .425.288.713T6 20m0 0H5h11z"/></svg>
</template>

CSS

.icon-contract-outline {
  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-2.77h3V3h13v16q0%20.846-.577%201.423T18%2021zm12-1q.425%200%20.713-.288T19%2019V4H8v12.23h9V19q0%20.425.288.713T18%2020M9.385%208.385v-1h8.23v1zm0%202.769v-1h8.23v1zM6%2020h10v-2.77H5V19q0%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-2.77h3V3h13v16q0%20.846-.577%201.423T18%2021zm12-1q.425%200%20.713-.288T19%2019V4H8v12.23h9V19q0%20.425.288.713T18%2020M9.385%208.385v-1h8.23v1zm0%202.769v-1h8.23v1zM6%2020h10v-2.77H5V19q0%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.svg?color=%231a73e8&size=48