Scimitar Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Scimitar 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/311601.svg" alt="Scimitar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311601.svg" alt="Scimitar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311601.svg" alt="Scimitar icon" :width="24" :height="24" />
CSS background
.icon-scimitar {
background-image: url('https://proicons.com/icon/311601.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M10 19H9V18H8V17H7V18H6V19H4V17H5V16H6V15H5V14H4V13H5V12H6V13H7V14H8V13H9V12H10V11H11V10H12V9H13V7H14V4H13V3H16V4H17V8H16V10H15V11H14V12H13V13H12V14H10V15H9V16H10V17H11V18H10Z"/></svg>
Copied!