gif-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.

Name
gif-rounded
Set
Material Symbols
Style
Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
gif-outline-rounded

2 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

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="M11.713 14.788q-.213-.213-.213-.538v-4.5q0-.325.213-.537T12.25 9t.538.213t.212.537v4.5q0 .325-.213.538T12.25 15t-.537-.213M6 15q-.45 0-.725-.312T5 14v-4q0-.375.275-.687T6 9h3.25q.325 0 .538.213T10 9.75t-.213.538t-.537.212H6.5v3h2v-.75q0-.325.213-.537T9.25 12t.538.213t.212.537V14q0 .375-.275.688T9 15zm8.713-.213q-.213-.212-.213-.537v-4.5q0-.325.213-.537T15.25 9h3q.325 0 .538.213T19 9.75t-.213.538t-.537.212H16v1h1.25q.325 0 .538.213t.212.537t-.213.538t-.537.212H16v1.25q0 .325-.213.538T15.25 15t-.537-.213"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGifRounded(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="M11.713 14.788q-.213-.213-.213-.538v-4.5q0-.325.213-.537T12.25 9t.538.213t.212.537v4.5q0 .325-.213.538T12.25 15t-.537-.213M6 15q-.45 0-.725-.312T5 14v-4q0-.375.275-.687T6 9h3.25q.325 0 .538.213T10 9.75t-.213.538t-.537.212H6.5v3h2v-.75q0-.325.213-.537T9.25 12t.538.213t.212.537V14q0 .375-.275.688T9 15zm8.713-.213q-.213-.212-.213-.537v-4.5q0-.325.213-.537T15.25 9h3q.325 0 .538.213T19 9.75t-.213.538t-.537.212H16v1h1.25q.325 0 .538.213t.212.537t-.213.538t-.537.212H16v1.25q0 .325-.213.538T15.25 15t-.537-.213"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.713 14.788q-.213-.213-.213-.538v-4.5q0-.325.213-.537T12.25 9t.538.213t.212.537v4.5q0 .325-.213.538T12.25 15t-.537-.213M6 15q-.45 0-.725-.312T5 14v-4q0-.375.275-.687T6 9h3.25q.325 0 .538.213T10 9.75t-.213.538t-.537.212H6.5v3h2v-.75q0-.325.213-.537T9.25 12t.538.213t.212.537V14q0 .375-.275.688T9 15zm8.713-.213q-.213-.212-.213-.537v-4.5q0-.325.213-.537T15.25 9h3q.325 0 .538.213T19 9.75t-.213.538t-.537.212H16v1h1.25q.325 0 .538.213t.212.537t-.213.538t-.537.212H16v1.25q0 .325-.213.538T15.25 15t-.537-.213"/></svg>
</template>

CSS

.icon-gif-rounded {
  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%22M11.713%2014.788q-.213-.213-.213-.538v-4.5q0-.325.213-.537T12.25%209t.538.213t.212.537v4.5q0%20.325-.213.538T12.25%2015t-.537-.213M6%2015q-.45%200-.725-.312T5%2014v-4q0-.375.275-.687T6%209h3.25q.325%200%20.538.213T10%209.75t-.213.538t-.537.212H6.5v3h2v-.75q0-.325.213-.537T9.25%2012t.538.213t.212.537V14q0%20.375-.275.688T9%2015zm8.713-.213q-.213-.212-.213-.537v-4.5q0-.325.213-.537T15.25%209h3q.325%200%20.538.213T19%209.75t-.213.538t-.537.212H16v1h1.25q.325%200%20.538.213t.212.537t-.213.538t-.537.212H16v1.25q0%20.325-.213.538T15.25%2015t-.537-.213%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%22M11.713%2014.788q-.213-.213-.213-.538v-4.5q0-.325.213-.537T12.25%209t.538.213t.212.537v4.5q0%20.325-.213.538T12.25%2015t-.537-.213M6%2015q-.45%200-.725-.312T5%2014v-4q0-.375.275-.687T6%209h3.25q.325%200%20.538.213T10%209.75t-.213.538t-.537.212H6.5v3h2v-.75q0-.325.213-.537T9.25%2012t.538.213t.212.537V14q0%20.375-.275.688T9%2015zm8.713-.213q-.213-.212-.213-.537v-4.5q0-.325.213-.537T15.25%209h3q.325%200%20.538.213T19%209.75t-.213.538t-.537.212H16v1h1.25q.325%200%20.538.213t.212.537t-.213.538t-.537.212H16v1.25q0%20.325-.213.538T15.25%2015t-.537-.213%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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