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

Name
target-dismiss-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the target dismiss icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.496 12a8.5 8.5 0 0 0 8.235 8.498c.281.54.636 1.036 1.052 1.474q-.389.03-.785.03C6.474 22.002 1.996 17.524 1.996 12S6.474 1.998 11.998 1.998S22 6.476 22 12q0 .394-.03.781a6.5 6.5 0 0 0-1.474-1.05a8.502 8.502 0 0 0-17 .269m7.595 4.409a4.502 4.502 0 0 1 .907-8.91a4.5 4.5 0 0 1 4.409 3.593a6.6 6.6 0 0 1 1.51-.079A6.002 6.002 0 0 0 5.998 12c0 2.978 2.17 5.45 5.015 5.92a6.6 6.6 0 0 1 .078-1.512m.931-2.41h-.024a2 2 0 1 1 2-2v.024A6.5 6.5 0 0 0 12.022 14M23 17.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0m-7.976-2.476l.069-.058l.076-.043a.5.5 0 0 1 .493.043l.069.058l1.77 1.77l1.771-1.77l.07-.058a.5.5 0 0 1 .568 0l.07.058l.057.07a.5.5 0 0 1 0 .568l-.058.07l-1.772 1.769l1.77 1.769l.057.069a.5.5 0 0 1 0 .569l-.057.069l-.07.058a.5.5 0 0 1-.568 0l-.07-.058l-1.769-1.77l-1.767 1.768l-.069.057a.5.5 0 0 1-.568 0l-.07-.057l-.057-.07a.5.5 0 0 1 0-.568l.057-.07l1.767-1.766l-1.77-1.77l-.057-.069a.5.5 0 0 1 0-.569z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTargetDismiss24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.496 12a8.5 8.5 0 0 0 8.235 8.498c.281.54.636 1.036 1.052 1.474q-.389.03-.785.03C6.474 22.002 1.996 17.524 1.996 12S6.474 1.998 11.998 1.998S22 6.476 22 12q0 .394-.03.781a6.5 6.5 0 0 0-1.474-1.05a8.502 8.502 0 0 0-17 .269m7.595 4.409a4.502 4.502 0 0 1 .907-8.91a4.5 4.5 0 0 1 4.409 3.593a6.6 6.6 0 0 1 1.51-.079A6.002 6.002 0 0 0 5.998 12c0 2.978 2.17 5.45 5.015 5.92a6.6 6.6 0 0 1 .078-1.512m.931-2.41h-.024a2 2 0 1 1 2-2v.024A6.5 6.5 0 0 0 12.022 14M23 17.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0m-7.976-2.476l.069-.058l.076-.043a.5.5 0 0 1 .493.043l.069.058l1.77 1.77l1.771-1.77l.07-.058a.5.5 0 0 1 .568 0l.07.058l.057.07a.5.5 0 0 1 0 .568l-.058.07l-1.772 1.769l1.77 1.769l.057.069a.5.5 0 0 1 0 .569l-.057.069l-.07.058a.5.5 0 0 1-.568 0l-.07-.058l-1.769-1.77l-1.767 1.768l-.069.057a.5.5 0 0 1-.568 0l-.07-.057l-.057-.07a.5.5 0 0 1 0-.568l.057-.07l1.767-1.766l-1.77-1.77l-.057-.069a.5.5 0 0 1 0-.569z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.496 12a8.5 8.5 0 0 0 8.235 8.498c.281.54.636 1.036 1.052 1.474q-.389.03-.785.03C6.474 22.002 1.996 17.524 1.996 12S6.474 1.998 11.998 1.998S22 6.476 22 12q0 .394-.03.781a6.5 6.5 0 0 0-1.474-1.05a8.502 8.502 0 0 0-17 .269m7.595 4.409a4.502 4.502 0 0 1 .907-8.91a4.5 4.5 0 0 1 4.409 3.593a6.6 6.6 0 0 1 1.51-.079A6.002 6.002 0 0 0 5.998 12c0 2.978 2.17 5.45 5.015 5.92a6.6 6.6 0 0 1 .078-1.512m.931-2.41h-.024a2 2 0 1 1 2-2v.024A6.5 6.5 0 0 0 12.022 14M23 17.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0m-7.976-2.476l.069-.058l.076-.043a.5.5 0 0 1 .493.043l.069.058l1.77 1.77l1.771-1.77l.07-.058a.5.5 0 0 1 .568 0l.07.058l.057.07a.5.5 0 0 1 0 .568l-.058.07l-1.772 1.769l1.77 1.769l.057.069a.5.5 0 0 1 0 .569l-.057.069l-.07.058a.5.5 0 0 1-.568 0l-.07-.058l-1.769-1.77l-1.767 1.768l-.069.057a.5.5 0 0 1-.568 0l-.07-.057l-.057-.07a.5.5 0 0 1 0-.568l.057-.07l1.767-1.766l-1.77-1.77l-.057-.069a.5.5 0 0 1 0-.569z"/></svg>
</template>

