strikethrough ga na icon
strikethrough-ga-na-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- strikethrough-ga-na-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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 20.25V13.5H6.837c-.82 1.332-2.155 2.421-4.183 2.738a1 1 0 1 1-.308-1.976c.77-.12 1.377-.392 1.858-.762H1.75a1 1 0 1 1 0-2h20.5a1 1 0 1 1 0 2H22v7a1 1 0 1 1-2 0v-7h-4.745l-.135 1.352l2.756-.344a1 1 0 0 1 .248 1.984l-4 .5a1 1 0 0 1-1.119-1.092l.24-2.4H11v6.75a1 1 0 1 1-2 0zm13-9.75V5a1 1 0 1 0-2 0v5.5h2zm-6.445 0l.44-4.4a1 1 0 1 0-1.99-.2l-.46 4.6h2.01zM11 10.5V4.75a1 1 0 1 0-2 0v5.75h2zm-3.113 0C7.967 9.969 8 9.46 8 9a1 1 0 0 0-1-1H2.5a1 1 0 1 0 0 2h3.438c-.021.165-.047.333-.08.5h2.03z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentStrikethroughGaNa24Filled(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 20.25V13.5H6.837c-.82 1.332-2.155 2.421-4.183 2.738a1 1 0 1 1-.308-1.976c.77-.12 1.377-.392 1.858-.762H1.75a1 1 0 1 1 0-2h20.5a1 1 0 1 1 0 2H22v7a1 1 0 1 1-2 0v-7h-4.745l-.135 1.352l2.756-.344a1 1 0 0 1 .248 1.984l-4 .5a1 1 0 0 1-1.119-1.092l.24-2.4H11v6.75a1 1 0 1 1-2 0zm13-9.75V5a1 1 0 1 0-2 0v5.5h2zm-6.445 0l.44-4.4a1 1 0 1 0-1.99-.2l-.46 4.6h2.01zM11 10.5V4.75a1 1 0 1 0-2 0v5.75h2zm-3.113 0C7.967 9.969 8 9.46 8 9a1 1 0 0 0-1-1H2.5a1 1 0 1 0 0 2h3.438c-.021.165-.047.333-.08.5h2.03z" 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 20.25V13.5H6.837c-.82 1.332-2.155 2.421-4.183 2.738a1 1 0 1 1-.308-1.976c.77-.12 1.377-.392 1.858-.762H1.75a1 1 0 1 1 0-2h20.5a1 1 0 1 1 0 2H22v7a1 1 0 1 1-2 0v-7h-4.745l-.135 1.352l2.756-.344a1 1 0 0 1 .248 1.984l-4 .5a1 1 0 0 1-1.119-1.092l.24-2.4H11v6.75a1 1 0 1 1-2 0zm13-9.75V5a1 1 0 1 0-2 0v5.5h2zm-6.445 0l.44-4.4a1 1 0 1 0-1.99-.2l-.46 4.6h2.01zM11 10.5V4.75a1 1 0 1 0-2 0v5.75h2zm-3.113 0C7.967 9.969 8 9.46 8 9a1 1 0 0 0-1-1H2.5a1 1 0 1 0 0 2h3.438c-.021.165-.047.333-.08.5h2.03z" fill="currentColor"/></g></svg> </template>
CSS
.icon-strikethrough-ga-na-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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M9%2020.25V13.5H6.837c-.82%201.332-2.155%202.421-4.183%202.738a1%201%200%201%201-.308-1.976c.77-.12%201.377-.392%201.858-.762H1.75a1%201%200%201%201%200-2h20.5a1%201%200%201%201%200%202H22v7a1%201%200%201%201-2%200v-7h-4.745l-.135%201.352l2.756-.344a1%201%200%200%201%20.248%201.984l-4%20.5a1%201%200%200%201-1.119-1.092l.24-2.4H11v6.75a1%201%200%201%201-2%200zm13-9.75V5a1%201%200%201%200-2%200v5.5h2zm-6.445%200l.44-4.4a1%201%200%201%200-1.99-.2l-.46%204.6h2.01zM11%2010.5V4.75a1%201%200%201%200-2%200v5.75h2zm-3.113%200C7.967%209.969%208%209.46%208%209a1%201%200%200%200-1-1H2.5a1%201%200%201%200%200%202h3.438c-.021.165-.047.333-.08.5h2.03z%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%2020.25V13.5H6.837c-.82%201.332-2.155%202.421-4.183%202.738a1%201%200%201%201-.308-1.976c.77-.12%201.377-.392%201.858-.762H1.75a1%201%200%201%201%200-2h20.5a1%201%200%201%201%200%202H22v7a1%201%200%201%201-2%200v-7h-4.745l-.135%201.352l2.756-.344a1%201%200%200%201%20.248%201.984l-4%20.5a1%201%200%200%201-1.119-1.092l.24-2.4H11v6.75a1%201%200%201%201-2%200zm13-9.75V5a1%201%200%201%200-2%200v5.5h2zm-6.445%200l.44-4.4a1%201%200%201%200-1.99-.2l-.46%204.6h2.01zM11%2010.5V4.75a1%201%200%201%200-2%200v5.75h2zm-3.113%200C7.967%209.969%208%209.46%208%209a1%201%200%200%200-1-1H2.5a1%201%200%201%200%200%202h3.438c-.021.165-.047.333-.08.5h2.03z%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-filled.svg?color=%231a73e8&size=48