Geddit Play Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Geddit Play 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/340989.svg" alt="Geddit Play icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340989.svg" alt="Geddit Play icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340989.svg" alt="Geddit Play icon" :width="24" :height="24" />
CSS background
.icon-geddit-play {
background-image: url('https://proicons.com/icon/340989.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m36.315 20.7a12.75 12.75 0 01-5.9406 14.342 12.75 12.75 0 01-15.391-2.0262 12.75 12.75 0 01-2.0262-15.391 12.75 12.75 0 0114.342-5.9406m2.2647-8.4519a21.5 21.5 0 00-24.184 10.017 21.5 21.5 0 003.4167 25.953 21.5 21.5 0 0025.953 3.4168 21.5 21.5 0 0010.017-24.184l-20.767 5.5646"/></svg>
Copied!