Giphy Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Giphy 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/314449.svg" alt="Giphy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314449.svg" alt="Giphy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314449.svg" alt="Giphy icon" :width="24" :height="24" />
CSS background
.icon-giphy {
background-image: url('https://proicons.com/icon/314449.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>GIPHY</title><path d="M2.666 0v24h18.668V8.666l-2.668 2.668v10H5.334V2.668H10L12.666 0zm10.668 0v8h8V5.334h-2.668V2.668H16V0"/></svg>
Giphy in other icon packs
Copied!