Play Pause Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Play Pause icon is commonly used in media players, video thumbnails and tutorial listings. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306258.svg" alt="Play Pause icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306258.svg" alt="Play Pause icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306258.svg" alt="Play Pause icon" :width="24" :height="24" />
CSS background
.icon-play-pause {
background-image: url('https://proicons.com/icon/306258.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="M498 0C224 2 0 228 2 501c1 276 228 501 502 499 275-2 497-227 495-501C997 221 773-2 498 0zm-41 538c-60 35-120 70-180 103-36 20-57 6-58-36-1-33 0-66 0-99 0-35-1-70 0-105s24-50 55-33c62 35 124 70 184 107 31 19 30 45-1 63zm139 92c0 25-20 45-45 45s-45-20-45-45V381c0-25 20-46 45-46s45 21 45 46v249zm176 0c0 25-20 45-45 45s-45-20-45-45V381c0-25 20-46 45-46s45 21 45 46v249z"/></svg>
Play Pause in other icon packs
Copied!