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

Name
gif-fill
Set
Mage Icons
Style
Fill
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"><path fill="currentColor" d="M16.62 3H7.37A5.36 5.36 0 0 0 2 8.33v7.33A5.36 5.36 0 0 0 7.37 21h9.25A5.37 5.37 0 0 0 22 15.66V8.33A5.36 5.36 0 0 0 16.62 3m-5.64 9.58a2.76 2.76 0 0 1-.35 1.45a2.44 2.44 0 0 1-1 .93a3 3 0 0 1-1.42.32a3.1 3.1 0 0 1-1.58-.39a2.65 2.65 0 0 1-1.06-1.14A3.8 3.8 0 0 1 5.18 12c0-.473.078-.942.23-1.39a2.9 2.9 0 0 1 .64-1a2.7 2.7 0 0 1 1-.65a3.27 3.27 0 0 1 2.19-.06c.299.1.58.249.83.44a2.4 2.4 0 0 1 .89 1.56H9.58a1.2 1.2 0 0 0-.85-.89a1.6 1.6 0 0 0-.48 0a1.48 1.48 0 0 0-1.45.95a2.7 2.7 0 0 0-.21 1.13a3 3 0 0 0 .2 1.14c.123.287.324.532.58.71c.262.168.569.252.88.24c.269.008.536-.047.78-.16a1.2 1.2 0 0 0 .52-.5a1.4 1.4 0 0 0 .16-.66h-1.4v-1h2.7zm2.47 2.54a.1.1 0 0 1 0 .07h-1.27V8.98h1.27a.1.1 0 0 1 0 .06zm5.34-5.18h-2.77a.07.07 0 0 0 0 .06v1.34a.2.2 0 0 0 0 .06h2.57v1.12h-2.57a.1.1 0 0 0 0 .06v2.5h-1.26V8.82a.07.07 0 0 1 .08-.08h3.95z"/></svg>

React

import type { SVGProps } from "react";

