patch icon
patch-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- patch-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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="M10.5 8a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m0 2a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-2.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m4.5-.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M10 12.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-6.94 2.768a2.5 2.5 0 0 1 0-3.536l8.672-8.672a2.5 2.5 0 0 1 3.536 0l1.671 1.672a2.5 2.5 0 0 1 0 3.535L8.268 16.94a2.5 2.5 0 0 1-3.536 0zm.708-2.829a1.5 1.5 0 0 0 0 2.121l1.671 1.672a1.5 1.5 0 0 0 2.121 0L9.293 14.5L5.5 10.707zm10.025-2.44L10 6.208L6.207 10L10 13.793zm.707-.706l1.732-1.733a1.5 1.5 0 0 0 0-2.121l-1.671-1.672a1.5 1.5 0 0 0-2.122 0L10.707 5.5zm-3.793 6.621l1.025 1.025a2.5 2.5 0 0 0 3.536 0l1.671-1.671a2.5 2.5 0 0 0 0-3.536l-1.025-1.025l-.707.707l1.025 1.025a1.5 1.5 0 0 1 0 2.121l-1.672 1.672a1.5 1.5 0 0 1-2.121 0l-1.025-1.025zM8.586 4.793L7.56 3.768a1.5 1.5 0 0 0-2.121 0L3.767 5.439a1.5 1.5 0 0 0 0 2.122l1.026 1.025l-.707.707L3.06 8.268a2.5 2.5 0 0 1 0-3.536l1.672-1.671a2.5 2.5 0 0 1 3.535 0l1.026 1.025z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPatch20Regular(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="M10.5 8a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m0 2a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-2.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m4.5-.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M10 12.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-6.94 2.768a2.5 2.5 0 0 1 0-3.536l8.672-8.672a2.5 2.5 0 0 1 3.536 0l1.671 1.672a2.5 2.5 0 0 1 0 3.535L8.268 16.94a2.5 2.5 0 0 1-3.536 0zm.708-2.829a1.5 1.5 0 0 0 0 2.121l1.671 1.672a1.5 1.5 0 0 0 2.121 0L9.293 14.5L5.5 10.707zm10.025-2.44L10 6.208L6.207 10L10 13.793zm.707-.706l1.732-1.733a1.5 1.5 0 0 0 0-2.121l-1.671-1.672a1.5 1.5 0 0 0-2.122 0L10.707 5.5zm-3.793 6.621l1.025 1.025a2.5 2.5 0 0 0 3.536 0l1.671-1.671a2.5 2.5 0 0 0 0-3.536l-1.025-1.025l-.707.707l1.025 1.025a1.5 1.5 0 0 1 0 2.121l-1.672 1.672a1.5 1.5 0 0 1-2.121 0l-1.025-1.025zM8.586 4.793L7.56 3.768a1.5 1.5 0 0 0-2.121 0L3.767 5.439a1.5 1.5 0 0 0 0 2.122l1.026 1.025l-.707.707L3.06 8.268a2.5 2.5 0 0 1 0-3.536l1.672-1.671a2.5 2.5 0 0 1 3.535 0l1.026 1.025z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.5 8a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m0 2a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-2.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m4.5-.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M10 12.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-6.94 2.768a2.5 2.5 0 0 1 0-3.536l8.672-8.672a2.5 2.5 0 0 1 3.536 0l1.671 1.672a2.5 2.5 0 0 1 0 3.535L8.268 16.94a2.5 2.5 0 0 1-3.536 0zm.708-2.829a1.5 1.5 0 0 0 0 2.121l1.671 1.672a1.5 1.5 0 0 0 2.121 0L9.293 14.5L5.5 10.707zm10.025-2.44L10 6.208L6.207 10L10 13.793zm.707-.706l1.732-1.733a1.5 1.5 0 0 0 0-2.121l-1.671-1.672a1.5 1.5 0 0 0-2.122 0L10.707 5.5zm-3.793 6.621l1.025 1.025a2.5 2.5 0 0 0 3.536 0l1.671-1.671a2.5 2.5 0 0 0 0-3.536l-1.025-1.025l-.707.707l1.025 1.025a1.5 1.5 0 0 1 0 2.121l-1.672 1.672a1.5 1.5 0 0 1-2.121 0l-1.025-1.025zM8.586 4.793L7.56 3.768a1.5 1.5 0 0 0-2.121 0L3.767 5.439a1.5 1.5 0 0 0 0 2.122l1.026 1.025l-.707.707L3.06 8.268a2.5 2.5 0 0 1 0-3.536l1.672-1.671a2.5 2.5 0 0 1 3.535 0l1.026 1.025z"/></svg> </template>
CSS
.icon-patch-20-regular {
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%22M10.5%208a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m0%202a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-2.5.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m4.5-.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M10%2012.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m-6.94%202.768a2.5%202.5%200%200%201%200-3.536l8.672-8.672a2.5%202.5%200%200%201%203.536%200l1.671%201.672a2.5%202.5%200%200%201%200%203.535L8.268%2016.94a2.5%202.5%200%200%201-3.536%200zm.708-2.829a1.5%201.5%200%200%200%200%202.121l1.671%201.672a1.5%201.5%200%200%200%202.121%200L9.293%2014.5L5.5%2010.707zm10.025-2.44L10%206.208L6.207%2010L10%2013.793zm.707-.706l1.732-1.733a1.5%201.5%200%200%200%200-2.121l-1.671-1.672a1.5%201.5%200%200%200-2.122%200L10.707%205.5zm-3.793%206.621l1.025%201.025a2.5%202.5%200%200%200%203.536%200l1.671-1.671a2.5%202.5%200%200%200%200-3.536l-1.025-1.025l-.707.707l1.025%201.025a1.5%201.5%200%200%201%200%202.121l-1.672%201.672a1.5%201.5%200%200%201-2.121%200l-1.025-1.025zM8.586%204.793L7.56%203.768a1.5%201.5%200%200%200-2.121%200L3.767%205.439a1.5%201.5%200%200%200%200%202.122l1.026%201.025l-.707.707L3.06%208.268a2.5%202.5%200%200%201%200-3.536l1.672-1.671a2.5%202.5%200%200%201%203.535%200l1.026%201.025z%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%22M10.5%208a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m0%202a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-2.5.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m4.5-.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M10%2012.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m-6.94%202.768a2.5%202.5%200%200%201%200-3.536l8.672-8.672a2.5%202.5%200%200%201%203.536%200l1.671%201.672a2.5%202.5%200%200%201%200%203.535L8.268%2016.94a2.5%202.5%200%200%201-3.536%200zm.708-2.829a1.5%201.5%200%200%200%200%202.121l1.671%201.672a1.5%201.5%200%200%200%202.121%200L9.293%2014.5L5.5%2010.707zm10.025-2.44L10%206.208L6.207%2010L10%2013.793zm.707-.706l1.732-1.733a1.5%201.5%200%200%200%200-2.121l-1.671-1.672a1.5%201.5%200%200%200-2.122%200L10.707%205.5zm-3.793%206.621l1.025%201.025a2.5%202.5%200%200%200%203.536%200l1.671-1.671a2.5%202.5%200%200%200%200-3.536l-1.025-1.025l-.707.707l1.025%201.025a1.5%201.5%200%200%201%200%202.121l-1.672%201.672a1.5%201.5%200%200%201-2.121%200l-1.025-1.025zM8.586%204.793L7.56%203.768a1.5%201.5%200%200%200-2.121%200L3.767%205.439a1.5%201.5%200%200%200%200%202.122l1.026%201.025l-.707.707L3.06%208.268a2.5%202.5%200%200%201%200-3.536l1.672-1.671a2.5%202.5%200%200%201%203.535%200l1.026%201.025z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/patch-20-regular.svg?color=%231a73e8&size=48