CSS

.icon-target-dismiss-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.496%2012a8.5%208.5%200%200%200%208.235%208.498c.281.54.636%201.036%201.052%201.474q-.389.03-.785.03C6.474%2022.002%201.996%2017.524%201.996%2012S6.474%201.998%2011.998%201.998S22%206.476%2022%2012q0%20.394-.03.781a6.5%206.5%200%200%200-1.474-1.05a8.502%208.502%200%200%200-17%20.269m7.595%204.409a4.502%204.502%200%200%201%20.907-8.91a4.5%204.5%200%200%201%204.409%203.593a6.6%206.6%200%200%201%201.51-.079A6.002%206.002%200%200%200%205.998%2012c0%202.978%202.17%205.45%205.015%205.92a6.6%206.6%200%200%201%20.078-1.512m.931-2.41h-.024a2%202%200%201%201%202-2v.024A6.5%206.5%200%200%200%2012.022%2014M23%2017.5a5.5%205.5%200%201%200-11%200a5.5%205.5%200%200%200%2011%200m-7.976-2.476l.069-.058l.076-.043a.5.5%200%200%201%20.493.043l.069.058l1.77%201.77l1.771-1.77l.07-.058a.5.5%200%200%201%20.568%200l.07.058l.057.07a.5.5%200%200%201%200%20.568l-.058.07l-1.772%201.769l1.77%201.769l.057.069a.5.5%200%200%201%200%20.569l-.057.069l-.07.058a.5.5%200%200%201-.568%200l-.07-.058l-1.769-1.77l-1.767%201.768l-.069.057a.5.5%200%200%201-.568%200l-.07-.057l-.057-.07a.5.5%200%200%201%200-.568l.057-.07l1.767-1.766l-1.77-1.77l-.057-.069a.5.5%200%200%201%200-.569z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.496%2012a8.5%208.5%200%200%200%208.235%208.498c.281.54.636%201.036%201.052%201.474q-.389.03-.785.03C6.474%2022.002%201.996%2017.524%201.996%2012S6.474%201.998%2011.998%201.998S22%206.476%2022%2012q0%20.394-.03.781a6.5%206.5%200%200%200-1.474-1.05a8.502%208.502%200%200%200-17%20.269m7.595%204.409a4.502%204.502%200%200%201%20.907-8.91a4.5%204.5%200%200%201%204.409%203.593a6.6%206.6%200%200%201%201.51-.079A6.002%206.002%200%200%200%205.998%2012c0%202.978%202.17%205.45%205.015%205.92a6.6%206.6%200%200%201%20.078-1.512m.931-2.41h-.024a2%202%200%201%201%202-2v.024A6.5%206.5%200%200%200%2012.022%2014M23%2017.5a5.5%205.5%200%201%200-11%200a5.5%205.5%200%200%200%2011%200m-7.976-2.476l.069-.058l.076-.043a.5.5%200%200%201%20.493.043l.069.058l1.77%201.77l1.771-1.77l.07-.058a.5.5%200%200%201%20.568%200l.07.058l.057.07a.5.5%200%200%201%200%20.568l-.058.07l-1.772%201.769l1.77%201.769l.057.069a.5.5%200%200%201%200%20.569l-.057.069l-.07.058a.5.5%200%200%201-.568%200l-.07-.058l-1.769-1.77l-1.767%201.768l-.069.057a.5.5%200%200%201-.568%200l-.07-.057l-.057-.07a.5.5%200%200%201%200-.568l.057-.07l1.767-1.766l-1.77-1.77l-.057-.069a.5.5%200%200%201%200-.569z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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