tab shield dismiss icon

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

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

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-.802L16 7.424V5.5A1.5 1.5 0 0 0 14.5 4h-9A1.5 1.5 0 0 0 4 5.5v9A1.5 1.5 0 0 0 5.5 16h5.322a5.8 5.8 0 0 0 .712 1H5.5A2.5 2.5 0 0 1 3 14.5zm15.6 4.167c-1.225 0-2.324-.51-3.316-1.545a.39.39 0 0 0-.566 0c-.995 1.036-2.095 1.545-3.318 1.545c-.22 0-.4.186-.4.416v2.501l.004.242c.077 2.55 1.387 4.29 3.87 5.153c.082.028.17.028.252 0c2.561-.89 3.874-2.713 3.874-5.395v-2.5l-.006-.076a.405.405 0 0 0-.394-.341m-4.96 1.443L15 12.47l1.355-1.355a.375.375 0 0 1 .53.53L15.53 13l1.355 1.355a.375.375 0 0 1-.53.53L15 13.53l-1.355 1.355a.375.375 0 0 1-.53-.53L14.47 13l-1.36-1.36a.375.375 0 0 1 .53-.53"/></svg>

React

import type { SVGProps } from "react";

export function FluentTabShieldDismiss20Regular(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-.802L16 7.424V5.5A1.5 1.5 0 0 0 14.5 4h-9A1.5 1.5 0 0 0 4 5.5v9A1.5 1.5 0 0 0 5.5 16h5.322a5.8 5.8 0 0 0 .712 1H5.5A2.5 2.5 0 0 1 3 14.5zm15.6 4.167c-1.225 0-2.324-.51-3.316-1.545a.39.39 0 0 0-.566 0c-.995 1.036-2.095 1.545-3.318 1.545c-.22 0-.4.186-.4.416v2.501l.004.242c.077 2.55 1.387 4.29 3.87 5.153c.082.028.17.028.252 0c2.561-.89 3.874-2.713 3.874-5.395v-2.5l-.006-.076a.405.405 0 0 0-.394-.341m-4.96 1.443L15 12.47l1.355-1.355a.375.375 0 0 1 .53.53L15.53 13l1.355 1.355a.375.375 0 0 1-.53.53L15 13.53l-1.355 1.355a.375.375 0 0 1-.53-.53L14.47 13l-1.36-1.36a.375.375 0 0 1 .53-.53"/></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-.802L16 7.424V5.5A1.5 1.5 0 0 0 14.5 4h-9A1.5 1.5 0 0 0 4 5.5v9A1.5 1.5 0 0 0 5.5 16h5.322a5.8 5.8 0 0 0 .712 1H5.5A2.5 2.5 0 0 1 3 14.5zm15.6 4.167c-1.225 0-2.324-.51-3.316-1.545a.39.39 0 0 0-.566 0c-.995 1.036-2.095 1.545-3.318 1.545c-.22 0-.4.186-.4.416v2.501l.004.242c.077 2.55 1.387 4.29 3.87 5.153c.082.028.17.028.252 0c2.561-.89 3.874-2.713 3.874-5.395v-2.5l-.006-.076a.405.405 0 0 0-.394-.341m-4.96 1.443L15 12.47l1.355-1.355a.375.375 0 0 1 .53.53L15.53 13l1.355 1.355a.375.375 0 0 1-.53.53L15 13.53l-1.355 1.355a.375.375 0 0 1-.53-.53L14.47 13l-1.36-1.36a.375.375 0 0 1 .53-.53"/></svg>
</template>

CSS

.icon-tab-shield-dismiss-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%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-.802L16%207.424V5.5A1.5%201.5%200%200%200%2014.5%204h-9A1.5%201.5%200%200%200%204%205.5v9A1.5%201.5%200%200%200%205.5%2016h5.322a5.8%205.8%200%200%200%20.712%201H5.5A2.5%202.5%200%200%201%203%2014.5zm15.6%204.167c-1.225%200-2.324-.51-3.316-1.545a.39.39%200%200%200-.566%200c-.995%201.036-2.095%201.545-3.318%201.545c-.22%200-.4.186-.4.416v2.501l.004.242c.077%202.55%201.387%204.29%203.87%205.153c.082.028.17.028.252%200c2.561-.89%203.874-2.713%203.874-5.395v-2.5l-.006-.076a.405.405%200%200%200-.394-.341m-4.96%201.443L15%2012.47l1.355-1.355a.375.375%200%200%201%20.53.53L15.53%2013l1.355%201.355a.375.375%200%200%201-.53.53L15%2013.53l-1.355%201.355a.375.375%200%200%201-.53-.53L14.47%2013l-1.36-1.36a.375.375%200%200%201%20.53-.53%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-.802L16%207.424V5.5A1.5%201.5%200%200%200%2014.5%204h-9A1.5%201.5%200%200%200%204%205.5v9A1.5%201.5%200%200%200%205.5%2016h5.322a5.8%205.8%200%200%200%20.712%201H5.5A2.5%202.5%200%200%201%203%2014.5zm15.6%204.167c-1.225%200-2.324-.51-3.316-1.545a.39.39%200%200%200-.566%200c-.995%201.036-2.095%201.545-3.318%201.545c-.22%200-.4.186-.4.416v2.501l.004.242c.077%202.55%201.387%204.29%203.87%205.153c.082.028.17.028.252%200c2.561-.89%203.874-2.713%203.874-5.395v-2.5l-.006-.076a.405.405%200%200%200-.394-.341m-4.96%201.443L15%2012.47l1.355-1.355a.375.375%200%200%201%20.53.53L15.53%2013l1.355%201.355a.375.375%200%200%201-.53.53L15%2013.53l-1.355%201.355a.375.375%200%200%201-.53-.53L14.47%2013l-1.36-1.36a.375.375%200%200%201%20.53-.53%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-regular.svg?color=%231a73e8&size=48