strikethrough ga na icon

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

Name
strikethrough-ga-na-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Use the strikethrough ga na icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M9.5 20.25V13.5H6.93c-.896 1.211-2.224 2.204-4.064 2.491a.75.75 0 1 1-.232-1.482A4.563 4.563 0 0 0 4.89 13.5H1.75a.75.75 0 0 1 0-1.5h20.5a.75.75 0 0 1 0 1.5h-.75v6.75a.75.75 0 0 1-1.5 0V13.5h-5.3l-.101.901l3.568-.396a.75.75 0 1 1 .166 1.49l-4.5.5a.75.75 0 0 1-.828-.828l.185-1.667H11v6.75a.75.75 0 0 1-1.5 0zm12-9.25V4.75a.75.75 0 0 0-1.5 0V11h1.5zm-6.523 0l.518-4.667a.75.75 0 1 0-1.49-.166L13.468 11h1.509zM11 11V4.75a.75.75 0 0 0-1.5 0V11H11zm-2.843 0A8.056 8.056 0 0 0 8.5 8.75A.75.75 0 0 0 7.75 8h-5a.75.75 0 1 0 0 1.5H6.95a7.107 7.107 0 0 1-.372 1.5h1.58z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentStrikethroughGaNa24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M9.5 20.25V13.5H6.93c-.896 1.211-2.224 2.204-4.064 2.491a.75.75 0 1 1-.232-1.482A4.563 4.563 0 0 0 4.89 13.5H1.75a.75.75 0 0 1 0-1.5h20.5a.75.75 0 0 1 0 1.5h-.75v6.75a.75.75 0 0 1-1.5 0V13.5h-5.3l-.101.901l3.568-.396a.75.75 0 1 1 .166 1.49l-4.5.5a.75.75 0 0 1-.828-.828l.185-1.667H11v6.75a.75.75 0 0 1-1.5 0zm12-9.25V4.75a.75.75 0 0 0-1.5 0V11h1.5zm-6.523 0l.518-4.667a.75.75 0 1 0-1.49-.166L13.468 11h1.509zM11 11V4.75a.75.75 0 0 0-1.5 0V11H11zm-2.843 0A8.056 8.056 0 0 0 8.5 8.75A.75.75 0 0 0 7.75 8h-5a.75.75 0 1 0 0 1.5H6.95a7.107 7.107 0 0 1-.372 1.5h1.58z" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M9.5 20.25V13.5H6.93c-.896 1.211-2.224 2.204-4.064 2.491a.75.75 0 1 1-.232-1.482A4.563 4.563 0 0 0 4.89 13.5H1.75a.75.75 0 0 1 0-1.5h20.5a.75.75 0 0 1 0 1.5h-.75v6.75a.75.75 0 0 1-1.5 0V13.5h-5.3l-.101.901l3.568-.396a.75.75 0 1 1 .166 1.49l-4.5.5a.75.75 0 0 1-.828-.828l.185-1.667H11v6.75a.75.75 0 0 1-1.5 0zm12-9.25V4.75a.75.75 0 0 0-1.5 0V11h1.5zm-6.523 0l.518-4.667a.75.75 0 1 0-1.49-.166L13.468 11h1.509zM11 11V4.75a.75.75 0 0 0-1.5 0V11H11zm-2.843 0A8.056 8.056 0 0 0 8.5 8.75A.75.75 0 0 0 7.75 8h-5a.75.75 0 1 0 0 1.5H6.95a7.107 7.107 0 0 1-.372 1.5h1.58z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-strikethrough-ga-na-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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M9.5%2020.25V13.5H6.93c-.896%201.211-2.224%202.204-4.064%202.491a.75.75%200%201%201-.232-1.482A4.563%204.563%200%200%200%204.89%2013.5H1.75a.75.75%200%200%201%200-1.5h20.5a.75.75%200%200%201%200%201.5h-.75v6.75a.75.75%200%200%201-1.5%200V13.5h-5.3l-.101.901l3.568-.396a.75.75%200%201%201%20.166%201.49l-4.5.5a.75.75%200%200%201-.828-.828l.185-1.667H11v6.75a.75.75%200%200%201-1.5%200zm12-9.25V4.75a.75.75%200%200%200-1.5%200V11h1.5zm-6.523%200l.518-4.667a.75.75%200%201%200-1.49-.166L13.468%2011h1.509zM11%2011V4.75a.75.75%200%200%200-1.5%200V11H11zm-2.843%200A8.056%208.056%200%200%200%208.5%208.75A.75.75%200%200%200%207.75%208h-5a.75.75%200%201%200%200%201.5H6.95a7.107%207.107%200%200%201-.372%201.5h1.58z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M9.5%2020.25V13.5H6.93c-.896%201.211-2.224%202.204-4.064%202.491a.75.75%200%201%201-.232-1.482A4.563%204.563%200%200%200%204.89%2013.5H1.75a.75.75%200%200%201%200-1.5h20.5a.75.75%200%200%201%200%201.5h-.75v6.75a.75.75%200%200%201-1.5%200V13.5h-5.3l-.101.901l3.568-.396a.75.75%200%201%201%20.166%201.49l-4.5.5a.75.75%200%200%201-.828-.828l.185-1.667H11v6.75a.75.75%200%200%201-1.5%200zm12-9.25V4.75a.75.75%200%200%200-1.5%200V11h1.5zm-6.523%200l.518-4.667a.75.75%200%201%200-1.49-.166L13.468%2011h1.509zM11%2011V4.75a.75.75%200%200%200-1.5%200V11H11zm-2.843%200A8.056%208.056%200%200%200%208.5%208.75A.75.75%200%200%200%207.75%208h-5a.75.75%200%201%200%200%201.5H6.95a7.107%207.107%200%200%201-.372%201.5h1.58z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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