gif from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
gif
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

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"><g fill="none"><path fill="currentColor" d="M10.988 11.798v.781a2.8 2.8 0 0 1-.351 1.45a2.4 2.4 0 0 1-.984.931c-.44.224-.93.336-1.423.325a3.1 3.1 0 0 1-1.581-.395a2.7 2.7 0 0 1-1.054-1.133A3.75 3.75 0 0 1 5.208 12c-.006-.473.07-.943.228-1.388a2.9 2.9 0 0 1 .633-1.028c.269-.283.595-.504.957-.65c.374-.15.775-.225 1.178-.22c.343-.002.684.051 1.01.159c.297.1.576.248.825.439c.24.19.443.422.598.685c.155.27.256.57.298.878H9.557a1.4 1.4 0 0 0-.175-.404a1.1 1.1 0 0 0-.29-.298a1.2 1.2 0 0 0-.387-.194a1.7 1.7 0 0 0-.483-.035c-.31-.01-.615.073-.878.237a1.6 1.6 0 0 0-.571.712c-.15.358-.223.745-.211 1.133c-.008.388.06.773.202 1.133c.123.287.324.533.58.712c.26.17.567.256.878.246c.27.008.539-.05.782-.167a1.15 1.15 0 0 0 .518-.492c.108-.206.165-.435.167-.668H8.283v-.992zm2.462-2.882v6.211a.09.09 0 0 1-.087.088h-1.177a.08.08 0 0 1-.065-.023a.08.08 0 0 1-.023-.065v-6.21a.08.08 0 0 1 .053-.085a.1.1 0 0 1 .035-.003h1.177a.09.09 0 0 1 .088.087m1.108 6.211v-6.21a.09.09 0 0 1 .088-.088h4.146v1.115h-2.758a.09.09 0 0 0-.088.088v1.344a.1.1 0 0 0 .088.088h2.512v1.115h-2.512a.09.09 0 0 0-.088.088v2.46a.08.08 0 0 1-.088.088h-1.177a.09.09 0 0 1-.087-.009a.09.09 0 0 1-.036-.079"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.625 3.75h-9.25c-2.554 0-4.625 2.052-4.625 4.583v7.334c0 2.531 2.07 4.583 4.625 4.583h9.25c2.554 0 4.625-2.052 4.625-4.583V8.333c0-2.531-2.07-4.583-4.625-4.583"/></g></svg>

React

import type { SVGProps } from "react";

