gif icon
gif from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- gif
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the gif icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M144 72v112a8 8 0 0 1-16 0V72a8 8 0 0 1 16 0m88-8h-56a8 8 0 0 0-8 8v112a8 8 0 0 0 16 0v-48h40a8 8 0 0 0 0-16h-40V80h48a8 8 0 0 0 0-16M96 120H72a8 8 0 0 0 0 16h16v16a24 24 0 0 1-48 0v-48a24 24 0 0 1 24-24c11.19 0 21.61 7.74 24.25 18a8 8 0 0 0 15.5-4C99.27 76.62 82.56 64 64 64a40 40 0 0 0-40 40v48a40 40 0 0 0 80 0v-24a8 8 0 0 0-8-8"/></svg>
React
import type { SVGProps } from "react";
export function PhGif(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M144 72v112a8 8 0 0 1-16 0V72a8 8 0 0 1 16 0m88-8h-56a8 8 0 0 0-8 8v112a8 8 0 0 0 16 0v-48h40a8 8 0 0 0 0-16h-40V80h48a8 8 0 0 0 0-16M96 120H72a8 8 0 0 0 0 16h16v16a24 24 0 0 1-48 0v-48a24 24 0 0 1 24-24c11.19 0 21.61 7.74 24.25 18a8 8 0 0 0 15.5-4C99.27 76.62 82.56 64 64 64a40 40 0 0 0-40 40v48a40 40 0 0 0 80 0v-24a8 8 0 0 0-8-8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M144 72v112a8 8 0 0 1-16 0V72a8 8 0 0 1 16 0m88-8h-56a8 8 0 0 0-8 8v112a8 8 0 0 0 16 0v-48h40a8 8 0 0 0 0-16h-40V80h48a8 8 0 0 0 0-16M96 120H72a8 8 0 0 0 0 16h16v16a24 24 0 0 1-48 0v-48a24 24 0 0 1 24-24c11.19 0 21.61 7.74 24.25 18a8 8 0 0 0 15.5-4C99.27 76.62 82.56 64 64 64a40 40 0 0 0-40 40v48a40 40 0 0 0 80 0v-24a8 8 0 0 0-8-8"/></svg> </template>
CSS
.icon-gif {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M144%2072v112a8%208%200%200%201-16%200V72a8%208%200%200%201%2016%200m88-8h-56a8%208%200%200%200-8%208v112a8%208%200%200%200%2016%200v-48h40a8%208%200%200%200%200-16h-40V80h48a8%208%200%200%200%200-16M96%20120H72a8%208%200%200%200%200%2016h16v16a24%2024%200%200%201-48%200v-48a24%2024%200%200%201%2024-24c11.19%200%2021.61%207.74%2024.25%2018a8%208%200%200%200%2015.5-4C99.27%2076.62%2082.56%2064%2064%2064a40%2040%200%200%200-40%2040v48a40%2040%200%200%200%2080%200v-24a8%208%200%200%200-8-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M144%2072v112a8%208%200%200%201-16%200V72a8%208%200%200%201%2016%200m88-8h-56a8%208%200%200%200-8%208v112a8%208%200%200%200%2016%200v-48h40a8%208%200%200%200%200-16h-40V80h48a8%208%200%200%200%200-16M96%20120H72a8%208%200%200%200%200%2016h16v16a24%2024%200%200%201-48%200v-48a24%2024%200%200%201%2024-24c11.19%200%2021.61%207.74%2024.25%2018a8%208%200%200%200%2015.5-4C99.27%2076.62%2082.56%2064%2064%2064a40%2040%200%200%200-40%2040v48a40%2040%200%200%200%2080%200v-24a8%208%200%200%200-8-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/gif.svg?color=%231a73e8&size=48