gallery wide icon

gallery-wide-broken from Solar by 480 Design · Broken · Video · CC-BY-4.0 Attribution required.

Name
gallery-wide-broken
Set
Solar
Style
Broken
Category
Video
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More video icons from Solar

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="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M22 13.4375C22 17.2087 22 19.0944 20.8284 20.2659C19.6569 21.4375 17.7712 21.4375 14 21.4375H10C6.22876 21.4375 4.34315 21.4375 3.17157 20.2659C2 19.0944 2 17.2087 2 13.4375C2 9.66626 2 7.78065 3.17157 6.60907C4.34315 5.4375 6.22876 5.4375 10 5.4375H14C17.7712 5.4375 19.6569 5.4375 20.8284 6.60907C21.4921 7.27271 21.7798 8.16545 21.9045 9.50024"/><path d="M3.98779 6C4.10022 5.06898 4.33494 4.42559 4.82498 3.93726C5.76553 3 7.27932 3 10.3069 3H13.5181C16.5457 3 18.0595 3 19 3.93726C19.4901 4.42559 19.7248 5.06898 19.8372 6"/><circle cx="17.5" cy="9.938" r="1.5"/><path stroke-linecap="round" d="M2 13.9376L3.75159 12.405C4.66286 11.6077 6.03628 11.6534 6.89249 12.5096L11.1822 16.7993C11.8694 17.4866 12.9512 17.5803 13.7464 17.0214L14.0446 16.8119C15.1888 16.0077 16.7369 16.1009 17.7765 17.0365L21 19.9376"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarGalleryWideBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M22 13.4375C22 17.2087 22 19.0944 20.8284 20.2659C19.6569 21.4375 17.7712 21.4375 14 21.4375H10C6.22876 21.4375 4.34315 21.4375 3.17157 20.2659C2 19.0944 2 17.2087 2 13.4375C2 9.66626 2 7.78065 3.17157 6.60907C4.34315 5.4375 6.22876 5.4375 10 5.4375H14C17.7712 5.4375 19.6569 5.4375 20.8284 6.60907C21.4921 7.27271 21.7798 8.16545 21.9045 9.50024"/><path d="M3.98779 6C4.10022 5.06898 4.33494 4.42559 4.82498 3.93726C5.76553 3 7.27932 3 10.3069 3H13.5181C16.5457 3 18.0595 3 19 3.93726C19.4901 4.42559 19.7248 5.06898 19.8372 6"/><circle cx="17.5" cy="9.938" r="1.5"/><path strokeLinecap="round" d="M2 13.9376L3.75159 12.405C4.66286 11.6077 6.03628 11.6534 6.89249 12.5096L11.1822 16.7993C11.8694 17.4866 12.9512 17.5803 13.7464 17.0214L14.0446 16.8119C15.1888 16.0077 16.7369 16.1009 17.7765 17.0365L21 19.9376"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M22 13.4375C22 17.2087 22 19.0944 20.8284 20.2659C19.6569 21.4375 17.7712 21.4375 14 21.4375H10C6.22876 21.4375 4.34315 21.4375 3.17157 20.2659C2 19.0944 2 17.2087 2 13.4375C2 9.66626 2 7.78065 3.17157 6.60907C4.34315 5.4375 6.22876 5.4375 10 5.4375H14C17.7712 5.4375 19.6569 5.4375 20.8284 6.60907C21.4921 7.27271 21.7798 8.16545 21.9045 9.50024"/><path d="M3.98779 6C4.10022 5.06898 4.33494 4.42559 4.82498 3.93726C5.76553 3 7.27932 3 10.3069 3H13.5181C16.5457 3 18.0595 3 19 3.93726C19.4901 4.42559 19.7248 5.06898 19.8372 6"/><circle cx="17.5" cy="9.938" r="1.5"/><path stroke-linecap="round" d="M2 13.9376L3.75159 12.405C4.66286 11.6077 6.03628 11.6534 6.89249 12.5096L11.1822 16.7993C11.8694 17.4866 12.9512 17.5803 13.7464 17.0214L14.0446 16.8119C15.1888 16.0077 16.7369 16.1009 17.7765 17.0365L21 19.9376"/></g></svg>
</template>

CSS

.icon-gallery-wide-broken {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2013.4375C22%2017.2087%2022%2019.0944%2020.8284%2020.2659C19.6569%2021.4375%2017.7712%2021.4375%2014%2021.4375H10C6.22876%2021.4375%204.34315%2021.4375%203.17157%2020.2659C2%2019.0944%202%2017.2087%202%2013.4375C2%209.66626%202%207.78065%203.17157%206.60907C4.34315%205.4375%206.22876%205.4375%2010%205.4375H14C17.7712%205.4375%2019.6569%205.4375%2020.8284%206.60907C21.4921%207.27271%2021.7798%208.16545%2021.9045%209.50024%22%2F%3E%3Cpath%20d%3D%22M3.98779%206C4.10022%205.06898%204.33494%204.42559%204.82498%203.93726C5.76553%203%207.27932%203%2010.3069%203H13.5181C16.5457%203%2018.0595%203%2019%203.93726C19.4901%204.42559%2019.7248%205.06898%2019.8372%206%22%2F%3E%3Ccircle%20cx%3D%2217.5%22%20cy%3D%229.938%22%20r%3D%221.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2013.9376L3.75159%2012.405C4.66286%2011.6077%206.03628%2011.6534%206.89249%2012.5096L11.1822%2016.7993C11.8694%2017.4866%2012.9512%2017.5803%2013.7464%2017.0214L14.0446%2016.8119C15.1888%2016.0077%2016.7369%2016.1009%2017.7765%2017.0365L21%2019.9376%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2013.4375C22%2017.2087%2022%2019.0944%2020.8284%2020.2659C19.6569%2021.4375%2017.7712%2021.4375%2014%2021.4375H10C6.22876%2021.4375%204.34315%2021.4375%203.17157%2020.2659C2%2019.0944%202%2017.2087%202%2013.4375C2%209.66626%202%207.78065%203.17157%206.60907C4.34315%205.4375%206.22876%205.4375%2010%205.4375H14C17.7712%205.4375%2019.6569%205.4375%2020.8284%206.60907C21.4921%207.27271%2021.7798%208.16545%2021.9045%209.50024%22%2F%3E%3Cpath%20d%3D%22M3.98779%206C4.10022%205.06898%204.33494%204.42559%204.82498%203.93726C5.76553%203%207.27932%203%2010.3069%203H13.5181C16.5457%203%2018.0595%203%2019%203.93726C19.4901%204.42559%2019.7248%205.06898%2019.8372%206%22%2F%3E%3Ccircle%20cx%3D%2217.5%22%20cy%3D%229.938%22%20r%3D%221.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2013.9376L3.75159%2012.405C4.66286%2011.6077%206.03628%2011.6534%206.89249%2012.5096L11.1822%2016.7993C11.8694%2017.4866%2012.9512%2017.5803%2013.7464%2017.0214L14.0446%2016.8119C15.1888%2016.0077%2016.7369%2016.1009%2017.7765%2017.0365L21%2019.9376%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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