export function MageGif(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="currentColor" d="M10.988 11.798v.781a2.8 2.8 0 0 1-.351 1.45a2.4 2.4 0 0 1-.984.931c-.44.224-.93.336-1.423.325a3.1 3.1 0 0 1-1.581-.395a2.7 2.7 0 0 1-1.054-1.133A3.75 3.75 0 0 1 5.208 12c-.006-.473.07-.943.228-1.388a2.9 2.9 0 0 1 .633-1.028c.269-.283.595-.504.957-.65c.374-.15.775-.225 1.178-.22c.343-.002.684.051 1.01.159c.297.1.576.248.825.439c.24.19.443.422.598.685c.155.27.256.57.298.878H9.557a1.4 1.4 0 0 0-.175-.404a1.1 1.1 0 0 0-.29-.298a1.2 1.2 0 0 0-.387-.194a1.7 1.7 0 0 0-.483-.035c-.31-.01-.615.073-.878.237a1.6 1.6 0 0 0-.571.712c-.15.358-.223.745-.211 1.133c-.008.388.06.773.202 1.133c.123.287.324.533.58.712c.26.17.567.256.878.246c.27.008.539-.05.782-.167a1.15 1.15 0 0 0 .518-.492c.108-.206.165-.435.167-.668H8.283v-.992zm2.462-2.882v6.211a.09.09 0 0 1-.087.088h-1.177a.08.08 0 0 1-.065-.023a.08.08 0 0 1-.023-.065v-6.21a.08.08 0 0 1 .053-.085a.1.1 0 0 1 .035-.003h1.177a.09.09 0 0 1 .088.087m1.108 6.211v-6.21a.09.09 0 0 1 .088-.088h4.146v1.115h-2.758a.09.09 0 0 0-.088.088v1.344a.1.1 0 0 0 .088.088h2.512v1.115h-2.512a.09.09 0 0 0-.088.088v2.46a.08.08 0 0 1-.088.088h-1.177a.09.09 0 0 1-.087-.009a.09.09 0 0 1-.036-.079"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M16.625 3.75h-9.25c-2.554 0-4.625 2.052-4.625 4.583v7.334c0 2.531 2.07 4.583 4.625 4.583h9.25c2.554 0 4.625-2.052 4.625-4.583V8.333c0-2.531-2.07-4.583-4.625-4.583"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="currentColor" d="M10.988 11.798v.781a2.8 2.8 0 0 1-.351 1.45a2.4 2.4 0 0 1-.984.931c-.44.224-.93.336-1.423.325a3.1 3.1 0 0 1-1.581-.395a2.7 2.7 0 0 1-1.054-1.133A3.75 3.75 0 0 1 5.208 12c-.006-.473.07-.943.228-1.388a2.9 2.9 0 0 1 .633-1.028c.269-.283.595-.504.957-.65c.374-.15.775-.225 1.178-.22c.343-.002.684.051 1.01.159c.297.1.576.248.825.439c.24.19.443.422.598.685c.155.27.256.57.298.878H9.557a1.4 1.4 0 0 0-.175-.404a1.1 1.1 0 0 0-.29-.298a1.2 1.2 0 0 0-.387-.194a1.7 1.7 0 0 0-.483-.035c-.31-.01-.615.073-.878.237a1.6 1.6 0 0 0-.571.712c-.15.358-.223.745-.211 1.133c-.008.388.06.773.202 1.133c.123.287.324.533.58.712c.26.17.567.256.878.246c.27.008.539-.05.782-.167a1.15 1.15 0 0 0 .518-.492c.108-.206.165-.435.167-.668H8.283v-.992zm2.462-2.882v6.211a.09.09 0 0 1-.087.088h-1.177a.08.08 0 0 1-.065-.023a.08.08 0 0 1-.023-.065v-6.21a.08.08 0 0 1 .053-.085a.1.1 0 0 1 .035-.003h1.177a.09.09 0 0 1 .088.087m1.108 6.211v-6.21a.09.09 0 0 1 .088-.088h4.146v1.115h-2.758a.09.09 0 0 0-.088.088v1.344a.1.1 0 0 0 .088.088h2.512v1.115h-2.512a.09.09 0 0 0-.088.088v2.46a.08.08 0 0 1-.088.088h-1.177a.09.09 0 0 1-.087-.009a.09.09 0 0 1-.036-.079"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.625 3.75h-9.25c-2.554 0-4.625 2.052-4.625 4.583v7.334c0 2.531 2.07 4.583 4.625 4.583h9.25c2.554 0 4.625-2.052 4.625-4.583V8.333c0-2.531-2.07-4.583-4.625-4.583"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.988%2011.798v.781a2.8%202.8%200%200%201-.351%201.45a2.4%202.4%200%200%201-.984.931c-.44.224-.93.336-1.423.325a3.1%203.1%200%200%201-1.581-.395a2.7%202.7%200%200%201-1.054-1.133A3.75%203.75%200%200%201%205.208%2012c-.006-.473.07-.943.228-1.388a2.9%202.9%200%200%201%20.633-1.028c.269-.283.595-.504.957-.65c.374-.15.775-.225%201.178-.22c.343-.002.684.051%201.01.159c.297.1.576.248.825.439c.24.19.443.422.598.685c.155.27.256.57.298.878H9.557a1.4%201.4%200%200%200-.175-.404a1.1%201.1%200%200%200-.29-.298a1.2%201.2%200%200%200-.387-.194a1.7%201.7%200%200%200-.483-.035c-.31-.01-.615.073-.878.237a1.6%201.6%200%200%200-.571.712c-.15.358-.223.745-.211%201.133c-.008.388.06.773.202%201.133c.123.287.324.533.58.712c.26.17.567.256.878.246c.27.008.539-.05.782-.167a1.15%201.15%200%200%200%20.518-.492c.108-.206.165-.435.167-.668H8.283v-.992zm2.462-2.882v6.211a.09.09%200%200%201-.087.088h-1.177a.08.08%200%200%201-.065-.023a.08.08%200%200%201-.023-.065v-6.21a.08.08%200%200%201%20.053-.085a.1.1%200%200%201%20.035-.003h1.177a.09.09%200%200%201%20.088.087m1.108%206.211v-6.21a.09.09%200%200%201%20.088-.088h4.146v1.115h-2.758a.09.09%200%200%200-.088.088v1.344a.1.1%200%200%200%20.088.088h2.512v1.115h-2.512a.09.09%200%200%200-.088.088v2.46a.08.08%200%200%201-.088.088h-1.177a.09.09%200%200%201-.087-.009a.09.09%200%200%201-.036-.079%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.625%203.75h-9.25c-2.554%200-4.625%202.052-4.625%204.583v7.334c0%202.531%202.07%204.583%204.625%204.583h9.25c2.554%200%204.625-2.052%204.625-4.583V8.333c0-2.531-2.07-4.583-4.625-4.583%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.988%2011.798v.781a2.8%202.8%200%200%201-.351%201.45a2.4%202.4%200%200%201-.984.931c-.44.224-.93.336-1.423.325a3.1%203.1%200%200%201-1.581-.395a2.7%202.7%200%200%201-1.054-1.133A3.75%203.75%200%200%201%205.208%2012c-.006-.473.07-.943.228-1.388a2.9%202.9%200%200%201%20.633-1.028c.269-.283.595-.504.957-.65c.374-.15.775-.225%201.178-.22c.343-.002.684.051%201.01.159c.297.1.576.248.825.439c.24.19.443.422.598.685c.155.27.256.57.298.878H9.557a1.4%201.4%200%200%200-.175-.404a1.1%201.1%200%200%200-.29-.298a1.2%201.2%200%200%200-.387-.194a1.7%201.7%200%200%200-.483-.035c-.31-.01-.615.073-.878.237a1.6%201.6%200%200%200-.571.712c-.15.358-.223.745-.211%201.133c-.008.388.06.773.202%201.133c.123.287.324.533.58.712c.26.17.567.256.878.246c.27.008.539-.05.782-.167a1.15%201.15%200%200%200%20.518-.492c.108-.206.165-.435.167-.668H8.283v-.992zm2.462-2.882v6.211a.09.09%200%200%201-.087.088h-1.177a.08.08%200%200%201-.065-.023a.08.08%200%200%201-.023-.065v-6.21a.08.08%200%200%201%20.053-.085a.1.1%200%200%201%20.035-.003h1.177a.09.09%200%200%201%20.088.087m1.108%206.211v-6.21a.09.09%200%200%201%20.088-.088h4.146v1.115h-2.758a.09.09%200%200%200-.088.088v1.344a.1.1%200%200%200%20.088.088h2.512v1.115h-2.512a.09.09%200%200%200-.088.088v2.46a.08.08%200%200%201-.088.088h-1.177a.09.09%200%200%201-.087-.009a.09.09%200%200%201-.036-.079%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.625%203.75h-9.25c-2.554%200-4.625%202.052-4.625%204.583v7.334c0%202.531%202.07%204.583%204.625%204.583h9.25c2.554%200%204.625-2.052%204.625-4.583V8.333c0-2.531-2.07-4.583-4.625-4.583%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/gif.svg?color=%231a73e8&size=48