strikethrough icon

strikethrough-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.

Name
strikethrough-16
Set
Octicons
Style
16
Viewbox
16×16
License
MIT

1 other variant in Octicons

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 16 16"><path fill="currentColor" d="M11.055 8.5c.524.536.815 1.257.811 2.007a3.13 3.13 0 0 1-1.12 2.408C9.948 13.597 8.748 14 7.096 14c-1.706 0-3.104-.607-3.902-1.377a.751.751 0 0 1 1.042-1.079c.48.463 1.487.956 2.86.956c1.422 0 2.232-.346 2.676-.726c.435-.372.594-.839.594-1.267c0-.472-.208-.857-.647-1.197c-.448-.346-1.116-.623-1.951-.81H1.75a.75.75 0 0 1 0-1.5h12.5a.75.75 0 0 1 0 1.5ZM7.581 3.25c-2.036 0-2.778 1.082-2.778 1.786q0 .082.006.157a.75.75 0 0 1-1.496.114a4 4 0 0 1-.01-.271c0-1.832 1.75-3.286 4.278-3.286c1.418 0 2.721.58 3.514 1.093a.75.75 0 1 1-.814 1.26c-.64-.414-1.662-.853-2.7-.853"/></svg>

React

import type { SVGProps } from "react";

export function OcticonStrikethrough16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.055 8.5c.524.536.815 1.257.811 2.007a3.13 3.13 0 0 1-1.12 2.408C9.948 13.597 8.748 14 7.096 14c-1.706 0-3.104-.607-3.902-1.377a.751.751 0 0 1 1.042-1.079c.48.463 1.487.956 2.86.956c1.422 0 2.232-.346 2.676-.726c.435-.372.594-.839.594-1.267c0-.472-.208-.857-.647-1.197c-.448-.346-1.116-.623-1.951-.81H1.75a.75.75 0 0 1 0-1.5h12.5a.75.75 0 0 1 0 1.5ZM7.581 3.25c-2.036 0-2.778 1.082-2.778 1.786q0 .082.006.157a.75.75 0 0 1-1.496.114a4 4 0 0 1-.01-.271c0-1.832 1.75-3.286 4.278-3.286c1.418 0 2.721.58 3.514 1.093a.75.75 0 1 1-.814 1.26c-.64-.414-1.662-.853-2.7-.853"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.055 8.5c.524.536.815 1.257.811 2.007a3.13 3.13 0 0 1-1.12 2.408C9.948 13.597 8.748 14 7.096 14c-1.706 0-3.104-.607-3.902-1.377a.751.751 0 0 1 1.042-1.079c.48.463 1.487.956 2.86.956c1.422 0 2.232-.346 2.676-.726c.435-.372.594-.839.594-1.267c0-.472-.208-.857-.647-1.197c-.448-.346-1.116-.623-1.951-.81H1.75a.75.75 0 0 1 0-1.5h12.5a.75.75 0 0 1 0 1.5ZM7.581 3.25c-2.036 0-2.778 1.082-2.778 1.786q0 .082.006.157a.75.75 0 0 1-1.496.114a4 4 0 0 1-.01-.271c0-1.832 1.75-3.286 4.278-3.286c1.418 0 2.721.58 3.514 1.093a.75.75 0 1 1-.814 1.26c-.64-.414-1.662-.853-2.7-.853"/></svg>
</template>

CSS

.icon-strikethrough-16 {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.055%208.5c.524.536.815%201.257.811%202.007a3.13%203.13%200%200%201-1.12%202.408C9.948%2013.597%208.748%2014%207.096%2014c-1.706%200-3.104-.607-3.902-1.377a.751.751%200%200%201%201.042-1.079c.48.463%201.487.956%202.86.956c1.422%200%202.232-.346%202.676-.726c.435-.372.594-.839.594-1.267c0-.472-.208-.857-.647-1.197c-.448-.346-1.116-.623-1.951-.81H1.75a.75.75%200%200%201%200-1.5h12.5a.75.75%200%200%201%200%201.5ZM7.581%203.25c-2.036%200-2.778%201.082-2.778%201.786q0%20.082.006.157a.75.75%200%200%201-1.496.114a4%204%200%200%201-.01-.271c0-1.832%201.75-3.286%204.278-3.286c1.418%200%202.721.58%203.514%201.093a.75.75%200%201%201-.814%201.26c-.64-.414-1.662-.853-2.7-.853%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.055%208.5c.524.536.815%201.257.811%202.007a3.13%203.13%200%200%201-1.12%202.408C9.948%2013.597%208.748%2014%207.096%2014c-1.706%200-3.104-.607-3.902-1.377a.751.751%200%200%201%201.042-1.079c.48.463%201.487.956%202.86.956c1.422%200%202.232-.346%202.676-.726c.435-.372.594-.839.594-1.267c0-.472-.208-.857-.647-1.197c-.448-.346-1.116-.623-1.951-.81H1.75a.75.75%200%200%201%200-1.5h12.5a.75.75%200%200%201%200%201.5ZM7.581%203.25c-2.036%200-2.778%201.082-2.778%201.786q0%20.082.006.157a.75.75%200%200%201-1.496.114a4%204%200%200%201-.01-.271c0-1.832%201.75-3.286%204.278-3.286c1.418%200%202.721.58%203.514%201.093a.75.75%200%201%201-.814%201.26c-.64-.414-1.662-.853-2.7-.853%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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