strikethrough icon

strikethrough from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
strikethrough
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

The same icon in other sets

Use the strikethrough icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.613 28.645h13.594c.61.187 1.219.375 1.898.515l4.336 1.031c4.852 1.172 6.891 2.766 6.891 5.579c0 3.374-3.445 5.789-8.344 5.789c-4.336 0-7.57-1.946-8.789-5.274c-.422-1.008-.937-1.453-1.922-1.453c-1.242 0-2.015.773-2.015 1.992c0 .422.047.867.164 1.313c1.242 4.43 6.14 7.195 12.586 7.195c7.758 0 12.75-3.96 12.75-10.078c0-2.93-1.078-5.04-3.446-6.61h9.07a.95.95 0 0 0 .962-.96a.95.95 0 0 0-.961-.961H32.934a22 22 0 0 0-2.086-.563l-3.82-.914c-4.758-1.148-6.774-2.601-6.774-5.203c0-3.281 3.234-5.602 7.71-5.602c4.032 0 6.915 1.829 8.063 5.063c.399.89.938 1.312 1.875 1.312c1.22 0 1.97-.703 1.97-1.875c0-.351-.048-.726-.142-1.078c-1.054-4.265-5.742-7.195-11.765-7.195c-7.055 0-12.14 4.008-12.14 9.68c0 2.765 1.03 4.828 3.234 6.375H9.613a.95.95 0 0 0-.96.96c0 .54.421.962.96.962"/></svg>

React

import type { SVGProps } from "react";

export function F7Strikethrough(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.613 28.645h13.594c.61.187 1.219.375 1.898.515l4.336 1.031c4.852 1.172 6.891 2.766 6.891 5.579c0 3.374-3.445 5.789-8.344 5.789c-4.336 0-7.57-1.946-8.789-5.274c-.422-1.008-.937-1.453-1.922-1.453c-1.242 0-2.015.773-2.015 1.992c0 .422.047.867.164 1.313c1.242 4.43 6.14 7.195 12.586 7.195c7.758 0 12.75-3.96 12.75-10.078c0-2.93-1.078-5.04-3.446-6.61h9.07a.95.95 0 0 0 .962-.96a.95.95 0 0 0-.961-.961H32.934a22 22 0 0 0-2.086-.563l-3.82-.914c-4.758-1.148-6.774-2.601-6.774-5.203c0-3.281 3.234-5.602 7.71-5.602c4.032 0 6.915 1.829 8.063 5.063c.399.89.938 1.312 1.875 1.312c1.22 0 1.97-.703 1.97-1.875c0-.351-.048-.726-.142-1.078c-1.054-4.265-5.742-7.195-11.765-7.195c-7.055 0-12.14 4.008-12.14 9.68c0 2.765 1.03 4.828 3.234 6.375H9.613a.95.95 0 0 0-.96.96c0 .54.421.962.96.962"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.613 28.645h13.594c.61.187 1.219.375 1.898.515l4.336 1.031c4.852 1.172 6.891 2.766 6.891 5.579c0 3.374-3.445 5.789-8.344 5.789c-4.336 0-7.57-1.946-8.789-5.274c-.422-1.008-.937-1.453-1.922-1.453c-1.242 0-2.015.773-2.015 1.992c0 .422.047.867.164 1.313c1.242 4.43 6.14 7.195 12.586 7.195c7.758 0 12.75-3.96 12.75-10.078c0-2.93-1.078-5.04-3.446-6.61h9.07a.95.95 0 0 0 .962-.96a.95.95 0 0 0-.961-.961H32.934a22 22 0 0 0-2.086-.563l-3.82-.914c-4.758-1.148-6.774-2.601-6.774-5.203c0-3.281 3.234-5.602 7.71-5.602c4.032 0 6.915 1.829 8.063 5.063c.399.89.938 1.312 1.875 1.312c1.22 0 1.97-.703 1.97-1.875c0-.351-.048-.726-.142-1.078c-1.054-4.265-5.742-7.195-11.765-7.195c-7.055 0-12.14 4.008-12.14 9.68c0 2.765 1.03 4.828 3.234 6.375H9.613a.95.95 0 0 0-.96.96c0 .54.421.962.96.962"/></svg>
</template>

CSS

.icon-strikethrough {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.613%2028.645h13.594c.61.187%201.219.375%201.898.515l4.336%201.031c4.852%201.172%206.891%202.766%206.891%205.579c0%203.374-3.445%205.789-8.344%205.789c-4.336%200-7.57-1.946-8.789-5.274c-.422-1.008-.937-1.453-1.922-1.453c-1.242%200-2.015.773-2.015%201.992c0%20.422.047.867.164%201.313c1.242%204.43%206.14%207.195%2012.586%207.195c7.758%200%2012.75-3.96%2012.75-10.078c0-2.93-1.078-5.04-3.446-6.61h9.07a.95.95%200%200%200%20.962-.96a.95.95%200%200%200-.961-.961H32.934a22%2022%200%200%200-2.086-.563l-3.82-.914c-4.758-1.148-6.774-2.601-6.774-5.203c0-3.281%203.234-5.602%207.71-5.602c4.032%200%206.915%201.829%208.063%205.063c.399.89.938%201.312%201.875%201.312c1.22%200%201.97-.703%201.97-1.875c0-.351-.048-.726-.142-1.078c-1.054-4.265-5.742-7.195-11.765-7.195c-7.055%200-12.14%204.008-12.14%209.68c0%202.765%201.03%204.828%203.234%206.375H9.613a.95.95%200%200%200-.96.96c0%20.54.421.962.96.962%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.613%2028.645h13.594c.61.187%201.219.375%201.898.515l4.336%201.031c4.852%201.172%206.891%202.766%206.891%205.579c0%203.374-3.445%205.789-8.344%205.789c-4.336%200-7.57-1.946-8.789-5.274c-.422-1.008-.937-1.453-1.922-1.453c-1.242%200-2.015.773-2.015%201.992c0%20.422.047.867.164%201.313c1.242%204.43%206.14%207.195%2012.586%207.195c7.758%200%2012.75-3.96%2012.75-10.078c0-2.93-1.078-5.04-3.446-6.61h9.07a.95.95%200%200%200%20.962-.96a.95.95%200%200%200-.961-.961H32.934a22%2022%200%200%200-2.086-.563l-3.82-.914c-4.758-1.148-6.774-2.601-6.774-5.203c0-3.281%203.234-5.602%207.71-5.602c4.032%200%206.915%201.829%208.063%205.063c.399.89.938%201.312%201.875%201.312c1.22%200%201.97-.703%201.97-1.875c0-.351-.048-.726-.142-1.078c-1.054-4.265-5.742-7.195-11.765-7.195c-7.055%200-12.14%204.008-12.14%209.68c0%202.765%201.03%204.828%203.234%206.375H9.613a.95.95%200%200%200-.96.96c0%20.54.421.962.96.962%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/strikethrough.svg?color=%231a73e8&size=48