link dismiss icon
link-dismiss-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- link-dismiss-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the link dismiss icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.5 3h-1l-.09.008A.5.5 0 0 0 9.5 4h1l.164.005a2.5 2.5 0 0 1 2.318 2.197q.533.15 1.017.397L14 6.5A3.5 3.5 0 0 0 10.5 3M6.595 9.009q-.24.472-.388.991H5.5a3.5 3.5 0 0 1-.192-6.995L5.5 3h1a.5.5 0 0 1 .09.992L6.5 4h-1a2.5 2.5 0 0 0-.164 4.995L5.5 9h1q.049 0 .095.009m4.128-2.955a5.5 5.5 0 0 0-2.388.947L5.5 7a.5.5 0 0 1-.09-.992L5.5 6l5 .002q.121.002.223.053M11.5 16a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m1.854-6.354a.5.5 0 0 1 0 .708L12.207 11.5l1.147 1.146a.5.5 0 0 1-.708.708L11.5 12.207l-1.146 1.147a.5.5 0 0 1-.708-.708l1.147-1.146l-1.147-1.146a.5.5 0 0 1 .708-.708l1.146 1.147l1.146-1.147a.5.5 0 0 1 .708 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentLinkDismiss16Regular(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="M10.5 3h-1l-.09.008A.5.5 0 0 0 9.5 4h1l.164.005a2.5 2.5 0 0 1 2.318 2.197q.533.15 1.017.397L14 6.5A3.5 3.5 0 0 0 10.5 3M6.595 9.009q-.24.472-.388.991H5.5a3.5 3.5 0 0 1-.192-6.995L5.5 3h1a.5.5 0 0 1 .09.992L6.5 4h-1a2.5 2.5 0 0 0-.164 4.995L5.5 9h1q.049 0 .095.009m4.128-2.955a5.5 5.5 0 0 0-2.388.947L5.5 7a.5.5 0 0 1-.09-.992L5.5 6l5 .002q.121.002.223.053M11.5 16a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m1.854-6.354a.5.5 0 0 1 0 .708L12.207 11.5l1.147 1.146a.5.5 0 0 1-.708.708L11.5 12.207l-1.146 1.147a.5.5 0 0 1-.708-.708l1.147-1.146l-1.147-1.146a.5.5 0 0 1 .708-.708l1.146 1.147l1.146-1.147a.5.5 0 0 1 .708 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.5 3h-1l-.09.008A.5.5 0 0 0 9.5 4h1l.164.005a2.5 2.5 0 0 1 2.318 2.197q.533.15 1.017.397L14 6.5A3.5 3.5 0 0 0 10.5 3M6.595 9.009q-.24.472-.388.991H5.5a3.5 3.5 0 0 1-.192-6.995L5.5 3h1a.5.5 0 0 1 .09.992L6.5 4h-1a2.5 2.5 0 0 0-.164 4.995L5.5 9h1q.049 0 .095.009m4.128-2.955a5.5 5.5 0 0 0-2.388.947L5.5 7a.5.5 0 0 1-.09-.992L5.5 6l5 .002q.121.002.223.053M11.5 16a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m1.854-6.354a.5.5 0 0 1 0 .708L12.207 11.5l1.147 1.146a.5.5 0 0 1-.708.708L11.5 12.207l-1.146 1.147a.5.5 0 0 1-.708-.708l1.147-1.146l-1.147-1.146a.5.5 0 0 1 .708-.708l1.146 1.147l1.146-1.147a.5.5 0 0 1 .708 0"/></svg> </template>
CSS
.icon-link-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%22M10.5%203h-1l-.09.008A.5.5%200%200%200%209.5%204h1l.164.005a2.5%202.5%200%200%201%202.318%202.197q.533.15%201.017.397L14%206.5A3.5%203.5%200%200%200%2010.5%203M6.595%209.009q-.24.472-.388.991H5.5a3.5%203.5%200%200%201-.192-6.995L5.5%203h1a.5.5%200%200%201%20.09.992L6.5%204h-1a2.5%202.5%200%200%200-.164%204.995L5.5%209h1q.049%200%20.095.009m4.128-2.955a5.5%205.5%200%200%200-2.388.947L5.5%207a.5.5%200%200%201-.09-.992L5.5%206l5%20.002q.121.002.223.053M11.5%2016a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m1.854-6.354a.5.5%200%200%201%200%20.708L12.207%2011.5l1.147%201.146a.5.5%200%200%201-.708.708L11.5%2012.207l-1.146%201.147a.5.5%200%200%201-.708-.708l1.147-1.146l-1.147-1.146a.5.5%200%200%201%20.708-.708l1.146%201.147l1.146-1.147a.5.5%200%200%201%20.708%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%203h-1l-.09.008A.5.5%200%200%200%209.5%204h1l.164.005a2.5%202.5%200%200%201%202.318%202.197q.533.15%201.017.397L14%206.5A3.5%203.5%200%200%200%2010.5%203M6.595%209.009q-.24.472-.388.991H5.5a3.5%203.5%200%200%201-.192-6.995L5.5%203h1a.5.5%200%200%201%20.09.992L6.5%204h-1a2.5%202.5%200%200%200-.164%204.995L5.5%209h1q.049%200%20.095.009m4.128-2.955a5.5%205.5%200%200%200-2.388.947L5.5%207a.5.5%200%200%201-.09-.992L5.5%206l5%20.002q.121.002.223.053M11.5%2016a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m1.854-6.354a.5.5%200%200%201%200%20.708L12.207%2011.5l1.147%201.146a.5.5%200%200%201-.708.708L11.5%2012.207l-1.146%201.147a.5.5%200%200%201-.708-.708l1.147-1.146l-1.147-1.146a.5.5%200%200%201%20.708-.708l1.146%201.147l1.146-1.147a.5.5%200%200%201%20.708%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/link-dismiss-16-regular.svg?color=%231a73e8&size=48