file-gif-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
file-gif-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
file-gif

The same icon in other sets

Related icons in Ant Design Icons

Use the file gif icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M551.5 490.5H521c-4.6 0-8.4 3.7-8.4 8.4V720c0 4.6 3.7 8.4 8.4 8.4h30.5c4.6 0 8.4-3.7 8.4-8.4V498.9c-.1-4.6-3.8-8.4-8.4-8.4M477.3 600h-88.1c-4.6 0-8.4 3.7-8.4 8.4v23.8c0 4.6 3.7 8.4 8.4 8.4h47.6v.7c-.6 29.9-23 49.8-56.5 49.8c-39.2 0-63.6-30.7-63.6-81.4c0-50.1 23.9-80.6 62.3-80.6c28.1 0 47.5 13.5 55.4 38.3l.9 2.8h49.2l-.7-4.6C475.9 515.9 434.7 484 379 484c-68.8 0-113 49.4-113 125.9c0 77.5 43.7 126.1 113.6 126.1c64.4 0 106-40.3 106-102.9v-24.8c0-4.6-3.7-8.3-8.3-8.3"/><path fill="currentColor" d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7M602 137.8L790.2 326H602zM792 888H232V136h302v216c0 23.2 18.8 42 42 42h216z"/><path fill="currentColor" d="M608.2 727.8h32.3c4.6 0 8.4-3.7 8.4-8.4v-84.8h87.8c4.6 0 8.4-3.7 8.4-8.4v-25.5c0-4.6-3.7-8.4-8.4-8.4h-87.8v-58.9h96.8c4.6 0 8.4-3.7 8.4-8.4v-26.8c0-4.6-3.7-8.4-8.4-8.4H608.2c-4.6 0-8.4 3.7-8.4 8.4v221.1c0 4.8 3.8 8.5 8.4 8.5"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignFileGifOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M551.5 490.5H521c-4.6 0-8.4 3.7-8.4 8.4V720c0 4.6 3.7 8.4 8.4 8.4h30.5c4.6 0 8.4-3.7 8.4-8.4V498.9c-.1-4.6-3.8-8.4-8.4-8.4M477.3 600h-88.1c-4.6 0-8.4 3.7-8.4 8.4v23.8c0 4.6 3.7 8.4 8.4 8.4h47.6v.7c-.6 29.9-23 49.8-56.5 49.8c-39.2 0-63.6-30.7-63.6-81.4c0-50.1 23.9-80.6 62.3-80.6c28.1 0 47.5 13.5 55.4 38.3l.9 2.8h49.2l-.7-4.6C475.9 515.9 434.7 484 379 484c-68.8 0-113 49.4-113 125.9c0 77.5 43.7 126.1 113.6 126.1c64.4 0 106-40.3 106-102.9v-24.8c0-4.6-3.7-8.3-8.3-8.3"/><path fill="currentColor" d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7M602 137.8L790.2 326H602zM792 888H232V136h302v216c0 23.2 18.8 42 42 42h216z"/><path fill="currentColor" d="M608.2 727.8h32.3c4.6 0 8.4-3.7 8.4-8.4v-84.8h87.8c4.6 0 8.4-3.7 8.4-8.4v-25.5c0-4.6-3.7-8.4-8.4-8.4h-87.8v-58.9h96.8c4.6 0 8.4-3.7 8.4-8.4v-26.8c0-4.6-3.7-8.4-8.4-8.4H608.2c-4.6 0-8.4 3.7-8.4 8.4v221.1c0 4.8 3.8 8.5 8.4 8.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M551.5 490.5H521c-4.6 0-8.4 3.7-8.4 8.4V720c0 4.6 3.7 8.4 8.4 8.4h30.5c4.6 0 8.4-3.7 8.4-8.4V498.9c-.1-4.6-3.8-8.4-8.4-8.4M477.3 600h-88.1c-4.6 0-8.4 3.7-8.4 8.4v23.8c0 4.6 3.7 8.4 8.4 8.4h47.6v.7c-.6 29.9-23 49.8-56.5 49.8c-39.2 0-63.6-30.7-63.6-81.4c0-50.1 23.9-80.6 62.3-80.6c28.1 0 47.5 13.5 55.4 38.3l.9 2.8h49.2l-.7-4.6C475.9 515.9 434.7 484 379 484c-68.8 0-113 49.4-113 125.9c0 77.5 43.7 126.1 113.6 126.1c64.4 0 106-40.3 106-102.9v-24.8c0-4.6-3.7-8.3-8.3-8.3"/><path fill="currentColor" d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7M602 137.8L790.2 326H602zM792 888H232V136h302v216c0 23.2 18.8 42 42 42h216z"/><path fill="currentColor" d="M608.2 727.8h32.3c4.6 0 8.4-3.7 8.4-8.4v-84.8h87.8c4.6 0 8.4-3.7 8.4-8.4v-25.5c0-4.6-3.7-8.4-8.4-8.4h-87.8v-58.9h96.8c4.6 0 8.4-3.7 8.4-8.4v-26.8c0-4.6-3.7-8.4-8.4-8.4H608.2c-4.6 0-8.4 3.7-8.4 8.4v221.1c0 4.8 3.8 8.5 8.4 8.5"/></svg>
</template>

