Event Driven Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Event Driven 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/319981.svg" alt="Event Driven icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319981.svg" alt="Event Driven icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319981.svg" alt="Event Driven icon" :width="24" :height="24" />
CSS background
.icon-event-driven {
background-image: url('https://proicons.com/icon/319981.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 26.3.1, 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-driven_00000134939882526510378370000010179137722423534505_" d="M16,31.36C7.53,31.36,0.64,24.47,0.64,16 c0-5.454,2.857-10.252,7.153-12.979L6.691,1.185l0.617-0.37L8.41,2.65c2.24-1.279,4.832-2.01,7.59-2.01 c5.284,0,9.953,2.682,12.719,6.756l1.087-0.699l0.389,0.605L29.109,8c1.428,2.332,2.252,5.071,2.252,7.999 C31.36,24.47,24.47,31.36,16,31.36z M16.36,17.312v13.324C24.267,30.444,30.64,23.952,30.64,16c0-2.785-0.781-5.391-2.137-7.609 l-11.205,7.203c0.04,0.128,0.062,0.265,0.062,0.406C17.36,16.625,16.936,17.153,16.36,17.312z M8.164,3.639 C4.077,6.239,1.36,10.808,1.36,16c0,7.952,6.373,14.444,14.28,14.636V17.312c-0.576-0.158-1-0.686-1-1.312 c0-0.107,0.012-0.212,0.036-0.312l-9.849-5.372l0.345-0.632l9.837,5.366L8.164,3.639z M16,15.36c-0.353,0-0.64,0.287-0.64,0.64 s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,15.36,16,15.36z M16,14.64c0.349,0,0.667,0.132,0.908,0.348l11.204-7.203 C25.476,3.91,21.03,1.36,16,1.36c-2.624,0-5.088,0.694-7.22,1.907l6.854,11.423C15.75,14.657,15.873,14.64,16,14.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!