Google Arts And Culture Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Arts And Culture 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/341181.svg" alt="Google Arts And Culture icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341181.svg" alt="Google Arts And Culture icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341181.svg" alt="Google Arts And Culture icon" :width="24" :height="24" />
CSS background
.icon-google-arts-and-culture {
background-image: url('https://proicons.com/icon/341181.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m16.7002,15.3719c0-2.8354,2.2986-5.134,5.134-5.134s5.134,2.2986,5.134,5.134-2.2986,5.134-5.134,5.134v5.738c6.0044,0,10.8719-4.8675,10.8719-10.8719s-4.8675-10.8719-10.8719-10.8719-10.8719,4.8675-10.8719,10.8719h5.738Z"/><path class="c" d="m25.4844,37.2192c-1.1114.5074-2.3435.7973-3.6481.7973-4.844,0-8.7579-3.9139-8.7579-8.7579,0-4.832,3.9139-8.7579,8.7579-8.7579v-5.134c-7.6707,0-13.8919,6.2211-13.8919,13.8919,0,7.6828,6.2211,13.8919,13.8919,13.8919,2.7784,0,5.3756-.8214,7.5499-2.2348"/><path class="c" d="m29.4949,33.4986c.7006-1.2563,1.0993-2.7059,1.0993-4.24v-.9664h7.8399v5.436h-3.4549c-.4107,1.208-.9785,2.3314-1.6912,3.3582"/><polygon class="c" points="32.1134 43.5 40.0556 43.5 21.8342 26.2438 13.8919 26.2438 32.1134 43.5"/><line class="c" x1="21.8362" y1="38.0165" x2="21.8362" y2="43.1505"/></svg>
Copied!