strikethrough ga na icon
strikethrough-ga-na-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- strikethrough-ga-na-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><g fill="none"><path d="M6 12.5V8H4.247c-.502.958-1.334 1.785-2.67 1.994a.5.5 0 0 1-.154-.988A2.457 2.457 0 0 0 3.073 8H1.5a.5.5 0 0 1 0-1h13a.5.5 0 0 1 0 1H14v4.5a.5.5 0 0 1-1 0V8H9.152l-.091.915l2.868-.41a.5.5 0 0 1 .142.99l-3.5.5a.5.5 0 0 1-.569-.545L8.148 8H7v4.5a.5.5 0 0 1-1 0zM14 6V3.5a.5.5 0 0 0-1 0V6h1zM9.352 6l.146-1.45a.5.5 0 1 0-.996-.1L8.348 6h1.004zM7 6V3.5a.5.5 0 0 0-1 0V6h1zM4.88 6c.09-.555.12-1.078.12-1.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0 0 1h2.485a8.193 8.193 0 0 1-.12 1H4.88z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentStrikethroughGaNa16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path d="M6 12.5V8H4.247c-.502.958-1.334 1.785-2.67 1.994a.5.5 0 0 1-.154-.988A2.457 2.457 0 0 0 3.073 8H1.5a.5.5 0 0 1 0-1h13a.5.5 0 0 1 0 1H14v4.5a.5.5 0 0 1-1 0V8H9.152l-.091.915l2.868-.41a.5.5 0 0 1 .142.99l-3.5.5a.5.5 0 0 1-.569-.545L8.148 8H7v4.5a.5.5 0 0 1-1 0zM14 6V3.5a.5.5 0 0 0-1 0V6h1zM9.352 6l.146-1.45a.5.5 0 1 0-.996-.1L8.348 6h1.004zM7 6V3.5a.5.5 0 0 0-1 0V6h1zM4.88 6c.09-.555.12-1.078.12-1.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0 0 1h2.485a8.193 8.193 0 0 1-.12 1H4.88z" fill="currentColor"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path d="M6 12.5V8H4.247c-.502.958-1.334 1.785-2.67 1.994a.5.5 0 0 1-.154-.988A2.457 2.457 0 0 0 3.073 8H1.5a.5.5 0 0 1 0-1h13a.5.5 0 0 1 0 1H14v4.5a.5.5 0 0 1-1 0V8H9.152l-.091.915l2.868-.41a.5.5 0 0 1 .142.99l-3.5.5a.5.5 0 0 1-.569-.545L8.148 8H7v4.5a.5.5 0 0 1-1 0zM14 6V3.5a.5.5 0 0 0-1 0V6h1zM9.352 6l.146-1.45a.5.5 0 1 0-.996-.1L8.348 6h1.004zM7 6V3.5a.5.5 0 0 0-1 0V6h1zM4.88 6c.09-.555.12-1.078.12-1.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0 0 1h2.485a8.193 8.193 0 0 1-.12 1H4.88z" fill="currentColor"/></g></svg> </template>
CSS
.icon-strikethrough-ga-na-16-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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M6%2012.5V8H4.247c-.502.958-1.334%201.785-2.67%201.994a.5.5%200%200%201-.154-.988A2.457%202.457%200%200%200%203.073%208H1.5a.5.5%200%200%201%200-1h13a.5.5%200%200%201%200%201H14v4.5a.5.5%200%200%201-1%200V8H9.152l-.091.915l2.868-.41a.5.5%200%200%201%20.142.99l-3.5.5a.5.5%200%200%201-.569-.545L8.148%208H7v4.5a.5.5%200%200%201-1%200zM14%206V3.5a.5.5%200%200%200-1%200V6h1zM9.352%206l.146-1.45a.5.5%200%201%200-.996-.1L8.348%206h1.004zM7%206V3.5a.5.5%200%200%200-1%200V6h1zM4.88%206c.09-.555.12-1.078.12-1.5a.5.5%200%200%200-.5-.5h-3a.5.5%200%200%200%200%201h2.485a8.193%208.193%200%200%201-.12%201H4.88z%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M6%2012.5V8H4.247c-.502.958-1.334%201.785-2.67%201.994a.5.5%200%200%201-.154-.988A2.457%202.457%200%200%200%203.073%208H1.5a.5.5%200%200%201%200-1h13a.5.5%200%200%201%200%201H14v4.5a.5.5%200%200%201-1%200V8H9.152l-.091.915l2.868-.41a.5.5%200%200%201%20.142.99l-3.5.5a.5.5%200%200%201-.569-.545L8.148%208H7v4.5a.5.5%200%200%201-1%200zM14%206V3.5a.5.5%200%200%200-1%200V6h1zM9.352%206l.146-1.45a.5.5%200%201%200-.996-.1L8.348%206h1.004zM7%206V3.5a.5.5%200%200%200-1%200V6h1zM4.88%206c.09-.555.12-1.078.12-1.5a.5.5%200%200%200-.5-.5h-3a.5.5%200%200%200%200%201h2.485a8.193%208.193%200%200%201-.12%201H4.88z%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-16-regular.svg?color=%231a73e8&size=48