gallery wide icon

gallery-wide-filled from Reicon by REICON · Filled · Video · MIT Free for personal and commercial use.

Name
gallery-wide-filled
Set
Reicon
Style
Filled
Category
Video
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More video icons from Reicon

Use the gallery wide icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.512 10.077c0 .739-.625 1.338-1.396 1.338s-1.395-.6-1.395-1.338s.625-1.337 1.395-1.337s1.396.598 1.396 1.337"/><path fill-rule="evenodd" d="M18.036 5.532c-1.06-.136-2.414-.136-4.123-.136h-3.826c-1.71 0-3.064 0-4.123.136c-1.09.141-1.974.437-2.67 1.104c-.696.668-1.005 1.514-1.152 2.56C2 10.21 2 11.508 2 13.147v.1c0 1.639 0 2.937.142 3.953c.147 1.045.456 1.891 1.152 2.558c.696.668 1.58.964 2.67 1.104C7.024 21 8.378 21 10.087 21h3.826c1.71 0 3.064 0 4.123-.137c1.09-.14 1.974-.436 2.67-1.104c.696-.667 1.005-1.513 1.152-2.558c.142-1.016.142-2.314.142-3.953v-.1c0-1.64 0-2.937-.142-3.953c-.147-1.045-.456-1.891-1.152-2.559c-.696-.667-1.58-.963-2.67-1.104M6.15 6.858c-.936.12-1.475.347-1.87.724c-.393.378-.629.894-.755 1.791c-.1.72-.123 1.62-.128 2.796l.47-.395c1.125-.943 2.819-.889 3.875.123l3.99 3.825a1.2 1.2 0 0 0 1.491.124l.278-.187a3.606 3.606 0 0 1 4.34.25l2.407 2.078c.098-.264.173-.58.227-.965c.128-.916.13-2.124.13-3.824s-.002-2.908-.13-3.825c-.126-.897-.362-1.413-.756-1.79c-.393-.378-.933-.604-1.869-.725c-.956-.123-2.216-.125-3.99-.125h-3.72c-1.774 0-3.034.002-3.99.125" clip-rule="evenodd"/><path d="M17.086 2.61c-.86-.11-1.954-.11-3.319-.11h-3.09c-1.364 0-2.459 0-3.319.11c-.89.115-1.632.358-2.221.92a2.9 2.9 0 0 0-.724 1.12c.504-.23 1.074-.366 1.714-.45c1.084-.14 2.47-.14 4.22-.14h3.914c1.75 0 3.135 0 4.22.14c.558.073 1.064.186 1.519.366a2.9 2.9 0 0 0-.692-1.035c-.589-.563-1.331-.806-2.222-.92"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconGalleryWideFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.512 10.077c0 .739-.625 1.338-1.396 1.338s-1.395-.6-1.395-1.338s.625-1.337 1.395-1.337s1.396.598 1.396 1.337"/><path fillRule="evenodd" d="M18.036 5.532c-1.06-.136-2.414-.136-4.123-.136h-3.826c-1.71 0-3.064 0-4.123.136c-1.09.141-1.974.437-2.67 1.104c-.696.668-1.005 1.514-1.152 2.56C2 10.21 2 11.508 2 13.147v.1c0 1.639 0 2.937.142 3.953c.147 1.045.456 1.891 1.152 2.558c.696.668 1.58.964 2.67 1.104C7.024 21 8.378 21 10.087 21h3.826c1.71 0 3.064 0 4.123-.137c1.09-.14 1.974-.436 2.67-1.104c.696-.667 1.005-1.513 1.152-2.558c.142-1.016.142-2.314.142-3.953v-.1c0-1.64 0-2.937-.142-3.953c-.147-1.045-.456-1.891-1.152-2.559c-.696-.667-1.58-.963-2.67-1.104M6.15 6.858c-.936.12-1.475.347-1.87.724c-.393.378-.629.894-.755 1.791c-.1.72-.123 1.62-.128 2.796l.47-.395c1.125-.943 2.819-.889 3.875.123l3.99 3.825a1.2 1.2 0 0 0 1.491.124l.278-.187a3.606 3.606 0 0 1 4.34.25l2.407 2.078c.098-.264.173-.58.227-.965c.128-.916.13-2.124.13-3.824s-.002-2.908-.13-3.825c-.126-.897-.362-1.413-.756-1.79c-.393-.378-.933-.604-1.869-.725c-.956-.123-2.216-.125-3.99-.125h-3.72c-1.774 0-3.034.002-3.99.125" clipRule="evenodd"/><path d="M17.086 2.61c-.86-.11-1.954-.11-3.319-.11h-3.09c-1.364 0-2.459 0-3.319.11c-.89.115-1.632.358-2.221.92a2.9 2.9 0 0 0-.724 1.12c.504-.23 1.074-.366 1.714-.45c1.084-.14 2.47-.14 4.22-.14h3.914c1.75 0 3.135 0 4.22.14c.558.073 1.064.186 1.519.366a2.9 2.9 0 0 0-.692-1.035c-.589-.563-1.331-.806-2.222-.92"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.512 10.077c0 .739-.625 1.338-1.396 1.338s-1.395-.6-1.395-1.338s.625-1.337 1.395-1.337s1.396.598 1.396 1.337"/><path fill-rule="evenodd" d="M18.036 5.532c-1.06-.136-2.414-.136-4.123-.136h-3.826c-1.71 0-3.064 0-4.123.136c-1.09.141-1.974.437-2.67 1.104c-.696.668-1.005 1.514-1.152 2.56C2 10.21 2 11.508 2 13.147v.1c0 1.639 0 2.937.142 3.953c.147 1.045.456 1.891 1.152 2.558c.696.668 1.58.964 2.67 1.104C7.024 21 8.378 21 10.087 21h3.826c1.71 0 3.064 0 4.123-.137c1.09-.14 1.974-.436 2.67-1.104c.696-.667 1.005-1.513 1.152-2.558c.142-1.016.142-2.314.142-3.953v-.1c0-1.64 0-2.937-.142-3.953c-.147-1.045-.456-1.891-1.152-2.559c-.696-.667-1.58-.963-2.67-1.104M6.15 6.858c-.936.12-1.475.347-1.87.724c-.393.378-.629.894-.755 1.791c-.1.72-.123 1.62-.128 2.796l.47-.395c1.125-.943 2.819-.889 3.875.123l3.99 3.825a1.2 1.2 0 0 0 1.491.124l.278-.187a3.606 3.606 0 0 1 4.34.25l2.407 2.078c.098-.264.173-.58.227-.965c.128-.916.13-2.124.13-3.824s-.002-2.908-.13-3.825c-.126-.897-.362-1.413-.756-1.79c-.393-.378-.933-.604-1.869-.725c-.956-.123-2.216-.125-3.99-.125h-3.72c-1.774 0-3.034.002-3.99.125" clip-rule="evenodd"/><path d="M17.086 2.61c-.86-.11-1.954-.11-3.319-.11h-3.09c-1.364 0-2.459 0-3.319.11c-.89.115-1.632.358-2.221.92a2.9 2.9 0 0 0-.724 1.12c.504-.23 1.074-.366 1.714-.45c1.084-.14 2.47-.14 4.22-.14h3.914c1.75 0 3.135 0 4.22.14c.558.073 1.064.186 1.519.366a2.9 2.9 0 0 0-.692-1.035c-.589-.563-1.331-.806-2.222-.92"/></g></svg>
</template>

