gallery wide icon

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

Name
gallery-wide-duotone
Set
Reicon
Style
Duotone
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 .738-.625 1.337-1.396 1.337s-1.395-.599-1.395-1.337c0-.739.625-1.338 1.395-1.338s1.396.599 1.396 1.338"/><path fill-rule="evenodd" d="M18.036 5.532c-1.06-.137-2.414-.137-4.123-.136h-3.826c-1.71 0-3.064 0-4.123.136c-1.09.14-1.974.437-2.67 1.104S2.29 8.149 2.142 9.195C2 10.21 2 11.508 2 13.147v.1c0 1.64 0 2.937.142 3.953c.147 1.046.456 1.892 1.152 2.559s1.58.963 2.67 1.104c1.06.136 2.414.136 4.123.136h3.826c1.71 0 3.064 0 4.123-.136c1.09-.14 1.974-.437 2.67-1.104s1.005-1.514 1.152-2.559C22 16.184 22 14.886 22 13.248v-.1c0-1.64 0-2.937-.142-3.953c-.147-1.046-.456-1.892-1.152-2.559s-1.58-.963-2.67-1.104M6.15 6.858c-.936.12-1.475.346-1.87.724c-.393.377-.629.894-.755 1.791c-.1.72-.123 1.619-.128 2.795l.47-.395c1.125-.942 2.819-.888 3.875.124l3.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.077c.098-.264.173-.579.227-.964c.128-.916.13-2.124.13-3.824s-.002-2.909-.13-3.825c-.126-.897-.362-1.414-.756-1.791c-.393-.378-.933-.604-1.869-.724c-.956-.124-2.216-.125-3.99-.125h-3.72c-1.774 0-3.034.001-3.99.125" clip-rule="evenodd"/><path d="M17.087 2.61c-.86-.11-1.955-.11-3.32-.11h-3.09c-1.364 0-2.459 0-3.318.11c-.89.115-1.633.358-2.222.92a2.9 2.9 0 0 0-.724 1.12c.504-.23 1.074-.366 1.714-.45c1.085-.14 2.47-.14 4.22-.14h3.915c1.749 0 3.134 0 4.219.14c.559.073 1.064.186 1.52.366a2.9 2.9 0 0 0-.693-1.035c-.589-.563-1.331-.806-2.221-.92" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconGalleryWideDuotone(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 .738-.625 1.337-1.396 1.337s-1.395-.599-1.395-1.337c0-.739.625-1.338 1.395-1.338s1.396.599 1.396 1.338"/><path fillRule="evenodd" d="M18.036 5.532c-1.06-.137-2.414-.137-4.123-.136h-3.826c-1.71 0-3.064 0-4.123.136c-1.09.14-1.974.437-2.67 1.104S2.29 8.149 2.142 9.195C2 10.21 2 11.508 2 13.147v.1c0 1.64 0 2.937.142 3.953c.147 1.046.456 1.892 1.152 2.559s1.58.963 2.67 1.104c1.06.136 2.414.136 4.123.136h3.826c1.71 0 3.064 0 4.123-.136c1.09-.14 1.974-.437 2.67-1.104s1.005-1.514 1.152-2.559C22 16.184 22 14.886 22 13.248v-.1c0-1.64 0-2.937-.142-3.953c-.147-1.046-.456-1.892-1.152-2.559s-1.58-.963-2.67-1.104M6.15 6.858c-.936.12-1.475.346-1.87.724c-.393.377-.629.894-.755 1.791c-.1.72-.123 1.619-.128 2.795l.47-.395c1.125-.942 2.819-.888 3.875.124l3.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.077c.098-.264.173-.579.227-.964c.128-.916.13-2.124.13-3.824s-.002-2.909-.13-3.825c-.126-.897-.362-1.414-.756-1.791c-.393-.378-.933-.604-1.869-.724c-.956-.124-2.216-.125-3.99-.125h-3.72c-1.774 0-3.034.001-3.99.125" clipRule="evenodd"/><path d="M17.087 2.61c-.86-.11-1.955-.11-3.32-.11h-3.09c-1.364 0-2.459 0-3.318.11c-.89.115-1.633.358-2.222.92a2.9 2.9 0 0 0-.724 1.12c.504-.23 1.074-.366 1.714-.45c1.085-.14 2.47-.14 4.22-.14h3.915c1.749 0 3.134 0 4.219.14c.559.073 1.064.186 1.52.366a2.9 2.9 0 0 0-.693-1.035c-.589-.563-1.331-.806-2.221-.92" opacity=".5"/></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 .738-.625 1.337-1.396 1.337s-1.395-.599-1.395-1.337c0-.739.625-1.338 1.395-1.338s1.396.599 1.396 1.338"/><path fill-rule="evenodd" d="M18.036 5.532c-1.06-.137-2.414-.137-4.123-.136h-3.826c-1.71 0-3.064 0-4.123.136c-1.09.14-1.974.437-2.67 1.104S2.29 8.149 2.142 9.195C2 10.21 2 11.508 2 13.147v.1c0 1.64 0 2.937.142 3.953c.147 1.046.456 1.892 1.152 2.559s1.58.963 2.67 1.104c1.06.136 2.414.136 4.123.136h3.826c1.71 0 3.064 0 4.123-.136c1.09-.14 1.974-.437 2.67-1.104s1.005-1.514 1.152-2.559C22 16.184 22 14.886 22 13.248v-.1c0-1.64 0-2.937-.142-3.953c-.147-1.046-.456-1.892-1.152-2.559s-1.58-.963-2.67-1.104M6.15 6.858c-.936.12-1.475.346-1.87.724c-.393.377-.629.894-.755 1.791c-.1.72-.123 1.619-.128 2.795l.47-.395c1.125-.942 2.819-.888 3.875.124l3.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.077c.098-.264.173-.579.227-.964c.128-.916.13-2.124.13-3.824s-.002-2.909-.13-3.825c-.126-.897-.362-1.414-.756-1.791c-.393-.378-.933-.604-1.869-.724c-.956-.124-2.216-.125-3.99-.125h-3.72c-1.774 0-3.034.001-3.99.125" clip-rule="evenodd"/><path d="M17.087 2.61c-.86-.11-1.955-.11-3.32-.11h-3.09c-1.364 0-2.459 0-3.318.11c-.89.115-1.633.358-2.222.92a2.9 2.9 0 0 0-.724 1.12c.504-.23 1.074-.366 1.714-.45c1.085-.14 2.47-.14 4.22-.14h3.915c1.749 0 3.134 0 4.219.14c.559.073 1.064.186 1.52.366a2.9 2.9 0 0 0-.693-1.035c-.589-.563-1.331-.806-2.221-.92" opacity=".5"/></g></svg>
</template>

