Event Streams Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Event Streams 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/319980.svg" alt="Event Streams icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319980.svg" alt="Event Streams icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319980.svg" alt="Event Streams icon" :width="24" :height="24" />
CSS background
.icon-event-streams {
background-image: url('https://proicons.com/icon/319980.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--streams_00000034077896131528321110000004202929502621695139_" d="M4.748,23.257C2.714,21.265,1.64,18.755,1.64,16 C1.64,10.288,6.288,5.64,12,5.64c2.806,0,5.433,1.104,7.398,3.108l-0.514,0.504C17.056,7.387,14.61,6.36,12,6.36 c-5.315,0-9.64,4.325-9.64,9.64c0,2.557,1,4.889,2.892,6.743L4.748,23.257z M30.36,16c0-2.729-1.053-5.304-2.963-7.252l-0.514,0.504 c1.777,1.813,2.756,4.209,2.756,6.748c0,5.315-4.324,9.64-9.64,9.64c-2.611,0-5.056-1.026-6.884-2.892L12.6,23.252 c1.965,2.004,4.592,3.108,7.398,3.108C25.713,26.36,30.36,21.713,30.36,16z M26.36,5c0-1.301-1.059-2.36-2.36-2.36 S21.64,3.699,21.64,5S22.698,7.36,24,7.36S26.36,6.301,26.36,5z M25.64,5c0,0.904-0.735,1.64-1.64,1.64S22.36,5.904,22.36,5 S23.096,3.36,24,3.36S25.64,4.096,25.64,5z M10.36,27c0-1.302-1.059-2.36-2.36-2.36S5.64,25.698,5.64,27S6.699,29.36,8,29.36 S10.36,28.302,10.36,27z M9.64,27c0,0.904-0.736,1.64-1.64,1.64S6.36,27.904,6.36,27S7.096,25.36,8,25.36S9.64,26.096,9.64,27z M16.955,20.965l4.01-4.01c0.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.01 c-0.527,0.526-0.527,1.383,0,1.909l4.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.01c0.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.009 c-0.246-0.246-0.246-0.646,0-0.892l4.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!