tab shield dismiss icon

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

Name
tab-shield-dismiss-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT
Aliases
tab-tracking-prevention-20-filled

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the tab shield dismiss icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3 5.5A2.5 2.5 0 0 1 5.5 3h9A2.5 2.5 0 0 1 17 5.5v2.732a4.6 4.6 0 0 1-.994-.802a1.4 1.4 0 0 0-.506-.337V5.5a1 1 0 0 0-1-1h-9a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h5.071a5.8 5.8 0 0 0 .963 1.5H5.5A2.5 2.5 0 0 1 3 14.5zm12.284 2.622c.992 1.036 2.091 1.545 3.316 1.545c.196 0 .36.147.394.341l.006.075v2.501c0 2.682-1.313 4.506-3.873 5.395a.4.4 0 0 1-.254 0c-2.482-.863-3.792-2.603-3.87-5.153L11 12.584v-2.5c0-.23.18-.417.4-.417c1.223 0 2.323-.51 3.318-1.545a.39.39 0 0 1 .566 0M15 12.47l-1.36-1.36a.375.375 0 0 0-.53.53L14.47 13l-1.355 1.355a.375.375 0 0 0 .53.53L15 13.53l1.355 1.355a.375.375 0 0 0 .53-.53L15.53 13l1.355-1.355a.375.375 0 0 0-.53-.53z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTabShieldDismiss20Filled(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="M3 5.5A2.5 2.5 0 0 1 5.5 3h9A2.5 2.5 0 0 1 17 5.5v2.732a4.6 4.6 0 0 1-.994-.802a1.4 1.4 0 0 0-.506-.337V5.5a1 1 0 0 0-1-1h-9a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h5.071a5.8 5.8 0 0 0 .963 1.5H5.5A2.5 2.5 0 0 1 3 14.5zm12.284 2.622c.992 1.036 2.091 1.545 3.316 1.545c.196 0 .36.147.394.341l.006.075v2.501c0 2.682-1.313 4.506-3.873 5.395a.4.4 0 0 1-.254 0c-2.482-.863-3.792-2.603-3.87-5.153L11 12.584v-2.5c0-.23.18-.417.4-.417c1.223 0 2.323-.51 3.318-1.545a.39.39 0 0 1 .566 0M15 12.47l-1.36-1.36a.375.375 0 0 0-.53.53L14.47 13l-1.355 1.355a.375.375 0 0 0 .53.53L15 13.53l1.355 1.355a.375.375 0 0 0 .53-.53L15.53 13l1.355-1.355a.375.375 0 0 0-.53-.53z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3 5.5A2.5 2.5 0 0 1 5.5 3h9A2.5 2.5 0 0 1 17 5.5v2.732a4.6 4.6 0 0 1-.994-.802a1.4 1.4 0 0 0-.506-.337V5.5a1 1 0 0 0-1-1h-9a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h5.071a5.8 5.8 0 0 0 .963 1.5H5.5A2.5 2.5 0 0 1 3 14.5zm12.284 2.622c.992 1.036 2.091 1.545 3.316 1.545c.196 0 .36.147.394.341l.006.075v2.501c0 2.682-1.313 4.506-3.873 5.395a.4.4 0 0 1-.254 0c-2.482-.863-3.792-2.603-3.87-5.153L11 12.584v-2.5c0-.23.18-.417.4-.417c1.223 0 2.323-.51 3.318-1.545a.39.39 0 0 1 .566 0M15 12.47l-1.36-1.36a.375.375 0 0 0-.53.53L14.47 13l-1.355 1.355a.375.375 0 0 0 .53.53L15 13.53l1.355 1.355a.375.375 0 0 0 .53-.53L15.53 13l1.355-1.355a.375.375 0 0 0-.53-.53z"/></svg>
</template>

CSS

.icon-tab-shield-dismiss-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%22M3%205.5A2.5%202.5%200%200%201%205.5%203h9A2.5%202.5%200%200%201%2017%205.5v2.732a4.6%204.6%200%200%201-.994-.802a1.4%201.4%200%200%200-.506-.337V5.5a1%201%200%200%200-1-1h-9a1%201%200%200%200-1%201v9a1%201%200%200%200%201%201h5.071a5.8%205.8%200%200%200%20.963%201.5H5.5A2.5%202.5%200%200%201%203%2014.5zm12.284%202.622c.992%201.036%202.091%201.545%203.316%201.545c.196%200%20.36.147.394.341l.006.075v2.501c0%202.682-1.313%204.506-3.873%205.395a.4.4%200%200%201-.254%200c-2.482-.863-3.792-2.603-3.87-5.153L11%2012.584v-2.5c0-.23.18-.417.4-.417c1.223%200%202.323-.51%203.318-1.545a.39.39%200%200%201%20.566%200M15%2012.47l-1.36-1.36a.375.375%200%200%200-.53.53L14.47%2013l-1.355%201.355a.375.375%200%200%200%20.53.53L15%2013.53l1.355%201.355a.375.375%200%200%200%20.53-.53L15.53%2013l1.355-1.355a.375.375%200%200%200-.53-.53z%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%22M3%205.5A2.5%202.5%200%200%201%205.5%203h9A2.5%202.5%200%200%201%2017%205.5v2.732a4.6%204.6%200%200%201-.994-.802a1.4%201.4%200%200%200-.506-.337V5.5a1%201%200%200%200-1-1h-9a1%201%200%200%200-1%201v9a1%201%200%200%200%201%201h5.071a5.8%205.8%200%200%200%20.963%201.5H5.5A2.5%202.5%200%200%201%203%2014.5zm12.284%202.622c.992%201.036%202.091%201.545%203.316%201.545c.196%200%20.36.147.394.341l.006.075v2.501c0%202.682-1.313%204.506-3.873%205.395a.4.4%200%200%201-.254%200c-2.482-.863-3.792-2.603-3.87-5.153L11%2012.584v-2.5c0-.23.18-.417.4-.417c1.223%200%202.323-.51%203.318-1.545a.39.39%200%200%201%20.566%200M15%2012.47l-1.36-1.36a.375.375%200%200%200-.53.53L14.47%2013l-1.355%201.355a.375.375%200%200%200%20.53.53L15%2013.53l1.355%201.355a.375.375%200%200%200%20.53-.53L15.53%2013l1.355-1.355a.375.375%200%200%200-.53-.53z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/tab-shield-dismiss-20-filled.svg?color=%231a73e8&size=48