De Groene Amsterdammer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The De Groene Amsterdammer 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/338898.svg" alt="De Groene Amsterdammer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338898.svg" alt="De Groene Amsterdammer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338898.svg" alt="De Groene Amsterdammer icon" :width="24" :height="24" />
CSS background
.icon-de-groene-amsterdammer {
background-image: url('https://proicons.com/icon/338898.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="M32.6706,24v-7.2896h2.3865c1.3492,0,2.4429,1.0961,2.4429,2.4482s-1.0937,2.4482-2.4429,2.4482h-2.3865"/><line class="c" x1="35.0571" y1="21.6067" x2="37.4434" y2="23.9981"/><line class="c" x1="17.3734" y1="20.3552" x2="19.7497" y2="20.3552"/><polyline class="c" points="21.0182 24 17.3734 24 17.3734 16.7104 21.0182 16.7104"/><path class="c" d="M10.5,24v-7.2896h1.6402c1.7613,0,3.1892,1.4279,3.1892,3.1892v.9112c0,1.7613-1.4279,3.1892-3.1892,3.1892h-1.6402Z"/><path class="c" d="M30.757,19.1251c0-1.3336-1.0811-2.4147-2.4147-2.4147h0c-1.3336,0-2.4147,1.0811-2.4147,2.4147v2.4602c0,1.3336,1.0811,2.4147,2.4147,2.4147h0c1.3336,0,2.4147-1.0811,2.4147-2.4147h-2.4147"/><polyline class="c" points="17.3734 35.7008 17.3734 28.4192 21.0182 35.7088 24.663 28.4303 24.663 35.7088"/><line class="c" x1="32.6706" y1="28.4192" x2="37.5" y2="28.4192"/><line class="c" x1="35.0853" y1="35.7088" x2="35.0853" y2="28.4192"/><path class="c" d="M26.5103,34.9101c.447.5819,1.0075.7987,1.7873.7987h1.0792c1.0043,0,1.8185-.8142,1.8185-1.8185v-.0078c0-1.0043-.8142-1.8185-1.8185-1.8185h-1.1904c-1.0054,0-1.8204-.815-1.8204-1.8204h0c0-1.0076.8168-1.8244,1.8244-1.8244h1.0733c.7798,0,1.3403.2168,1.7873.7987"/><line class="c" x1="14.5295" y1="33.2941" x2="11.2999" y2="33.2941"/><polyline class="c" points="10.5 35.7088 12.9147 28.4191 15.3294 35.7088"/><line class="c" x1="10.5" y1="12.2912" x2="37.5" y2="12.2912"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!