Strike Through Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Strike Through icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306590.svg" alt="Strike Through icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306590.svg" alt="Strike Through icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306590.svg" alt="Strike Through icon" :width="24" :height="24" />
CSS background
.icon-strike-through {
background-image: url('https://proicons.com/icon/306590.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M1000 531v-63H621V57h31c43 0 79 9 109 28s55 50 77 94c21 43 39 102 54 176h31c-3-29-5-63-5-102 0-61 3-136 10-227-81 3-218 4-413 4-194 0-332-1-413-4 6 91 9 166 9 227 0 39-1 73-4 102h31c15-75 33-134 54-177 22-43 47-75 77-93s67-28 110-28h29v411H0v63h408v291c0 37-4 64-11 81s-21 28-40 34c-20 6-50 10-92 10v27c107-3 189-4 245-4 57 0 142 1 254 4v-27c-41 0-71-4-91-10-19-6-33-17-40-34-8-17-12-44-12-81V531h379z"/></svg>
Strike Through in other icon packs
Copied!