gallery3 icon

gallery3 from Reicon by REICON · Outline · Video · MIT Free for personal and commercial use.

Name
gallery3
Set
Reicon
Style
Outline
Category
Video
Viewbox
24×24
License
MIT

2 other variants in Reicon

More video icons from Reicon

Use the gallery3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.943 1.25h.114c2.309 0 4.118 0 5.53.19c1.444.194 2.584.6 3.479 1.494c.895.895 1.3 2.035 1.494 3.48c.19 1.411.19 3.22.19 5.529v.114l-.001 1.28a1 1 0 0 1 0 .099c-.007 1.666-.038 3.033-.189 4.15c-.194 1.445-.6 2.585-1.494 3.48c-.895.895-2.035 1.3-3.48 1.494c-.737.1-1.584.147-2.553.17a.75.75 0 0 1-.32.006c-.802.014-1.685.014-2.655.014h-.115c-2.309 0-4.118 0-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114q-.001-.91.004-1.717a1 1 0 0 1 0-.156c.012-1.445.05-2.651.186-3.656c.194-1.445.6-2.585 1.494-3.48c.895-.895 2.035-1.3 3.48-1.494c1.411-.19 3.22-.19 5.529-.19M2.75 10.804V12c0 2.378 0 4.086.175 5.386c.172 1.279.5 2.05 1.069 2.62c.57.569 1.34.896 2.619 1.068c1.3.174 3.008.176 5.386.176c.804 0 1.532 0 2.193-.007c.543-6.193-4.841-11.387-11.106-10.488zM15.7 21.208a18 18 0 0 0 1.686-.134c1.278-.172 2.049-.5 2.618-1.069c.57-.57.897-1.34 1.069-2.619c.12-.894.158-1.982.17-3.349l-.32-.044c-2.42-.335-4.62.802-5.84 2.643c.507 1.418.735 2.965.617 4.572m-1.314-6.134c-2.141-3.957-6.592-6.51-11.513-5.803l-.11.015c.02-1.056.063-1.93.162-2.672c.172-1.279.5-2.05 1.069-2.62c.57-.569 1.34-.896 2.619-1.068c1.3-.174 3.008-.176 5.386-.176s4.087.002 5.387.176c1.278.172 2.049.5 2.618 1.069c.57.57.897 1.34 1.069 2.619c.174 1.3.176 3.008.176 5.386v.524l-.12-.017c-2.69-.373-5.16.713-6.742 2.567M16 6.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M13.25 8a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconGallery3(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" fillRule="evenodd" d="M11.943 1.25h.114c2.309 0 4.118 0 5.53.19c1.444.194 2.584.6 3.479 1.494c.895.895 1.3 2.035 1.494 3.48c.19 1.411.19 3.22.19 5.529v.114l-.001 1.28a1 1 0 0 1 0 .099c-.007 1.666-.038 3.033-.189 4.15c-.194 1.445-.6 2.585-1.494 3.48c-.895.895-2.035 1.3-3.48 1.494c-.737.1-1.584.147-2.553.17a.75.75 0 0 1-.32.006c-.802.014-1.685.014-2.655.014h-.115c-2.309 0-4.118 0-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114q-.001-.91.004-1.717a1 1 0 0 1 0-.156c.012-1.445.05-2.651.186-3.656c.194-1.445.6-2.585 1.494-3.48c.895-.895 2.035-1.3 3.48-1.494c1.411-.19 3.22-.19 5.529-.19M2.75 10.804V12c0 2.378 0 4.086.175 5.386c.172 1.279.5 2.05 1.069 2.62c.57.569 1.34.896 2.619 1.068c1.3.174 3.008.176 5.386.176c.804 0 1.532 0 2.193-.007c.543-6.193-4.841-11.387-11.106-10.488zM15.7 21.208a18 18 0 0 0 1.686-.134c1.278-.172 2.049-.5 2.618-1.069c.57-.57.897-1.34 1.069-2.619c.12-.894.158-1.982.17-3.349l-.32-.044c-2.42-.335-4.62.802-5.84 2.643c.507 1.418.735 2.965.617 4.572m-1.314-6.134c-2.141-3.957-6.592-6.51-11.513-5.803l-.11.015c.02-1.056.063-1.93.162-2.672c.172-1.279.5-2.05 1.069-2.62c.57-.569 1.34-.896 2.619-1.068c1.3-.174 3.008-.176 5.386-.176s4.087.002 5.387.176c1.278.172 2.049.5 2.618 1.069c.57.57.897 1.34 1.069 2.619c.174 1.3.176 3.008.176 5.386v.524l-.12-.017c-2.69-.373-5.16.713-6.742 2.567M16 6.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M13.25 8a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.943 1.25h.114c2.309 0 4.118 0 5.53.19c1.444.194 2.584.6 3.479 1.494c.895.895 1.3 2.035 1.494 3.48c.19 1.411.19 3.22.19 5.529v.114l-.001 1.28a1 1 0 0 1 0 .099c-.007 1.666-.038 3.033-.189 4.15c-.194 1.445-.6 2.585-1.494 3.48c-.895.895-2.035 1.3-3.48 1.494c-.737.1-1.584.147-2.553.17a.75.75 0 0 1-.32.006c-.802.014-1.685.014-2.655.014h-.115c-2.309 0-4.118 0-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114q-.001-.91.004-1.717a1 1 0 0 1 0-.156c.012-1.445.05-2.651.186-3.656c.194-1.445.6-2.585 1.494-3.48c.895-.895 2.035-1.3 3.48-1.494c1.411-.19 3.22-.19 5.529-.19M2.75 10.804V12c0 2.378 0 4.086.175 5.386c.172 1.279.5 2.05 1.069 2.62c.57.569 1.34.896 2.619 1.068c1.3.174 3.008.176 5.386.176c.804 0 1.532 0 2.193-.007c.543-6.193-4.841-11.387-11.106-10.488zM15.7 21.208a18 18 0 0 0 1.686-.134c1.278-.172 2.049-.5 2.618-1.069c.57-.57.897-1.34 1.069-2.619c.12-.894.158-1.982.17-3.349l-.32-.044c-2.42-.335-4.62.802-5.84 2.643c.507 1.418.735 2.965.617 4.572m-1.314-6.134c-2.141-3.957-6.592-6.51-11.513-5.803l-.11.015c.02-1.056.063-1.93.162-2.672c.172-1.279.5-2.05 1.069-2.62c.57-.569 1.34-.896 2.619-1.068c1.3-.174 3.008-.176 5.386-.176s4.087.002 5.387.176c1.278.172 2.049.5 2.618 1.069c.57.57.897 1.34 1.069 2.619c.174 1.3.176 3.008.176 5.386v.524l-.12-.017c-2.69-.373-5.16.713-6.742 2.567M16 6.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M13.25 8a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-gallery3 {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.943%201.25h.114c2.309%200%204.118%200%205.53.19c1.444.194%202.584.6%203.479%201.494c.895.895%201.3%202.035%201.494%203.48c.19%201.411.19%203.22.19%205.529v.114l-.001%201.28a1%201%200%200%201%200%20.099c-.007%201.666-.038%203.033-.189%204.15c-.194%201.445-.6%202.585-1.494%203.48c-.895.895-2.035%201.3-3.48%201.494c-.737.1-1.584.147-2.553.17a.75.75%200%200%201-.32.006c-.802.014-1.685.014-2.655.014h-.115c-2.309%200-4.118%200-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114q-.001-.91.004-1.717a1%201%200%200%201%200-.156c.012-1.445.05-2.651.186-3.656c.194-1.445.6-2.585%201.494-3.48c.895-.895%202.035-1.3%203.48-1.494c1.411-.19%203.22-.19%205.529-.19M2.75%2010.804V12c0%202.378%200%204.086.175%205.386c.172%201.279.5%202.05%201.069%202.62c.57.569%201.34.896%202.619%201.068c1.3.174%203.008.176%205.386.176c.804%200%201.532%200%202.193-.007c.543-6.193-4.841-11.387-11.106-10.488zM15.7%2021.208a18%2018%200%200%200%201.686-.134c1.278-.172%202.049-.5%202.618-1.069c.57-.57.897-1.34%201.069-2.619c.12-.894.158-1.982.17-3.349l-.32-.044c-2.42-.335-4.62.802-5.84%202.643c.507%201.418.735%202.965.617%204.572m-1.314-6.134c-2.141-3.957-6.592-6.51-11.513-5.803l-.11.015c.02-1.056.063-1.93.162-2.672c.172-1.279.5-2.05%201.069-2.62c.57-.569%201.34-.896%202.619-1.068c1.3-.174%203.008-.176%205.386-.176s4.087.002%205.387.176c1.278.172%202.049.5%202.618%201.069c.57.57.897%201.34%201.069%202.619c.174%201.3.176%203.008.176%205.386v.524l-.12-.017c-2.69-.373-5.16.713-6.742%202.567M16%206.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5M13.25%208a2.75%202.75%200%201%201%205.5%200a2.75%202.75%200%200%201-5.5%200%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.943%201.25h.114c2.309%200%204.118%200%205.53.19c1.444.194%202.584.6%203.479%201.494c.895.895%201.3%202.035%201.494%203.48c.19%201.411.19%203.22.19%205.529v.114l-.001%201.28a1%201%200%200%201%200%20.099c-.007%201.666-.038%203.033-.189%204.15c-.194%201.445-.6%202.585-1.494%203.48c-.895.895-2.035%201.3-3.48%201.494c-.737.1-1.584.147-2.553.17a.75.75%200%200%201-.32.006c-.802.014-1.685.014-2.655.014h-.115c-2.309%200-4.118%200-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114q-.001-.91.004-1.717a1%201%200%200%201%200-.156c.012-1.445.05-2.651.186-3.656c.194-1.445.6-2.585%201.494-3.48c.895-.895%202.035-1.3%203.48-1.494c1.411-.19%203.22-.19%205.529-.19M2.75%2010.804V12c0%202.378%200%204.086.175%205.386c.172%201.279.5%202.05%201.069%202.62c.57.569%201.34.896%202.619%201.068c1.3.174%203.008.176%205.386.176c.804%200%201.532%200%202.193-.007c.543-6.193-4.841-11.387-11.106-10.488zM15.7%2021.208a18%2018%200%200%200%201.686-.134c1.278-.172%202.049-.5%202.618-1.069c.57-.57.897-1.34%201.069-2.619c.12-.894.158-1.982.17-3.349l-.32-.044c-2.42-.335-4.62.802-5.84%202.643c.507%201.418.735%202.965.617%204.572m-1.314-6.134c-2.141-3.957-6.592-6.51-11.513-5.803l-.11.015c.02-1.056.063-1.93.162-2.672c.172-1.279.5-2.05%201.069-2.62c.57-.569%201.34-.896%202.619-1.068c1.3-.174%203.008-.176%205.386-.176s4.087.002%205.387.176c1.278.172%202.049.5%202.618%201.069c.57.57.897%201.34%201.069%202.619c.174%201.3.176%203.008.176%205.386v.524l-.12-.017c-2.69-.373-5.16.713-6.742%202.567M16%206.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5M13.25%208a2.75%202.75%200%201%201%205.5%200a2.75%202.75%200%200%201-5.5%200%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/reicon/gallery3.svg?color=%231a73e8&size=48