braces dismiss icon
braces-dismiss-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- braces-dismiss-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
1 other variant in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the braces dismiss icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 13.5a.5.5 0 0 1-.5.5a2 2 0 0 1-2-2V9a.5.5 0 0 0-.5-.5a.5.5 0 0 1 0-1A.5.5 0 0 0 2 7V4a2 2 0 0 1 2-2a.5.5 0 0 1 0 1a1 1 0 0 0-1 1v3c0 .384-.144.735-.382 1c.238.265.382.616.382 1v3a1 1 0 0 0 1 1a.5.5 0 0 1 .5.5m10-6A.5.5 0 0 1 14 7V4a2 2 0 0 0-2-2a.5.5 0 0 0 0 1a1 1 0 0 1 1 1v3c0 .384.144.735.382 1A1.5 1.5 0 0 0 13 9v3a1 1 0 0 1-1 1a.5.5 0 0 0 0 1a2 2 0 0 0 2-2V9a.5.5 0 0 1 .5-.5a.5.5 0 0 0 0-1M12 8a4 4 0 1 1-8 0a4 4 0 0 1 8 0m-1 0c0-1.654-1.346-3-3-3S5 6.346 5 8s1.346 3 3 3s3-1.346 3-3M9.5 6.5a.5.5 0 0 0-.707 0L8 7.293L7.207 6.5a.5.5 0 0 0-.707.707L7.293 8l-.793.793a.5.5 0 0 0 .707.707L8 8.707l.793.793a.5.5 0 0 0 .707-.707L8.707 8l.793-.793a.5.5 0 0 0 0-.707"/></svg>
React
import type { SVGProps } from "react";
export function FluentBracesDismiss16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 13.5a.5.5 0 0 1-.5.5a2 2 0 0 1-2-2V9a.5.5 0 0 0-.5-.5a.5.5 0 0 1 0-1A.5.5 0 0 0 2 7V4a2 2 0 0 1 2-2a.5.5 0 0 1 0 1a1 1 0 0 0-1 1v3c0 .384-.144.735-.382 1c.238.265.382.616.382 1v3a1 1 0 0 0 1 1a.5.5 0 0 1 .5.5m10-6A.5.5 0 0 1 14 7V4a2 2 0 0 0-2-2a.5.5 0 0 0 0 1a1 1 0 0 1 1 1v3c0 .384.144.735.382 1A1.5 1.5 0 0 0 13 9v3a1 1 0 0 1-1 1a.5.5 0 0 0 0 1a2 2 0 0 0 2-2V9a.5.5 0 0 1 .5-.5a.5.5 0 0 0 0-1M12 8a4 4 0 1 1-8 0a4 4 0 0 1 8 0m-1 0c0-1.654-1.346-3-3-3S5 6.346 5 8s1.346 3 3 3s3-1.346 3-3M9.5 6.5a.5.5 0 0 0-.707 0L8 7.293L7.207 6.5a.5.5 0 0 0-.707.707L7.293 8l-.793.793a.5.5 0 0 0 .707.707L8 8.707l.793.793a.5.5 0 0 0 .707-.707L8.707 8l.793-.793a.5.5 0 0 0 0-.707"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 13.5a.5.5 0 0 1-.5.5a2 2 0 0 1-2-2V9a.5.5 0 0 0-.5-.5a.5.5 0 0 1 0-1A.5.5 0 0 0 2 7V4a2 2 0 0 1 2-2a.5.5 0 0 1 0 1a1 1 0 0 0-1 1v3c0 .384-.144.735-.382 1c.238.265.382.616.382 1v3a1 1 0 0 0 1 1a.5.5 0 0 1 .5.5m10-6A.5.5 0 0 1 14 7V4a2 2 0 0 0-2-2a.5.5 0 0 0 0 1a1 1 0 0 1 1 1v3c0 .384.144.735.382 1A1.5 1.5 0 0 0 13 9v3a1 1 0 0 1-1 1a.5.5 0 0 0 0 1a2 2 0 0 0 2-2V9a.5.5 0 0 1 .5-.5a.5.5 0 0 0 0-1M12 8a4 4 0 1 1-8 0a4 4 0 0 1 8 0m-1 0c0-1.654-1.346-3-3-3S5 6.346 5 8s1.346 3 3 3s3-1.346 3-3M9.5 6.5a.5.5 0 0 0-.707 0L8 7.293L7.207 6.5a.5.5 0 0 0-.707.707L7.293 8l-.793.793a.5.5 0 0 0 .707.707L8 8.707l.793.793a.5.5 0 0 0 .707-.707L8.707 8l.793-.793a.5.5 0 0 0 0-.707"/></svg> </template>
CSS
.icon-braces-dismiss-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%2013.5a.5.5%200%200%201-.5.5a2%202%200%200%201-2-2V9a.5.5%200%200%200-.5-.5a.5.5%200%200%201%200-1A.5.5%200%200%200%202%207V4a2%202%200%200%201%202-2a.5.5%200%200%201%200%201a1%201%200%200%200-1%201v3c0%20.384-.144.735-.382%201c.238.265.382.616.382%201v3a1%201%200%200%200%201%201a.5.5%200%200%201%20.5.5m10-6A.5.5%200%200%201%2014%207V4a2%202%200%200%200-2-2a.5.5%200%200%200%200%201a1%201%200%200%201%201%201v3c0%20.384.144.735.382%201A1.5%201.5%200%200%200%2013%209v3a1%201%200%200%201-1%201a.5.5%200%200%200%200%201a2%202%200%200%200%202-2V9a.5.5%200%200%201%20.5-.5a.5.5%200%200%200%200-1M12%208a4%204%200%201%201-8%200a4%204%200%200%201%208%200m-1%200c0-1.654-1.346-3-3-3S5%206.346%205%208s1.346%203%203%203s3-1.346%203-3M9.5%206.5a.5.5%200%200%200-.707%200L8%207.293L7.207%206.5a.5.5%200%200%200-.707.707L7.293%208l-.793.793a.5.5%200%200%200%20.707.707L8%208.707l.793.793a.5.5%200%200%200%20.707-.707L8.707%208l.793-.793a.5.5%200%200%200%200-.707%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%2013.5a.5.5%200%200%201-.5.5a2%202%200%200%201-2-2V9a.5.5%200%200%200-.5-.5a.5.5%200%200%201%200-1A.5.5%200%200%200%202%207V4a2%202%200%200%201%202-2a.5.5%200%200%201%200%201a1%201%200%200%200-1%201v3c0%20.384-.144.735-.382%201c.238.265.382.616.382%201v3a1%201%200%200%200%201%201a.5.5%200%200%201%20.5.5m10-6A.5.5%200%200%201%2014%207V4a2%202%200%200%200-2-2a.5.5%200%200%200%200%201a1%201%200%200%201%201%201v3c0%20.384.144.735.382%201A1.5%201.5%200%200%200%2013%209v3a1%201%200%200%201-1%201a.5.5%200%200%200%200%201a2%202%200%200%200%202-2V9a.5.5%200%200%201%20.5-.5a.5.5%200%200%200%200-1M12%208a4%204%200%201%201-8%200a4%204%200%200%201%208%200m-1%200c0-1.654-1.346-3-3-3S5%206.346%205%208s1.346%203%203%203s3-1.346%203-3M9.5%206.5a.5.5%200%200%200-.707%200L8%207.293L7.207%206.5a.5.5%200%200%200-.707.707L7.293%208l-.793.793a.5.5%200%200%200%20.707.707L8%208.707l.793.793a.5.5%200%200%200%20.707-.707L8.707%208l.793-.793a.5.5%200%200%200%200-.707%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/braces-dismiss-16-regular.svg?color=%231a73e8&size=48