Ui Block Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Block 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/306734.svg" alt="Ui Block icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306734.svg" alt="Ui Block icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306734.svg" alt="Ui Block icon" :width="24" :height="24" />
CSS background
.icon-ui-block {
background-image: url('https://proicons.com/icon/306734.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="M854 146C658-49 342-49 146 146c-195 196-195 512 0 708 196 195 512 195 708 0 195-196 195-512 0-708zM263 263c111-111 280-128 408-51L212 671c-76-128-60-297 51-408zm474 474c-111 111-280 128-408 51l459-459c77 128 60 297-51 408z"/></svg>
Copied!