strikethrough ga na icon
strikethrough-ga-na-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- strikethrough-ga-na-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><g fill="none"><path d="M9.5 4.75a.75.75 0 0 0-1.5 0V9h1.5V4.75zM1.75 10a.75.75 0 0 0 0 1.5h2.41c-.373.227-.866.406-1.526.509a.75.75 0 1 0 .232 1.482c1.688-.264 2.753-.986 3.373-1.991H8v4.75a.75.75 0 0 0 1.5 0V11.5h1.115l-.113 1.7a.75.75 0 0 0 .81.797l3-.25a.75.75 0 1 0-.124-1.494l-2.132.177l.062-.93H16v4.75a.75.75 0 0 0 1.5 0V11.5h.75a.75.75 0 0 0 0-1.5H1.75zm10.535-1h-1.503l.22-3.3a.75.75 0 1 1 1.496.1L12.285 9zM16 9h1.5V4.75a.75.75 0 0 0-1.5 0V9zM5.455 9H6.96c.035-.437.04-.862.04-1.25A.75.75 0 0 0 6.25 7h-3.5a.75.75 0 1 0 0 1.5h2.736c-.007.17-.017.337-.032.5z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentStrikethroughGaNa20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path d="M9.5 4.75a.75.75 0 0 0-1.5 0V9h1.5V4.75zM1.75 10a.75.75 0 0 0 0 1.5h2.41c-.373.227-.866.406-1.526.509a.75.75 0 1 0 .232 1.482c1.688-.264 2.753-.986 3.373-1.991H8v4.75a.75.75 0 0 0 1.5 0V11.5h1.115l-.113 1.7a.75.75 0 0 0 .81.797l3-.25a.75.75 0 1 0-.124-1.494l-2.132.177l.062-.93H16v4.75a.75.75 0 0 0 1.5 0V11.5h.75a.75.75 0 0 0 0-1.5H1.75zm10.535-1h-1.503l.22-3.3a.75.75 0 1 1 1.496.1L12.285 9zM16 9h1.5V4.75a.75.75 0 0 0-1.5 0V9zM5.455 9H6.96c.035-.437.04-.862.04-1.25A.75.75 0 0 0 6.25 7h-3.5a.75.75 0 1 0 0 1.5h2.736c-.007.17-.017.337-.032.5z" fill="currentColor"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path d="M9.5 4.75a.75.75 0 0 0-1.5 0V9h1.5V4.75zM1.75 10a.75.75 0 0 0 0 1.5h2.41c-.373.227-.866.406-1.526.509a.75.75 0 1 0 .232 1.482c1.688-.264 2.753-.986 3.373-1.991H8v4.75a.75.75 0 0 0 1.5 0V11.5h1.115l-.113 1.7a.75.75 0 0 0 .81.797l3-.25a.75.75 0 1 0-.124-1.494l-2.132.177l.062-.93H16v4.75a.75.75 0 0 0 1.5 0V11.5h.75a.75.75 0 0 0 0-1.5H1.75zm10.535-1h-1.503l.22-3.3a.75.75 0 1 1 1.496.1L12.285 9zM16 9h1.5V4.75a.75.75 0 0 0-1.5 0V9zM5.455 9H6.96c.035-.437.04-.862.04-1.25A.75.75 0 0 0 6.25 7h-3.5a.75.75 0 1 0 0 1.5h2.736c-.007.17-.017.337-.032.5z" fill="currentColor"/></g></svg> </template>
CSS
.icon-strikethrough-ga-na-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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M9.5%204.75a.75.75%200%200%200-1.5%200V9h1.5V4.75zM1.75%2010a.75.75%200%200%200%200%201.5h2.41c-.373.227-.866.406-1.526.509a.75.75%200%201%200%20.232%201.482c1.688-.264%202.753-.986%203.373-1.991H8v4.75a.75.75%200%200%200%201.5%200V11.5h1.115l-.113%201.7a.75.75%200%200%200%20.81.797l3-.25a.75.75%200%201%200-.124-1.494l-2.132.177l.062-.93H16v4.75a.75.75%200%200%200%201.5%200V11.5h.75a.75.75%200%200%200%200-1.5H1.75zm10.535-1h-1.503l.22-3.3a.75.75%200%201%201%201.496.1L12.285%209zM16%209h1.5V4.75a.75.75%200%200%200-1.5%200V9zM5.455%209H6.96c.035-.437.04-.862.04-1.25A.75.75%200%200%200%206.25%207h-3.5a.75.75%200%201%200%200%201.5h2.736c-.007.17-.017.337-.032.5z%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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M9.5%204.75a.75.75%200%200%200-1.5%200V9h1.5V4.75zM1.75%2010a.75.75%200%200%200%200%201.5h2.41c-.373.227-.866.406-1.526.509a.75.75%200%201%200%20.232%201.482c1.688-.264%202.753-.986%203.373-1.991H8v4.75a.75.75%200%200%200%201.5%200V11.5h1.115l-.113%201.7a.75.75%200%200%200%20.81.797l3-.25a.75.75%200%201%200-.124-1.494l-2.132.177l.062-.93H16v4.75a.75.75%200%200%200%201.5%200V11.5h.75a.75.75%200%200%200%200-1.5H1.75zm10.535-1h-1.503l.22-3.3a.75.75%200%201%201%201.496.1L12.285%209zM16%209h1.5V4.75a.75.75%200%200%200-1.5%200V9zM5.455%209H6.96c.035-.437.04-.862.04-1.25A.75.75%200%200%200%206.25%207h-3.5a.75.75%200%201%200%200%201.5h2.736c-.007.17-.017.337-.032.5z%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-20-filled.svg?color=%231a73e8&size=48