gif icon
gif-solid from HeroIcons by Refactoring UI Inc · Solid 24x24 · MIT Free for personal and commercial use.
- Name
- gif-solid
- Set
- HeroIcons
- Style
- Solid 24x24
- Viewbox
- 24×24
- License
- MIT
3 other variants in HeroIcons
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 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4.5 3.75a3 3 0 0 0-3 3v10.5a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V6.75a3 3 0 0 0-3-3zm9 4.5a.75.75 0 0 0-1.5 0v7.5a.75.75 0 0 0 1.5 0zm1.5 0a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5H16.5v2.25H18a.75.75 0 0 1 0 1.5h-1.5v3a.75.75 0 0 1-1.5 0zM6.636 9.78c.404-.575.867-.78 1.25-.78s.846.205 1.25.78a.75.75 0 0 0 1.228-.863C9.738 8.027 8.853 7.5 7.886 7.5c-.966 0-1.852.527-2.477 1.417c-.62.882-.909 2-.909 3.083s.289 2.201.909 3.083c.625.89 1.51 1.417 2.477 1.417s1.852-.527 2.478-1.417a.75.75 0 0 0 .136-.431V12a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0 0 1.5H9v1.648c-.37.44-.774.602-1.114.602c-.383 0-.846-.205-1.25-.78C6.226 13.638 6 12.837 6 12s.226-1.638.636-2.22" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HeroiconsGifSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M4.5 3.75a3 3 0 0 0-3 3v10.5a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V6.75a3 3 0 0 0-3-3zm9 4.5a.75.75 0 0 0-1.5 0v7.5a.75.75 0 0 0 1.5 0zm1.5 0a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5H16.5v2.25H18a.75.75 0 0 1 0 1.5h-1.5v3a.75.75 0 0 1-1.5 0zM6.636 9.78c.404-.575.867-.78 1.25-.78s.846.205 1.25.78a.75.75 0 0 0 1.228-.863C9.738 8.027 8.853 7.5 7.886 7.5c-.966 0-1.852.527-2.477 1.417c-.62.882-.909 2-.909 3.083s.289 2.201.909 3.083c.625.89 1.51 1.417 2.477 1.417s1.852-.527 2.478-1.417a.75.75 0 0 0 .136-.431V12a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0 0 1.5H9v1.648c-.37.44-.774.602-1.114.602c-.383 0-.846-.205-1.25-.78C6.226 13.638 6 12.837 6 12s.226-1.638.636-2.22" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4.5 3.75a3 3 0 0 0-3 3v10.5a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V6.75a3 3 0 0 0-3-3zm9 4.5a.75.75 0 0 0-1.5 0v7.5a.75.75 0 0 0 1.5 0zm1.5 0a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5H16.5v2.25H18a.75.75 0 0 1 0 1.5h-1.5v3a.75.75 0 0 1-1.5 0zM6.636 9.78c.404-.575.867-.78 1.25-.78s.846.205 1.25.78a.75.75 0 0 0 1.228-.863C9.738 8.027 8.853 7.5 7.886 7.5c-.966 0-1.852.527-2.477 1.417c-.62.882-.909 2-.909 3.083s.289 2.201.909 3.083c.625.89 1.51 1.417 2.477 1.417s1.852-.527 2.478-1.417a.75.75 0 0 0 .136-.431V12a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0 0 1.5H9v1.648c-.37.44-.774.602-1.114.602c-.383 0-.846-.205-1.25-.78C6.226 13.638 6 12.837 6 12s.226-1.638.636-2.22" clip-rule="evenodd"/></svg> </template>
CSS
.icon-gif-solid {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.5%203.75a3%203%200%200%200-3%203v10.5a3%203%200%200%200%203%203h15a3%203%200%200%200%203-3V6.75a3%203%200%200%200-3-3zm9%204.5a.75.75%200%200%200-1.5%200v7.5a.75.75%200%200%200%201.5%200zm1.5%200a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5H16.5v2.25H18a.75.75%200%200%201%200%201.5h-1.5v3a.75.75%200%200%201-1.5%200zM6.636%209.78c.404-.575.867-.78%201.25-.78s.846.205%201.25.78a.75.75%200%200%200%201.228-.863C9.738%208.027%208.853%207.5%207.886%207.5c-.966%200-1.852.527-2.477%201.417c-.62.882-.909%202-.909%203.083s.289%202.201.909%203.083c.625.89%201.51%201.417%202.477%201.417s1.852-.527%202.478-1.417a.75.75%200%200%200%20.136-.431V12a.75.75%200%200%200-.75-.75h-1.5a.75.75%200%200%200%200%201.5H9v1.648c-.37.44-.774.602-1.114.602c-.383%200-.846-.205-1.25-.78C6.226%2013.638%206%2012.837%206%2012s.226-1.638.636-2.22%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.5%203.75a3%203%200%200%200-3%203v10.5a3%203%200%200%200%203%203h15a3%203%200%200%200%203-3V6.75a3%203%200%200%200-3-3zm9%204.5a.75.75%200%200%200-1.5%200v7.5a.75.75%200%200%200%201.5%200zm1.5%200a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5H16.5v2.25H18a.75.75%200%200%201%200%201.5h-1.5v3a.75.75%200%200%201-1.5%200zM6.636%209.78c.404-.575.867-.78%201.25-.78s.846.205%201.25.78a.75.75%200%200%200%201.228-.863C9.738%208.027%208.853%207.5%207.886%207.5c-.966%200-1.852.527-2.477%201.417c-.62.882-.909%202-.909%203.083s.289%202.201.909%203.083c.625.89%201.51%201.417%202.477%201.417s1.852-.527%202.478-1.417a.75.75%200%200%200%20.136-.431V12a.75.75%200%200%200-.75-.75h-1.5a.75.75%200%200%200%200%201.5H9v1.648c-.37.44-.774.602-1.114.602c-.383%200-.846-.205-1.25-.78C6.226%2013.638%206%2012.837%206%2012s.226-1.638.636-2.22%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/gif-solid.svg?color=%231a73e8&size=48