Warning Multiple Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Warning Multiple icon is commonly used in form validation, system alerts and error messages. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/319277.svg" alt="Warning Multiple icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319277.svg" alt="Warning Multiple icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319277.svg" alt="Warning Multiple icon" :width="24" :height="24" />
CSS background
.icon-warning-multiple {
background-image: url('https://proicons.com/icon/319277.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="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="m29,23h-4v-2h2.3821l-7.8821-15.7639-1.1055,2.2112-1.7891-.8945,2-4c.1694-.3387.532-.5527.8945-.5527s.7251.214.8945.5527l9.5,19c.1548.3101.1384.6782-.0439.973-.1821.2948-.5039.4742-.8506.4742Z"/>
<circle cx="14" cy="25" r="1.25"/>
<rect x="13" y="15" width="2" height="7"/>
<path d="m25,30H3c-.3499,0-.6743-.1829-.8555-.4823s-.1926-.6718-.0303-.9817L13.1143,7.536c.1726-.3296.5292-.536.8857-.536s.7131.2064.8857.536l11,21c.1624.3099.1509.6823-.0303.9817s-.5056.4823-.8555.4823Zm-20.3474-2h18.6948L14,10.1552,4.6526,28Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32"/>
</svg>
Copied!