export function MageGifFill(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" d="M16.62 3H7.37A5.36 5.36 0 0 0 2 8.33v7.33A5.36 5.36 0 0 0 7.37 21h9.25A5.37 5.37 0 0 0 22 15.66V8.33A5.36 5.36 0 0 0 16.62 3m-5.64 9.58a2.76 2.76 0 0 1-.35 1.45a2.44 2.44 0 0 1-1 .93a3 3 0 0 1-1.42.32a3.1 3.1 0 0 1-1.58-.39a2.65 2.65 0 0 1-1.06-1.14A3.8 3.8 0 0 1 5.18 12c0-.473.078-.942.23-1.39a2.9 2.9 0 0 1 .64-1a2.7 2.7 0 0 1 1-.65a3.27 3.27 0 0 1 2.19-.06c.299.1.58.249.83.44a2.4 2.4 0 0 1 .89 1.56H9.58a1.2 1.2 0 0 0-.85-.89a1.6 1.6 0 0 0-.48 0a1.48 1.48 0 0 0-1.45.95a2.7 2.7 0 0 0-.21 1.13a3 3 0 0 0 .2 1.14c.123.287.324.532.58.71c.262.168.569.252.88.24c.269.008.536-.047.78-.16a1.2 1.2 0 0 0 .52-.5a1.4 1.4 0 0 0 .16-.66h-1.4v-1h2.7zm2.47 2.54a.1.1 0 0 1 0 .07h-1.27V8.98h1.27a.1.1 0 0 1 0 .06zm5.34-5.18h-2.77a.07.07 0 0 0 0 .06v1.34a.2.2 0 0 0 0 .06h2.57v1.12h-2.57a.1.1 0 0 0 0 .06v2.5h-1.26V8.82a.07.07 0 0 1 .08-.08h3.95z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.62 3H7.37A5.36 5.36 0 0 0 2 8.33v7.33A5.36 5.36 0 0 0 7.37 21h9.25A5.37 5.37 0 0 0 22 15.66V8.33A5.36 5.36 0 0 0 16.62 3m-5.64 9.58a2.76 2.76 0 0 1-.35 1.45a2.44 2.44 0 0 1-1 .93a3 3 0 0 1-1.42.32a3.1 3.1 0 0 1-1.58-.39a2.65 2.65 0 0 1-1.06-1.14A3.8 3.8 0 0 1 5.18 12c0-.473.078-.942.23-1.39a2.9 2.9 0 0 1 .64-1a2.7 2.7 0 0 1 1-.65a3.27 3.27 0 0 1 2.19-.06c.299.1.58.249.83.44a2.4 2.4 0 0 1 .89 1.56H9.58a1.2 1.2 0 0 0-.85-.89a1.6 1.6 0 0 0-.48 0a1.48 1.48 0 0 0-1.45.95a2.7 2.7 0 0 0-.21 1.13a3 3 0 0 0 .2 1.14c.123.287.324.532.58.71c.262.168.569.252.88.24c.269.008.536-.047.78-.16a1.2 1.2 0 0 0 .52-.5a1.4 1.4 0 0 0 .16-.66h-1.4v-1h2.7zm2.47 2.54a.1.1 0 0 1 0 .07h-1.27V8.98h1.27a.1.1 0 0 1 0 .06zm5.34-5.18h-2.77a.07.07 0 0 0 0 .06v1.34a.2.2 0 0 0 0 .06h2.57v1.12h-2.57a.1.1 0 0 0 0 .06v2.5h-1.26V8.82a.07.07 0 0 1 .08-.08h3.95z"/></svg>
</template>

CSS

.icon-gif-fill {
  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%20d%3D%22M16.62%203H7.37A5.36%205.36%200%200%200%202%208.33v7.33A5.36%205.36%200%200%200%207.37%2021h9.25A5.37%205.37%200%200%200%2022%2015.66V8.33A5.36%205.36%200%200%200%2016.62%203m-5.64%209.58a2.76%202.76%200%200%201-.35%201.45a2.44%202.44%200%200%201-1%20.93a3%203%200%200%201-1.42.32a3.1%203.1%200%200%201-1.58-.39a2.65%202.65%200%200%201-1.06-1.14A3.8%203.8%200%200%201%205.18%2012c0-.473.078-.942.23-1.39a2.9%202.9%200%200%201%20.64-1a2.7%202.7%200%200%201%201-.65a3.27%203.27%200%200%201%202.19-.06c.299.1.58.249.83.44a2.4%202.4%200%200%201%20.89%201.56H9.58a1.2%201.2%200%200%200-.85-.89a1.6%201.6%200%200%200-.48%200a1.48%201.48%200%200%200-1.45.95a2.7%202.7%200%200%200-.21%201.13a3%203%200%200%200%20.2%201.14c.123.287.324.532.58.71c.262.168.569.252.88.24c.269.008.536-.047.78-.16a1.2%201.2%200%200%200%20.52-.5a1.4%201.4%200%200%200%20.16-.66h-1.4v-1h2.7zm2.47%202.54a.1.1%200%200%201%200%20.07h-1.27V8.98h1.27a.1.1%200%200%201%200%20.06zm5.34-5.18h-2.77a.07.07%200%200%200%200%20.06v1.34a.2.2%200%200%200%200%20.06h2.57v1.12h-2.57a.1.1%200%200%200%200%20.06v2.5h-1.26V8.82a.07.07%200%200%201%20.08-.08h3.95z%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%20d%3D%22M16.62%203H7.37A5.36%205.36%200%200%200%202%208.33v7.33A5.36%205.36%200%200%200%207.37%2021h9.25A5.37%205.37%200%200%200%2022%2015.66V8.33A5.36%205.36%200%200%200%2016.62%203m-5.64%209.58a2.76%202.76%200%200%201-.35%201.45a2.44%202.44%200%200%201-1%20.93a3%203%200%200%201-1.42.32a3.1%203.1%200%200%201-1.58-.39a2.65%202.65%200%200%201-1.06-1.14A3.8%203.8%200%200%201%205.18%2012c0-.473.078-.942.23-1.39a2.9%202.9%200%200%201%20.64-1a2.7%202.7%200%200%201%201-.65a3.27%203.27%200%200%201%202.19-.06c.299.1.58.249.83.44a2.4%202.4%200%200%201%20.89%201.56H9.58a1.2%201.2%200%200%200-.85-.89a1.6%201.6%200%200%200-.48%200a1.48%201.48%200%200%200-1.45.95a2.7%202.7%200%200%200-.21%201.13a3%203%200%200%200%20.2%201.14c.123.287.324.532.58.71c.262.168.569.252.88.24c.269.008.536-.047.78-.16a1.2%201.2%200%200%200%20.52-.5a1.4%201.4%200%200%200%20.16-.66h-1.4v-1h2.7zm2.47%202.54a.1.1%200%200%201%200%20.07h-1.27V8.98h1.27a.1.1%200%200%201%200%20.06zm5.34-5.18h-2.77a.07.07%200%200%200%200%20.06v1.34a.2.2%200%200%200%200%20.06h2.57v1.12h-2.57a.1.1%200%200%200%200%20.06v2.5h-1.26V8.82a.07.07%200%200%201%20.08-.08h3.95z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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