White Risk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The White Risk 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/349688.svg" alt="White Risk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349688.svg" alt="White Risk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349688.svg" alt="White Risk icon" :width="24" :height="24" />
CSS background
.icon-white-risk {
background-image: url('https://proicons.com/icon/349688.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M25.1143,15.0857h-4.4571v5.5714h-5.5714"/><path class="b" d="M32.9143,25.1143v-4.4571h-5.5714v-5.5714"/><path class="b" d="M22.8857,32.9143h4.4571v-5.5714h5.5714"/><path class="b" d="M15.0857,22.8857v4.4571h5.5714v5.5714"/><path class="b" d="M24,15.0857V4.5v7.8223"/><path class="b" d="M24,12.3223l4.6533-4.6533"/><path class="b" d="M24,12.3223l-4.6533-4.6533"/><path class="b" d="M24,32.9143v10.5857-7.8223"/><path class="b" d="M24,35.6777l-4.6533,4.6533"/><path class="b" d="M24,35.6777l4.6533,4.6533"/><path class="b" d="M29.7898,20.6571l11.0972-6.4071-6.7737,3.9111"/><path class="b" d="M34.1133,18.1611l6.357,1.7037"/><path class="b" d="M34.1133,18.1611l1.7037-6.357"/><path class="b" d="M18.2102,27.3429l-11.0972,6.4071,6.7737-3.9111"/><path class="b" d="M13.8867,29.8389l-6.357-1.7037"/><path class="b" d="M13.8867,29.8389l-1.7037,6.357"/><path class="b" d="M29.7898,27.3429l11.0972,6.4071-6.7737-3.9111"/><path class="b" d="M34.1133,29.8389l1.7037,6.357"/><path class="b" d="M34.1133,29.8389l6.357-1.7037"/><path class="b" d="M18.2102,20.6571l-11.0972-6.4071,6.7737,3.9111"/><path class="b" d="M13.8867,18.1611l-1.7037-6.357"/><path class="b" d="M13.8867,18.1611l-6.357,1.7037"/></svg>
Copied!