Incidentio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Incidentio 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/341942.svg" alt="Incidentio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341942.svg" alt="Incidentio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341942.svg" alt="Incidentio icon" :width="24" :height="24" />
CSS background
.icon-incidentio {
background-image: url('https://proicons.com/icon/341942.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="M20.378,41.1902c.0018-1.2784.0913-2.4639.1991-2.6344.1603-.2537.7755-.3099,3.3888-.3099,1.7561,0,3.2703.0771,3.365.1712.0947.0942.2187,1.2564.2755,2.5827l.1033,2.4115.7947-.0478c1.1296-.0679,3.7839-1.5466,5.4092-3.0135,5.0499-4.5577,6.3712-11.0005,3.6832-17.9599-1.9219-4.9764-4.4901-8.6276-6.0685-8.6276-.7012,0-.9538.2934-1.2012,1.3945-.3656,1.6274-1.3439,2.7511-1.9056,2.1889-.0958-.0959-.2812-1.0576-.412-2.1371-.3442-2.8414-1.0561-5.427-2.058-7.4748-1.2098-2.4726-1.9249-3.3101-2.757-3.2288-.5844.0571-.7503.2564-1.7836,2.1429-1.6206,2.9591-3.1097,5.1632-6.8406,10.1254-4.8781,6.4881-5.6766,8.3721-5.5094,13.0022.0723,2.0031.1981,2.7965.655,4.1303,1.2662,3.6962,3.8284,6.7151,7.2052,8.4896,1.5469.8129,2.2556,1.0742,2.9891,1.1022.4554.0174.4649-.0295.4681-2.3066l-.0002-.0012ZM22.441,35.9652c-2.1685-.9736-3.0494-3.5726-1.939-5.7201.1771-.3425.8677-1.2093,1.5347-1.9263.667-.717,1.3514-1.6356,1.521-2.0416.1696-.4059.4241-.738.5655-.738.4821,0,2.4843,2.2977,3.018,3.4635.7737,1.6899.882,3.8229.2596,5.1087-.8671,1.7911-3.1768,2.6544-4.9599,1.8538h.0001Z"/></svg>
Copied!