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

Name
target-dismiss-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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="M4 12a8 8 0 0 0 7.492 7.984a6.5 6.5 0 0 0 1.289 1.986Q12.394 22 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10q0 .395-.03.78a6.5 6.5 0 0 0-1.986-1.288A8 8 0 0 0 4 12m7.194 3.919a4.001 4.001 0 1 1 4.725-4.725a6.5 6.5 0 0 1 2-.18A6.002 6.002 0 0 0 6 12a6 6 0 0 0 5.013 5.92a6.6 6.6 0 0 1 .18-2.001M12 14h.022A6.5 6.5 0 0 1 14 12.022V12a2 2 0 1 0-2 2m5.5-2a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11m-2.407 2.966l-.07.058l-.057.07a.5.5 0 0 0 0 .568l.058.07l1.77 1.769l-1.768 1.766l-.057.07a.5.5 0 0 0 0 .568l.057.07l.07.057a.5.5 0 0 0 .568 0l.07-.057l1.766-1.767l1.77 1.769l.069.058a.5.5 0 0 0 .568 0l.07-.058l.057-.07a.5.5 0 0 0 0-.568l-.057-.07l-1.77-1.768l1.772-1.77l.058-.069a.5.5 0 0 0 0-.569l-.058-.069l-.069-.058a.5.5 0 0 0-.569 0l-.069.058l-1.772 1.77l-1.77-1.77l-.068-.058a.5.5 0 0 0-.493-.043z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTargetDismiss24Filled(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="M4 12a8 8 0 0 0 7.492 7.984a6.5 6.5 0 0 0 1.289 1.986Q12.394 22 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10q0 .395-.03.78a6.5 6.5 0 0 0-1.986-1.288A8 8 0 0 0 4 12m7.194 3.919a4.001 4.001 0 1 1 4.725-4.725a6.5 6.5 0 0 1 2-.18A6.002 6.002 0 0 0 6 12a6 6 0 0 0 5.013 5.92a6.6 6.6 0 0 1 .18-2.001M12 14h.022A6.5 6.5 0 0 1 14 12.022V12a2 2 0 1 0-2 2m5.5-2a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11m-2.407 2.966l-.07.058l-.057.07a.5.5 0 0 0 0 .568l.058.07l1.77 1.769l-1.768 1.766l-.057.07a.5.5 0 0 0 0 .568l.057.07l.07.057a.5.5 0 0 0 .568 0l.07-.057l1.766-1.767l1.77 1.769l.069.058a.5.5 0 0 0 .568 0l.07-.058l.057-.07a.5.5 0 0 0 0-.568l-.057-.07l-1.77-1.768l1.772-1.77l.058-.069a.5.5 0 0 0 0-.569l-.058-.069l-.069-.058a.5.5 0 0 0-.569 0l-.069.058l-1.772 1.77l-1.77-1.77l-.068-.058a.5.5 0 0 0-.493-.043z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 12a8 8 0 0 0 7.492 7.984a6.5 6.5 0 0 0 1.289 1.986Q12.394 22 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10q0 .395-.03.78a6.5 6.5 0 0 0-1.986-1.288A8 8 0 0 0 4 12m7.194 3.919a4.001 4.001 0 1 1 4.725-4.725a6.5 6.5 0 0 1 2-.18A6.002 6.002 0 0 0 6 12a6 6 0 0 0 5.013 5.92a6.6 6.6 0 0 1 .18-2.001M12 14h.022A6.5 6.5 0 0 1 14 12.022V12a2 2 0 1 0-2 2m5.5-2a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11m-2.407 2.966l-.07.058l-.057.07a.5.5 0 0 0 0 .568l.058.07l1.77 1.769l-1.768 1.766l-.057.07a.5.5 0 0 0 0 .568l.057.07l.07.057a.5.5 0 0 0 .568 0l.07-.057l1.766-1.767l1.77 1.769l.069.058a.5.5 0 0 0 .568 0l.07-.058l.057-.07a.5.5 0 0 0 0-.568l-.057-.07l-1.77-1.768l1.772-1.77l.058-.069a.5.5 0 0 0 0-.569l-.058-.069l-.069-.058a.5.5 0 0 0-.569 0l-.069.058l-1.772 1.77l-1.77-1.77l-.068-.058a.5.5 0 0 0-.493-.043z"/></svg>
</template>

CSS

.icon-target-dismiss-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2012a8%208%200%200%200%207.492%207.984a6.5%206.5%200%200%200%201.289%201.986Q12.394%2022%2012%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010q0%20.395-.03.78a6.5%206.5%200%200%200-1.986-1.288A8%208%200%200%200%204%2012m7.194%203.919a4.001%204.001%200%201%201%204.725-4.725a6.5%206.5%200%200%201%202-.18A6.002%206.002%200%200%200%206%2012a6%206%200%200%200%205.013%205.92a6.6%206.6%200%200%201%20.18-2.001M12%2014h.022A6.5%206.5%200%200%201%2014%2012.022V12a2%202%200%201%200-2%202m5.5-2a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11m-2.407%202.966l-.07.058l-.057.07a.5.5%200%200%200%200%20.568l.058.07l1.77%201.769l-1.768%201.766l-.057.07a.5.5%200%200%200%200%20.568l.057.07l.07.057a.5.5%200%200%200%20.568%200l.07-.057l1.766-1.767l1.77%201.769l.069.058a.5.5%200%200%200%20.568%200l.07-.058l.057-.07a.5.5%200%200%200%200-.568l-.057-.07l-1.77-1.768l1.772-1.77l.058-.069a.5.5%200%200%200%200-.569l-.058-.069l-.069-.058a.5.5%200%200%200-.569%200l-.069.058l-1.772%201.77l-1.77-1.77l-.068-.058a.5.5%200%200%200-.493-.043z%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%22M4%2012a8%208%200%200%200%207.492%207.984a6.5%206.5%200%200%200%201.289%201.986Q12.394%2022%2012%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010q0%20.395-.03.78a6.5%206.5%200%200%200-1.986-1.288A8%208%200%200%200%204%2012m7.194%203.919a4.001%204.001%200%201%201%204.725-4.725a6.5%206.5%200%200%201%202-.18A6.002%206.002%200%200%200%206%2012a6%206%200%200%200%205.013%205.92a6.6%206.6%200%200%201%20.18-2.001M12%2014h.022A6.5%206.5%200%200%201%2014%2012.022V12a2%202%200%201%200-2%202m5.5-2a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11m-2.407%202.966l-.07.058l-.057.07a.5.5%200%200%200%200%20.568l.058.07l1.77%201.769l-1.768%201.766l-.057.07a.5.5%200%200%200%200%20.568l.057.07l.07.057a.5.5%200%200%200%20.568%200l.07-.057l1.766-1.767l1.77%201.769l.069.058a.5.5%200%200%200%20.568%200l.07-.058l.057-.07a.5.5%200%200%200%200-.568l-.057-.07l-1.77-1.768l1.772-1.77l.058-.069a.5.5%200%200%200%200-.569l-.058-.069l-.069-.058a.5.5%200%200%200-.569%200l-.069.058l-1.772%201.77l-1.77-1.77l-.068-.058a.5.5%200%200%200-.493-.043z%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-filled.svg?color=%231a73e8&size=48