CSS

.icon-gallery-wide-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M18.512%2010.077c0%20.739-.625%201.338-1.396%201.338s-1.395-.6-1.395-1.338s.625-1.337%201.395-1.337s1.396.598%201.396%201.337%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.036%205.532c-1.06-.136-2.414-.136-4.123-.136h-3.826c-1.71%200-3.064%200-4.123.136c-1.09.141-1.974.437-2.67%201.104c-.696.668-1.005%201.514-1.152%202.56C2%2010.21%202%2011.508%202%2013.147v.1c0%201.639%200%202.937.142%203.953c.147%201.045.456%201.891%201.152%202.558c.696.668%201.58.964%202.67%201.104C7.024%2021%208.378%2021%2010.087%2021h3.826c1.71%200%203.064%200%204.123-.137c1.09-.14%201.974-.436%202.67-1.104c.696-.667%201.005-1.513%201.152-2.558c.142-1.016.142-2.314.142-3.953v-.1c0-1.64%200-2.937-.142-3.953c-.147-1.045-.456-1.891-1.152-2.559c-.696-.667-1.58-.963-2.67-1.104M6.15%206.858c-.936.12-1.475.347-1.87.724c-.393.378-.629.894-.755%201.791c-.1.72-.123%201.62-.128%202.796l.47-.395c1.125-.943%202.819-.889%203.875.123l3.99%203.825a1.2%201.2%200%200%200%201.491.124l.278-.187a3.606%203.606%200%200%201%204.34.25l2.407%202.078c.098-.264.173-.58.227-.965c.128-.916.13-2.124.13-3.824s-.002-2.908-.13-3.825c-.126-.897-.362-1.413-.756-1.79c-.393-.378-.933-.604-1.869-.725c-.956-.123-2.216-.125-3.99-.125h-3.72c-1.774%200-3.034.002-3.99.125%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.086%202.61c-.86-.11-1.954-.11-3.319-.11h-3.09c-1.364%200-2.459%200-3.319.11c-.89.115-1.632.358-2.221.92a2.9%202.9%200%200%200-.724%201.12c.504-.23%201.074-.366%201.714-.45c1.084-.14%202.47-.14%204.22-.14h3.914c1.75%200%203.135%200%204.22.14c.558.073%201.064.186%201.519.366a2.9%202.9%200%200%200-.692-1.035c-.589-.563-1.331-.806-2.222-.92%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%22currentColor%22%3E%3Cpath%20d%3D%22M18.512%2010.077c0%20.739-.625%201.338-1.396%201.338s-1.395-.6-1.395-1.338s.625-1.337%201.395-1.337s1.396.598%201.396%201.337%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.036%205.532c-1.06-.136-2.414-.136-4.123-.136h-3.826c-1.71%200-3.064%200-4.123.136c-1.09.141-1.974.437-2.67%201.104c-.696.668-1.005%201.514-1.152%202.56C2%2010.21%202%2011.508%202%2013.147v.1c0%201.639%200%202.937.142%203.953c.147%201.045.456%201.891%201.152%202.558c.696.668%201.58.964%202.67%201.104C7.024%2021%208.378%2021%2010.087%2021h3.826c1.71%200%203.064%200%204.123-.137c1.09-.14%201.974-.436%202.67-1.104c.696-.667%201.005-1.513%201.152-2.558c.142-1.016.142-2.314.142-3.953v-.1c0-1.64%200-2.937-.142-3.953c-.147-1.045-.456-1.891-1.152-2.559c-.696-.667-1.58-.963-2.67-1.104M6.15%206.858c-.936.12-1.475.347-1.87.724c-.393.378-.629.894-.755%201.791c-.1.72-.123%201.62-.128%202.796l.47-.395c1.125-.943%202.819-.889%203.875.123l3.99%203.825a1.2%201.2%200%200%200%201.491.124l.278-.187a3.606%203.606%200%200%201%204.34.25l2.407%202.078c.098-.264.173-.58.227-.965c.128-.916.13-2.124.13-3.824s-.002-2.908-.13-3.825c-.126-.897-.362-1.413-.756-1.79c-.393-.378-.933-.604-1.869-.725c-.956-.123-2.216-.125-3.99-.125h-3.72c-1.774%200-3.034.002-3.99.125%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.086%202.61c-.86-.11-1.954-.11-3.319-.11h-3.09c-1.364%200-2.459%200-3.319.11c-.89.115-1.632.358-2.221.92a2.9%202.9%200%200%200-.724%201.12c.504-.23%201.074-.366%201.714-.45c1.084-.14%202.47-.14%204.22-.14h3.914c1.75%200%203.135%200%204.22.14c.558.073%201.064.186%201.519.366a2.9%202.9%200%200%200-.692-1.035c-.589-.563-1.331-.806-2.222-.92%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/gallery-wide-filled.svg?color=%231a73e8&size=48