Event Processing Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Event Processing 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/319978.svg" alt="Event Processing icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319978.svg" alt="Event Processing icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319978.svg" alt="Event Processing icon" :width="24" :height="24" />
CSS background
.icon-event-processing {
background-image: url('https://proicons.com/icon/319978.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="event--processing_00000047053513502903906590000007669697548579095993_" d="M7.917,16.177 C4.81,15.442,2.64,12.697,2.64,9.5c0-3.783,3.077-6.86,6.86-6.86H12v0.72H9.5c-3.386,0-6.14,2.754-6.14,6.14 c0,2.861,1.942,5.319,4.723,5.976L7.917,16.177z M29.36,22.481c0-3.197-2.171-5.943-5.277-6.677l-0.166,0.701 c2.781,0.657,4.723,3.114,4.723,5.976c0,3.386-2.754,6.14-6.14,6.14H20v0.721h2.5C26.282,29.342,29.36,26.264,29.36,22.481z M18.36,3c0-1.301-1.059-2.36-2.36-2.36S13.64,1.699,13.64,3S14.699,5.36,16,5.36C17.302,5.36,18.36,4.301,18.36,3z M17.64,3 c0,0.904-0.735,1.64-1.64,1.64S14.36,3.904,14.36,3S15.096,1.36,16,1.36C16.904,1.36,17.64,2.096,17.64,3z M18.36,29 c0-1.302-1.059-2.36-2.36-2.36s-2.36,1.059-2.36,2.36s1.059,2.36,2.36,2.36C17.302,31.36,18.36,30.302,18.36,29z M17.64,29 c0,0.904-0.735,1.64-1.64,1.64s-1.64-0.735-1.64-1.64s0.736-1.64,1.64-1.64S17.64,28.096,17.64,29z M16.955,20.965l4.01-4.01 c0.526-0.526,0.526-1.383,0-1.909l-4.01-4.01c-0.526-0.526-1.383-0.526-1.909,0l-4.01,4.01c-0.527,0.526-0.527,1.383,0,1.909 l4.01,4.01c0.263,0.263,0.609,0.395,0.955,0.395C16.347,21.36,16.691,21.228,16.955,20.965z M16.446,11.544l4.009,4.01 c0.246,0.246,0.246,0.646,0,0.892l-4.009,4.009c-0.246,0.246-0.646,0.246-0.892,0l-4.01-4.009c-0.246-0.246-0.246-0.646,0-0.892 l4.01-4.01c0.123-0.123,0.284-0.184,0.446-0.184S16.323,11.422,16.446,11.544z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!