CSS

.icon-file-gif-outlined {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M551.5%20490.5H521c-4.6%200-8.4%203.7-8.4%208.4V720c0%204.6%203.7%208.4%208.4%208.4h30.5c4.6%200%208.4-3.7%208.4-8.4V498.9c-.1-4.6-3.8-8.4-8.4-8.4M477.3%20600h-88.1c-4.6%200-8.4%203.7-8.4%208.4v23.8c0%204.6%203.7%208.4%208.4%208.4h47.6v.7c-.6%2029.9-23%2049.8-56.5%2049.8c-39.2%200-63.6-30.7-63.6-81.4c0-50.1%2023.9-80.6%2062.3-80.6c28.1%200%2047.5%2013.5%2055.4%2038.3l.9%202.8h49.2l-.7-4.6C475.9%20515.9%20434.7%20484%20379%20484c-68.8%200-113%2049.4-113%20125.9c0%2077.5%2043.7%20126.1%20113.6%20126.1c64.4%200%20106-40.3%20106-102.9v-24.8c0-4.6-3.7-8.3-8.3-8.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M854.6%20288.6L639.4%2073.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7%200-32%2014.3-32%2032v832c0%2017.7%2014.3%2032%2032%2032h640c17.7%200%2032-14.3%2032-32V311.3c0-8.5-3.4-16.7-9.4-22.7M602%20137.8L790.2%20326H602zM792%20888H232V136h302v216c0%2023.2%2018.8%2042%2042%2042h216z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M608.2%20727.8h32.3c4.6%200%208.4-3.7%208.4-8.4v-84.8h87.8c4.6%200%208.4-3.7%208.4-8.4v-25.5c0-4.6-3.7-8.4-8.4-8.4h-87.8v-58.9h96.8c4.6%200%208.4-3.7%208.4-8.4v-26.8c0-4.6-3.7-8.4-8.4-8.4H608.2c-4.6%200-8.4%203.7-8.4%208.4v221.1c0%204.8%203.8%208.5%208.4%208.5%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M551.5%20490.5H521c-4.6%200-8.4%203.7-8.4%208.4V720c0%204.6%203.7%208.4%208.4%208.4h30.5c4.6%200%208.4-3.7%208.4-8.4V498.9c-.1-4.6-3.8-8.4-8.4-8.4M477.3%20600h-88.1c-4.6%200-8.4%203.7-8.4%208.4v23.8c0%204.6%203.7%208.4%208.4%208.4h47.6v.7c-.6%2029.9-23%2049.8-56.5%2049.8c-39.2%200-63.6-30.7-63.6-81.4c0-50.1%2023.9-80.6%2062.3-80.6c28.1%200%2047.5%2013.5%2055.4%2038.3l.9%202.8h49.2l-.7-4.6C475.9%20515.9%20434.7%20484%20379%20484c-68.8%200-113%2049.4-113%20125.9c0%2077.5%2043.7%20126.1%20113.6%20126.1c64.4%200%20106-40.3%20106-102.9v-24.8c0-4.6-3.7-8.3-8.3-8.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M854.6%20288.6L639.4%2073.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7%200-32%2014.3-32%2032v832c0%2017.7%2014.3%2032%2032%2032h640c17.7%200%2032-14.3%2032-32V311.3c0-8.5-3.4-16.7-9.4-22.7M602%20137.8L790.2%20326H602zM792%20888H232V136h302v216c0%2023.2%2018.8%2042%2042%2042h216z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M608.2%20727.8h32.3c4.6%200%208.4-3.7%208.4-8.4v-84.8h87.8c4.6%200%208.4-3.7%208.4-8.4v-25.5c0-4.6-3.7-8.4-8.4-8.4h-87.8v-58.9h96.8c4.6%200%208.4-3.7%208.4-8.4v-26.8c0-4.6-3.7-8.4-8.4-8.4H608.2c-4.6%200-8.4%203.7-8.4%208.4v221.1c0%204.8%203.8%208.5%208.4%208.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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