patch icon
patch-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- patch-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="m8.267 3.06l1.026 1.025l-5.208 5.208L3.06 8.267a2.5 2.5 0 0 1 0-3.535L4.732 3.06a2.5 2.5 0 0 1 3.535 0m3.465 13.879l-1.025-1.025l5.207-5.207l1.025 1.025a2.5 2.5 0 0 1 0 3.536l-1.671 1.671a2.5 2.5 0 0 1-3.536 0M3.06 11.732a2.5 2.5 0 0 0 0 3.536l1.671 1.671a2.5 2.5 0 0 0 3.536 0l8.671-8.672a2.5 2.5 0 0 0 0-3.535l-1.67-1.672a2.5 2.5 0 0 0-3.536 0zM10 8.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m0 2a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1M8.5 10a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m3.5.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1M10.5 12a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentPatch20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m8.267 3.06l1.026 1.025l-5.208 5.208L3.06 8.267a2.5 2.5 0 0 1 0-3.535L4.732 3.06a2.5 2.5 0 0 1 3.535 0m3.465 13.879l-1.025-1.025l5.207-5.207l1.025 1.025a2.5 2.5 0 0 1 0 3.536l-1.671 1.671a2.5 2.5 0 0 1-3.536 0M3.06 11.732a2.5 2.5 0 0 0 0 3.536l1.671 1.671a2.5 2.5 0 0 0 3.536 0l8.671-8.672a2.5 2.5 0 0 0 0-3.535l-1.67-1.672a2.5 2.5 0 0 0-3.536 0zM10 8.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m0 2a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1M8.5 10a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m3.5.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1M10.5 12a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m8.267 3.06l1.026 1.025l-5.208 5.208L3.06 8.267a2.5 2.5 0 0 1 0-3.535L4.732 3.06a2.5 2.5 0 0 1 3.535 0m3.465 13.879l-1.025-1.025l5.207-5.207l1.025 1.025a2.5 2.5 0 0 1 0 3.536l-1.671 1.671a2.5 2.5 0 0 1-3.536 0M3.06 11.732a2.5 2.5 0 0 0 0 3.536l1.671 1.671a2.5 2.5 0 0 0 3.536 0l8.671-8.672a2.5 2.5 0 0 0 0-3.535l-1.67-1.672a2.5 2.5 0 0 0-3.536 0zM10 8.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m0 2a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1M8.5 10a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m3.5.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1M10.5 12a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></svg> </template>
CSS
.icon-patch-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.267%203.06l1.026%201.025l-5.208%205.208L3.06%208.267a2.5%202.5%200%200%201%200-3.535L4.732%203.06a2.5%202.5%200%200%201%203.535%200m3.465%2013.879l-1.025-1.025l5.207-5.207l1.025%201.025a2.5%202.5%200%200%201%200%203.536l-1.671%201.671a2.5%202.5%200%200%201-3.536%200M3.06%2011.732a2.5%202.5%200%200%200%200%203.536l1.671%201.671a2.5%202.5%200%200%200%203.536%200l8.671-8.672a2.5%202.5%200%200%200%200-3.535l-1.67-1.672a2.5%202.5%200%200%200-3.536%200zM10%208.5a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m0%202a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201M8.5%2010a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m3.5.5a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201M10.5%2012a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.267%203.06l1.026%201.025l-5.208%205.208L3.06%208.267a2.5%202.5%200%200%201%200-3.535L4.732%203.06a2.5%202.5%200%200%201%203.535%200m3.465%2013.879l-1.025-1.025l5.207-5.207l1.025%201.025a2.5%202.5%200%200%201%200%203.536l-1.671%201.671a2.5%202.5%200%200%201-3.536%200M3.06%2011.732a2.5%202.5%200%200%200%200%203.536l1.671%201.671a2.5%202.5%200%200%200%203.536%200l8.671-8.672a2.5%202.5%200%200%200%200-3.535l-1.67-1.672a2.5%202.5%200%200%200-3.536%200zM10%208.5a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m0%202a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201M8.5%2010a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m3.5.5a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201M10.5%2012a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/patch-20-filled.svg?color=%231a73e8&size=48