Goodwy Gallery Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Goodwy Gallery icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/341170.svg" alt="Goodwy Gallery icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341170.svg" alt="Goodwy Gallery icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341170.svg" alt="Goodwy Gallery icon" :width="24" :height="24" />
CSS background
.icon-goodwy-gallery {
background-image: url('https://proicons.com/icon/341170.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.o{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><g id="d"><g id="e"><circle id="f" class="o" cx="24" cy="24" r="6.9592"/><circle id="g" class="o" cx="24" cy="11.373" r="8.873"/><circle id="h" class="o" cx="32.9286" cy="15.0714" r="8.873"/><circle id="i" class="o" cx="36.627" cy="24" r="8.873"/><circle id="j" class="o" cx="32.9286" cy="32.9286" r="8.873"/><circle id="k" class="o" cx="24" cy="36.627" r="8.873"/><circle id="l" class="o" cx="15.0714" cy="32.9286" r="8.873"/><circle id="m" class="o" cx="11.373" cy="24" r="8.873"/><circle id="n" class="o" cx="15.0714" cy="15.0714" r="8.873"/></g></g></g></svg>
Copied!