patch icon
patch-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- patch-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Use the patch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.798 3.237l1.495 1.495l-6.561 6.56l-1.495-1.494a3.25 3.25 0 0 1 0-4.596l1.965-1.965a3.25 3.25 0 0 1 4.596 0M14.2 20.762l-1.494-1.495l6.56-6.56l1.495 1.494a3.25 3.25 0 0 1 0 4.597l-1.964 1.964a3.25 3.25 0 0 1-4.596 0m-10.964-6.56a3.25 3.25 0 0 0 0 4.596l1.965 1.964a3.25 3.25 0 0 0 4.596 0L20.762 9.798a3.25 3.25 0 0 0 0-4.596l-1.964-1.965a3.25 3.25 0 0 0-4.596 0zM12.75 9a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M9 12.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m3 0a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m3.75-.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M12 15.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentPatch24Filled(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="m9.798 3.237l1.495 1.495l-6.561 6.56l-1.495-1.494a3.25 3.25 0 0 1 0-4.596l1.965-1.965a3.25 3.25 0 0 1 4.596 0M14.2 20.762l-1.494-1.495l6.56-6.56l1.495 1.494a3.25 3.25 0 0 1 0 4.597l-1.964 1.964a3.25 3.25 0 0 1-4.596 0m-10.964-6.56a3.25 3.25 0 0 0 0 4.596l1.965 1.964a3.25 3.25 0 0 0 4.596 0L20.762 9.798a3.25 3.25 0 0 0 0-4.596l-1.964-1.965a3.25 3.25 0 0 0-4.596 0zM12.75 9a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M9 12.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m3 0a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m3.75-.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M12 15.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.798 3.237l1.495 1.495l-6.561 6.56l-1.495-1.494a3.25 3.25 0 0 1 0-4.596l1.965-1.965a3.25 3.25 0 0 1 4.596 0M14.2 20.762l-1.494-1.495l6.56-6.56l1.495 1.494a3.25 3.25 0 0 1 0 4.597l-1.964 1.964a3.25 3.25 0 0 1-4.596 0m-10.964-6.56a3.25 3.25 0 0 0 0 4.596l1.965 1.964a3.25 3.25 0 0 0 4.596 0L20.762 9.798a3.25 3.25 0 0 0 0-4.596l-1.964-1.965a3.25 3.25 0 0 0-4.596 0zM12.75 9a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M9 12.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m3 0a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m3.75-.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M12 15.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5"/></svg> </template>
CSS
.icon-patch-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.798%203.237l1.495%201.495l-6.561%206.56l-1.495-1.494a3.25%203.25%200%200%201%200-4.596l1.965-1.965a3.25%203.25%200%200%201%204.596%200M14.2%2020.762l-1.494-1.495l6.56-6.56l1.495%201.494a3.25%203.25%200%200%201%200%204.597l-1.964%201.964a3.25%203.25%200%200%201-4.596%200m-10.964-6.56a3.25%203.25%200%200%200%200%204.596l1.965%201.964a3.25%203.25%200%200%200%204.596%200L20.762%209.798a3.25%203.25%200%200%200%200-4.596l-1.964-1.965a3.25%203.25%200%200%200-4.596%200zM12.75%209a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M9%2012.75a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5m3%200a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5m3.75-.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M12%2015.75a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5%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%22m9.798%203.237l1.495%201.495l-6.561%206.56l-1.495-1.494a3.25%203.25%200%200%201%200-4.596l1.965-1.965a3.25%203.25%200%200%201%204.596%200M14.2%2020.762l-1.494-1.495l6.56-6.56l1.495%201.494a3.25%203.25%200%200%201%200%204.597l-1.964%201.964a3.25%203.25%200%200%201-4.596%200m-10.964-6.56a3.25%203.25%200%200%200%200%204.596l1.965%201.964a3.25%203.25%200%200%200%204.596%200L20.762%209.798a3.25%203.25%200%200%200%200-4.596l-1.964-1.965a3.25%203.25%200%200%200-4.596%200zM12.75%209a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M9%2012.75a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5m3%200a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5m3.75-.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M12%2015.75a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/patch-24-filled.svg?color=%231a73e8&size=48