gif icon
gif-16-solid from HeroIcons by Refactoring UI Inc · Solid 16x16 · MIT Free for personal and commercial use.
- Name
- gif-16-solid
- Set
- HeroIcons
- Style
- Solid 16x16
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" fill-rule="evenodd" d="M3 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm.895 3.458C4.142 6.071 4.38 6 4.5 6s.358.07.605.458a.75.75 0 1 0 1.265-.805C5.933 4.966 5.274 4.5 4.5 4.5s-1.433.466-1.87 1.153C2.195 6.336 2 7.187 2 8s.195 1.664.63 2.347c.437.687 1.096 1.153 1.87 1.153s1.433-.466 1.87-1.153a.75.75 0 0 0 .117-.402V8a.75.75 0 0 0-.75-.75H5a.75.75 0 0 0-.013 1.5v.955C4.785 9.95 4.602 10 4.5 10c-.121 0-.358-.07-.605-.458C3.647 9.15 3.5 8.595 3.5 8s.147-1.15.395-1.542M9 5.25a.75.75 0 0 0-1.5 0v5.5a.75.75 0 0 0 1.5 0zm1 0a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5H11.5v1.25h.75a.75.75 0 0 1 0 1.5h-.75v2a.75.75 0 0 1-1.5 0z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HeroiconsGif16Solid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fillRule="evenodd" d="M3 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm.895 3.458C4.142 6.071 4.38 6 4.5 6s.358.07.605.458a.75.75 0 1 0 1.265-.805C5.933 4.966 5.274 4.5 4.5 4.5s-1.433.466-1.87 1.153C2.195 6.336 2 7.187 2 8s.195 1.664.63 2.347c.437.687 1.096 1.153 1.87 1.153s1.433-.466 1.87-1.153a.75.75 0 0 0 .117-.402V8a.75.75 0 0 0-.75-.75H5a.75.75 0 0 0-.013 1.5v.955C4.785 9.95 4.602 10 4.5 10c-.121 0-.358-.07-.605-.458C3.647 9.15 3.5 8.595 3.5 8s.147-1.15.395-1.542M9 5.25a.75.75 0 0 0-1.5 0v5.5a.75.75 0 0 0 1.5 0zm1 0a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5H11.5v1.25h.75a.75.75 0 0 1 0 1.5h-.75v2a.75.75 0 0 1-1.5 0z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M3 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm.895 3.458C4.142 6.071 4.38 6 4.5 6s.358.07.605.458a.75.75 0 1 0 1.265-.805C5.933 4.966 5.274 4.5 4.5 4.5s-1.433.466-1.87 1.153C2.195 6.336 2 7.187 2 8s.195 1.664.63 2.347c.437.687 1.096 1.153 1.87 1.153s1.433-.466 1.87-1.153a.75.75 0 0 0 .117-.402V8a.75.75 0 0 0-.75-.75H5a.75.75 0 0 0-.013 1.5v.955C4.785 9.95 4.602 10 4.5 10c-.121 0-.358-.07-.605-.458C3.647 9.15 3.5 8.595 3.5 8s.147-1.15.395-1.542M9 5.25a.75.75 0 0 0-1.5 0v5.5a.75.75 0 0 0 1.5 0zm1 0a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5H11.5v1.25h.75a.75.75 0 0 1 0 1.5h-.75v2a.75.75 0 0 1-1.5 0z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-gif-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3%203a2%202%200%200%200-2%202v6a2%202%200%200%200%202%202h10a2%202%200%200%200%202-2V5a2%202%200%200%200-2-2zm.895%203.458C4.142%206.071%204.38%206%204.5%206s.358.07.605.458a.75.75%200%201%200%201.265-.805C5.933%204.966%205.274%204.5%204.5%204.5s-1.433.466-1.87%201.153C2.195%206.336%202%207.187%202%208s.195%201.664.63%202.347c.437.687%201.096%201.153%201.87%201.153s1.433-.466%201.87-1.153a.75.75%200%200%200%20.117-.402V8a.75.75%200%200%200-.75-.75H5a.75.75%200%200%200-.013%201.5v.955C4.785%209.95%204.602%2010%204.5%2010c-.121%200-.358-.07-.605-.458C3.647%209.15%203.5%208.595%203.5%208s.147-1.15.395-1.542M9%205.25a.75.75%200%200%200-1.5%200v5.5a.75.75%200%200%200%201.5%200zm1%200a.75.75%200%200%201%20.75-.75h2.5a.75.75%200%200%201%200%201.5H11.5v1.25h.75a.75.75%200%200%201%200%201.5h-.75v2a.75.75%200%200%201-1.5%200z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3%203a2%202%200%200%200-2%202v6a2%202%200%200%200%202%202h10a2%202%200%200%200%202-2V5a2%202%200%200%200-2-2zm.895%203.458C4.142%206.071%204.38%206%204.5%206s.358.07.605.458a.75.75%200%201%200%201.265-.805C5.933%204.966%205.274%204.5%204.5%204.5s-1.433.466-1.87%201.153C2.195%206.336%202%207.187%202%208s.195%201.664.63%202.347c.437.687%201.096%201.153%201.87%201.153s1.433-.466%201.87-1.153a.75.75%200%200%200%20.117-.402V8a.75.75%200%200%200-.75-.75H5a.75.75%200%200%200-.013%201.5v.955C4.785%209.95%204.602%2010%204.5%2010c-.121%200-.358-.07-.605-.458C3.647%209.15%203.5%208.595%203.5%208s.147-1.15.395-1.542M9%205.25a.75.75%200%200%200-1.5%200v5.5a.75.75%200%200%200%201.5%200zm1%200a.75.75%200%200%201%20.75-.75h2.5a.75.75%200%200%201%200%201.5H11.5v1.25h.75a.75.75%200%200%201%200%201.5h-.75v2a.75.75%200%200%201-1.5%200z%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-16-solid.svg?color=%231a73e8&size=48