CSS

.icon-gallery-wide-duotone {
  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.738-.625%201.337-1.396%201.337s-1.395-.599-1.395-1.337c0-.739.625-1.338%201.395-1.338s1.396.599%201.396%201.338%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.036%205.532c-1.06-.137-2.414-.137-4.123-.136h-3.826c-1.71%200-3.064%200-4.123.136c-1.09.14-1.974.437-2.67%201.104S2.29%208.149%202.142%209.195C2%2010.21%202%2011.508%202%2013.147v.1c0%201.64%200%202.937.142%203.953c.147%201.046.456%201.892%201.152%202.559s1.58.963%202.67%201.104c1.06.136%202.414.136%204.123.136h3.826c1.71%200%203.064%200%204.123-.136c1.09-.14%201.974-.437%202.67-1.104s1.005-1.514%201.152-2.559C22%2016.184%2022%2014.886%2022%2013.248v-.1c0-1.64%200-2.937-.142-3.953c-.147-1.046-.456-1.892-1.152-2.559s-1.58-.963-2.67-1.104M6.15%206.858c-.936.12-1.475.346-1.87.724c-.393.377-.629.894-.755%201.791c-.1.72-.123%201.619-.128%202.795l.47-.395c1.125-.942%202.819-.888%203.875.124l3.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.077c.098-.264.173-.579.227-.964c.128-.916.13-2.124.13-3.824s-.002-2.909-.13-3.825c-.126-.897-.362-1.414-.756-1.791c-.393-.378-.933-.604-1.869-.724c-.956-.124-2.216-.125-3.99-.125h-3.72c-1.774%200-3.034.001-3.99.125%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.087%202.61c-.86-.11-1.955-.11-3.32-.11h-3.09c-1.364%200-2.459%200-3.318.11c-.89.115-1.633.358-2.222.92a2.9%202.9%200%200%200-.724%201.12c.504-.23%201.074-.366%201.714-.45c1.085-.14%202.47-.14%204.22-.14h3.915c1.749%200%203.134%200%204.219.14c.559.073%201.064.186%201.52.366a2.9%202.9%200%200%200-.693-1.035c-.589-.563-1.331-.806-2.221-.92%22%20opacity%3D%22.5%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.738-.625%201.337-1.396%201.337s-1.395-.599-1.395-1.337c0-.739.625-1.338%201.395-1.338s1.396.599%201.396%201.338%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.036%205.532c-1.06-.137-2.414-.137-4.123-.136h-3.826c-1.71%200-3.064%200-4.123.136c-1.09.14-1.974.437-2.67%201.104S2.29%208.149%202.142%209.195C2%2010.21%202%2011.508%202%2013.147v.1c0%201.64%200%202.937.142%203.953c.147%201.046.456%201.892%201.152%202.559s1.58.963%202.67%201.104c1.06.136%202.414.136%204.123.136h3.826c1.71%200%203.064%200%204.123-.136c1.09-.14%201.974-.437%202.67-1.104s1.005-1.514%201.152-2.559C22%2016.184%2022%2014.886%2022%2013.248v-.1c0-1.64%200-2.937-.142-3.953c-.147-1.046-.456-1.892-1.152-2.559s-1.58-.963-2.67-1.104M6.15%206.858c-.936.12-1.475.346-1.87.724c-.393.377-.629.894-.755%201.791c-.1.72-.123%201.619-.128%202.795l.47-.395c1.125-.942%202.819-.888%203.875.124l3.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.077c.098-.264.173-.579.227-.964c.128-.916.13-2.124.13-3.824s-.002-2.909-.13-3.825c-.126-.897-.362-1.414-.756-1.791c-.393-.378-.933-.604-1.869-.724c-.956-.124-2.216-.125-3.99-.125h-3.72c-1.774%200-3.034.001-3.99.125%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.087%202.61c-.86-.11-1.955-.11-3.32-.11h-3.09c-1.364%200-2.459%200-3.318.11c-.89.115-1.633.358-2.222.92a2.9%202.9%200%200%200-.724%201.12c.504-.23%201.074-.366%201.714-.45c1.085-.14%202.47-.14%204.22-.14h3.915c1.749%200%203.134%200%204.219.14c.559.073%201.064.186%201.52.366a2.9%202.9%200%200%200-.693-1.035c-.589-.563-1.331-.806-2.221-.92%22%20opacity%3D%22.5%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-duotone.svg?color=%231a73e8&size=48