Times Prime Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Times Prime 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/348565.svg" alt="Times Prime icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348565.svg" alt="Times Prime icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348565.svg" alt="Times Prime icon" :width="24" :height="24" />
CSS background
.icon-times-prime {
background-image: url('https://proicons.com/icon/348565.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.u{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="u" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><g id="c"><line id="d" class="u" x1="9.5" y1="15.1305" x2="14.4902" y2="15.1305"/><line id="e" class="u" x1="11.9951" y1="22.6629" x2="11.9951" y2="15.1305"/></g><line id="f" class="u" x1="16.2557" y1="15.1305" x2="16.2557" y2="22.6629"/><polyline id="g" class="u" points="18.586 22.6546 18.586 15.1305 22.3523 22.6629 26.1185 15.142 26.1185 22.6629"/><g id="h"><line id="i" class="u" x1="28.1664" y1="18.8967" x2="30.622" y2="18.8967"/><polyline id="j" class="u" points="31.9326 22.6629 28.1664 22.6629 28.1664 15.1305 31.9326 15.1305"/></g><path id="k" class="u" d="M33.6589,21.8377c.4619.6014,1.0411.8253,1.8469.8253h1.1152c1.0378,0,1.8791-.8413,1.8791-1.8791v-.0081c0-1.0378-.8413-1.8791-1.8791-1.8791h-1.2301c-1.0389,0-1.881-.8422-1.881-1.881h0c0-1.0412.844-1.8852,1.8852-1.8852h1.1091c.8058,0,1.3849.224,1.8469.8253"/><path id="l" class="u" d="M12.4097,32.78v-5.9224h1.909c1.0793,0,1.9542.8905,1.9542,1.989s-.8749,1.989-1.9542,1.989h-1.909"/><g id="m"><path id="n" class="u" d="M17.9648,32.7798v-5.9221h1.9092c1.0794,0,1.9544.8905,1.9544,1.9889s-.875,1.9889-1.9544,1.9889h-1.9092"/><line id="o" class="u" x1="19.8739" y1="30.8355" x2="21.783" y2="32.7783"/></g><line id="p" class="u" x1="23.4274" y1="26.7682" x2="23.4274" y2="32.8695"/><polyline id="q" class="u" points="25.4564 32.7735 25.4564 26.8576 28.4176 32.78 31.3788 26.8666 31.3788 32.78"/><g id="r"><line id="s" class="u" x1="33.1957" y1="29.8188" x2="35.0685" y2="29.8188"/><polyline id="t" class="u" points="36.0681 32.7796 33.1957 32.7796 33.1957 26.8579 36.0681 26.8579"/></g></svg>
Copied!