Risk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 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/346738.svg" alt="Risk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346738.svg" alt="Risk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346738.svg" alt="Risk icon" :width="24" :height="24" />
CSS background
.icon-risk {
background-image: url('https://proicons.com/icon/346738.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#fff;stroke-width:0px;}</style></defs><path id="b" class="c" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/><path class="c" d="M11.7302,29.5v-10.4142h3.4094c1.9275,0,3.49,1.5659,3.49,3.4975s-1.5625,3.4975-3.49,3.4975h-3.4094"/><line class="c" x1="15.1396" y1="26.0809" x2="18.5487" y2="29.4974"/><line class="c" x1="31.0627" y1="19.0858" x2="31.0627" y2="29.5"/><line class="c" x1="31.0637" y1="27.2878" x2="35.7776" y2="22.5969"/><line class="c" x1="32.564" y1="25.7948" x2="36.2698" y2="29.4844"/><circle class="d" cx="21.2878" cy="19.4112" r=".75"/><line class="c" x1="21.2878" y1="22.6006" x2="21.2878" y2="29.5"/><path class="c" d="M24.0375,28.9179c.4754.3992.9886.5821,2.1412.5821h.5841c.9506,0,1.7211-.7722,1.7211-1.7248h0c0-.9526-.7706-1.7249-1.7211-1.7249h-1.1682c-.9506,0-1.7211-.7722-1.7211-1.7249h0c0-.9526.7706-1.7249,1.7211-1.7249h.5841c1.1526,0,1.6659.1829,2.1412.5821"/></svg>
Copied!