Ui Press Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Press 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/306791.svg" alt="Ui Press icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306791.svg" alt="Ui Press icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306791.svg" alt="Ui Press icon" :width="24" :height="24" />
CSS background
.icon-ui-press {
background-image: url('https://proicons.com/icon/306791.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 500c0-31-3-62-8-91C960 234 837 91 674 31l-2-1h-1C618 11 560 0 500 0 287 0 104 134 33 322 12 378 0 437 0 500c0 51 8 100 22 146 24 81 69 153 127 211 81 78 187 130 306 141 15 1 30 2 45 2 156 0 296-72 388-184 70-86 112-196 112-316z"/></svg>
Copied!