Buienalarm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Buienalarm 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/337577.svg" alt="Buienalarm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337577.svg" alt="Buienalarm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337577.svg" alt="Buienalarm icon" :width="24" :height="24" />
CSS background
.icon-buienalarm {
background-image: url('https://proicons.com/icon/337577.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#fff;}</style></defs><path class="a" d="M35.8235,32.5968a3.11,3.11,0,1,0-2.8155-4.4117A5.0887,5.0887,0,0,0,23.2725,26.52a4.8236,4.8236,0,1,0-9.3984-2.1636,4.1468,4.1468,0,1,0-.6541,8.2406Z"/><path class="a" d="M24.4062,41.96c.421-1.1994-.0266-6.8726-.0266-6.8726s-3.8957,4.1484-4.3168,5.3477A2.3017,2.3017,0,0,0,24.4062,41.96Z"/><path class="a" d="M31.8678,38.6471c.3707-1.0559-.0235-6.05-.0235-6.05s-3.43,3.652-3.8,4.7079a2.0262,2.0262,0,0,0,3.8237,1.3424Z"/><path class="a" d="M17.494,38.6471c.3707-1.0559-.0235-6.05-.0235-6.05s-3.43,3.652-3.8,4.7079a2.0262,2.0262,0,0,0,3.8237,1.3424Z"/><polygon class="a" points="32.431 4.5 21.355 18.006 38.589 20.845 32.431 4.5"/><line class="a" x1="30.8013" y1="14.3912" x2="31.5511" y2="9.84"/><circle class="b" cx="30.4215" cy="16.6964" r="0.75"/></svg>
Copied!