contract up right icon
contract-up-right-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- contract-up-right-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
11 other variants in Fluent UI System Icons
contract-up-right-16-filledcontract-up-right-16-regularcontract-up-right-20-filledcontract-up-right-20-regularcontract-up-right-24-filledcontract-up-right-24-regularcontract-up-right-28-filledcontract-up-right-28-regularcontract-up-right-32-regularcontract-up-right-48-filledcontract-up-right-48-regular
Related icons in Fluent UI System Icons
Use the contract up right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3 7.5A4.5 4.5 0 0 1 7.5 3h17A4.5 4.5 0 0 1 29 7.5v17a4.5 4.5 0 0 1-4.5 4.5H19a1 1 0 1 1 0-2h5.5a2.5 2.5 0 0 0 2.5-2.5V16h-7.5a3.5 3.5 0 0 1-3.5-3.5V5H7.5A2.5 2.5 0 0 0 5 7.5V13a1 1 0 1 1-2 0zM4 20a1 1 0 1 1 0-2h9a1 1 0 0 1 1 1v9a1 1 0 1 1-2 0v-6.586l-7.293 7.293a1 1 0 0 1-1.414-1.414L10.586 20z"/></svg>
React
import type { SVGProps } from "react";
export function FluentContractUpRight32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3 7.5A4.5 4.5 0 0 1 7.5 3h17A4.5 4.5 0 0 1 29 7.5v17a4.5 4.5 0 0 1-4.5 4.5H19a1 1 0 1 1 0-2h5.5a2.5 2.5 0 0 0 2.5-2.5V16h-7.5a3.5 3.5 0 0 1-3.5-3.5V5H7.5A2.5 2.5 0 0 0 5 7.5V13a1 1 0 1 1-2 0zM4 20a1 1 0 1 1 0-2h9a1 1 0 0 1 1 1v9a1 1 0 1 1-2 0v-6.586l-7.293 7.293a1 1 0 0 1-1.414-1.414L10.586 20z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3 7.5A4.5 4.5 0 0 1 7.5 3h17A4.5 4.5 0 0 1 29 7.5v17a4.5 4.5 0 0 1-4.5 4.5H19a1 1 0 1 1 0-2h5.5a2.5 2.5 0 0 0 2.5-2.5V16h-7.5a3.5 3.5 0 0 1-3.5-3.5V5H7.5A2.5 2.5 0 0 0 5 7.5V13a1 1 0 1 1-2 0zM4 20a1 1 0 1 1 0-2h9a1 1 0 0 1 1 1v9a1 1 0 1 1-2 0v-6.586l-7.293 7.293a1 1 0 0 1-1.414-1.414L10.586 20z"/></svg> </template>
CSS
.icon-contract-up-right-32-filled {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%207.5A4.5%204.5%200%200%201%207.5%203h17A4.5%204.5%200%200%201%2029%207.5v17a4.5%204.5%200%200%201-4.5%204.5H19a1%201%200%201%201%200-2h5.5a2.5%202.5%200%200%200%202.5-2.5V16h-7.5a3.5%203.5%200%200%201-3.5-3.5V5H7.5A2.5%202.5%200%200%200%205%207.5V13a1%201%200%201%201-2%200zM4%2020a1%201%200%201%201%200-2h9a1%201%200%200%201%201%201v9a1%201%200%201%201-2%200v-6.586l-7.293%207.293a1%201%200%200%201-1.414-1.414L10.586%2020z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%207.5A4.5%204.5%200%200%201%207.5%203h17A4.5%204.5%200%200%201%2029%207.5v17a4.5%204.5%200%200%201-4.5%204.5H19a1%201%200%201%201%200-2h5.5a2.5%202.5%200%200%200%202.5-2.5V16h-7.5a3.5%203.5%200%200%201-3.5-3.5V5H7.5A2.5%202.5%200%200%200%205%207.5V13a1%201%200%201%201-2%200zM4%2020a1%201%200%201%201%200-2h9a1%201%200%200%201%201%201v9a1%201%200%201%201-2%200v-6.586l-7.293%207.293a1%201%200%200%201-1.414-1.414L10.586%2020z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/contract-up-right-32-filled.svg?color=%231a73e8&size=48