Sign Times Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Sign Times 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/308992.svg" alt="Sign Times Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308992.svg" alt="Sign Times Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308992.svg" alt="Sign Times Svg icon" :width="24" :height="24" />
CSS background
.icon-sign----times---svg {
background-image: url('https://proicons.com/icon/308992.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.7071 7.70714C18.0976 7.31661 18.0976 6.68345 17.7071 6.29292C17.3165 5.9024 16.6834 5.9024 16.2929 6.29292L12 10.5858L7.70714 6.29292C7.31662 5.9024 6.68345 5.9024 6.29293 6.29292C5.9024 6.68345 5.9024 7.31661 6.29293 7.70714L10.5858 12L6.29286 16.2929C5.90233 16.6834 5.90233 17.3166 6.29286 17.7071C6.68338 18.0977 7.31655 18.0977 7.70707 17.7071L12 13.4142L16.2929 17.7071C16.6835 18.0977 17.3166 18.0977 17.7071 17.7071C18.0977 17.3166 18.0977 16.6834 17.7071 16.2929L13.4142 12L17.7071 7.70714Z" fill="#292929"/> </svg>
Copied!