link-dismiss-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
link-dismiss-16-filled
Set
Fluent UI System Icons
Style
16 Filled
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.266 3H9.75l-.102.007A.75.75 0 0 0 9.75 4.5h.516l.153.005a2.24 2.24 0 0 1 1.978 1.568a5.5 5.5 0 0 1 1.6.525A3.74 3.74 0 0 0 10.267 3M6.563 9.073a5.5 5.5 0 0 0-.473 1.432h-.338a3.752 3.752 0 0 1-.199-7.5l.2-.005h.497a.75.75 0 0 1 .102 1.493L6.25 4.5h-.498A2.252 2.252 0 0 0 5.598 9l.154.005h.498q.17.001.313.068m4.017-2.996A5.5 5.5 0 0 0 7.725 7.5H5.75a.75.75 0 0 1-.102-1.493L5.75 6h4.5q.18.002.33.077M11.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 FluentLinkDismiss16Filled(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.266 3H9.75l-.102.007A.75.75 0 0 0 9.75 4.5h.516l.153.005a2.24 2.24 0 0 1 1.978 1.568a5.5 5.5 0 0 1 1.6.525A3.74 3.74 0 0 0 10.267 3M6.563 9.073a5.5 5.5 0 0 0-.473 1.432h-.338a3.752 3.752 0 0 1-.199-7.5l.2-.005h.497a.75.75 0 0 1 .102 1.493L6.25 4.5h-.498A2.252 2.252 0 0 0 5.598 9l.154.005h.498q.17.001.313.068m4.017-2.996A5.5 5.5 0 0 0 7.725 7.5H5.75a.75.75 0 0 1-.102-1.493L5.75 6h4.5q.18.002.33.077M11.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.266 3H9.75l-.102.007A.75.75 0 0 0 9.75 4.5h.516l.153.005a2.24 2.24 0 0 1 1.978 1.568a5.5 5.5 0 0 1 1.6.525A3.74 3.74 0 0 0 10.267 3M6.563 9.073a5.5 5.5 0 0 0-.473 1.432h-.338a3.752 3.752 0 0 1-.199-7.5l.2-.005h.497a.75.75 0 0 1 .102 1.493L6.25 4.5h-.498A2.252 2.252 0 0 0 5.598 9l.154.005h.498q.17.001.313.068m4.017-2.996A5.5 5.5 0 0 0 7.725 7.5H5.75a.75.75 0 0 1-.102-1.493L5.75 6h4.5q.18.002.33.077M11.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-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.266%203H9.75l-.102.007A.75.75%200%200%200%209.75%204.5h.516l.153.005a2.24%202.24%200%200%201%201.978%201.568a5.5%205.5%200%200%201%201.6.525A3.74%203.74%200%200%200%2010.267%203M6.563%209.073a5.5%205.5%200%200%200-.473%201.432h-.338a3.752%203.752%200%200%201-.199-7.5l.2-.005h.497a.75.75%200%200%201%20.102%201.493L6.25%204.5h-.498A2.252%202.252%200%200%200%205.598%209l.154.005h.498q.17.001.313.068m4.017-2.996A5.5%205.5%200%200%200%207.725%207.5H5.75a.75.75%200%200%201-.102-1.493L5.75%206h4.5q.18.002.33.077M11.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.266%203H9.75l-.102.007A.75.75%200%200%200%209.75%204.5h.516l.153.005a2.24%202.24%200%200%201%201.978%201.568a5.5%205.5%200%200%201%201.6.525A3.74%203.74%200%200%200%2010.267%203M6.563%209.073a5.5%205.5%200%200%200-.473%201.432h-.338a3.752%203.752%200%200%201-.199-7.5l.2-.005h.497a.75.75%200%200%201%20.102%201.493L6.25%204.5h-.498A2.252%202.252%200%200%200%205.598%209l.154.005h.498q.17.001.313.068m4.017-2.996A5.5%205.5%200%200%200%207.725%207.5H5.75a.75.75%200%200%201-.102-1.493L5.75%206h4.5q.18.002.33.077M11.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-filled.svg?color=%231a73e8&size=48