Ui Pause Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Pause icon is commonly used in media players, audio controls and video players. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306786.svg" alt="Ui Pause icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306786.svg" alt="Ui Pause icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306786.svg" alt="Ui Pause icon" :width="24" :height="24" />
CSS background
.icon-ui-pause {
background-image: url('https://proicons.com/icon/306786.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="M315 11C198-28 94 44 94 166c-1 111-1 223 0 334 0 118-1 236 0 354 0 65 40 115 101 135 117 39 220-33 221-155V500h-1c1-118 1-236 1-354 0-65-40-115-101-135zm591 135c0-65-40-115-101-135-117-39-221 33-221 155v688c0 65 40 115 101 135 117 39 221-33 221-155V500 146z"/></svg>
Copied!