Sign X Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Sign X Svg 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/308996.svg" alt="Sign X Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308996.svg" alt="Sign X Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308996.svg" alt="Sign X Svg icon" :width="24" :height="24" />
CSS background
.icon-sign----x---svg {
background-image: url('https://proicons.com/icon/308996.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M17 9C17.5523 9 18 8.55228 18 8C18 7.44772 17.5523 7 17 7L16.32 7C15.1743 7 14.0954 7.53943 13.408 8.456L12.1708 10.1056L11.6241 9.01214C11.0075 7.77897 9.74712 7 8.36839 7L8 7C7.44772 7 7 7.44772 7 8C7 8.55228 7.44772 9 8 9H8.36839C8.98958 9 9.55745 9.35096 9.83525 9.90657L10.8292 11.8944L8.992 14.344C8.68228 14.757 8.1962 15 7.68 15H7C6.44771 15 6 15.4477 6 16C6 16.5523 6.44771 17 7 17H7.68C8.82572 17 9.90457 16.4606 10.592 15.544L11.8292 13.8944L12.3759 14.9879C12.9925 16.221 14.2529 17 15.6316 17H16C16.5523 17 17 16.5523 17 16C17 15.4477 16.5523 15 16 15H15.6316C15.0104 15 14.4426 14.649 14.1648 14.0934L13.1708 12.1056L15.008 9.656C15.3177 9.24304 15.8038 9 16.32 9H17Z" fill="#292929"/> </svg>
Copied!