Symbol Event Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Symbol Event 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/307433.svg" alt="Symbol Event icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307433.svg" alt="Symbol Event icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307433.svg" alt="Symbol Event icon" :width="24" :height="24" />
CSS background
.icon-symbol-event {
background-image: url('https://proicons.com/icon/307433.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M4.91447 1.71442C5.04078 1.29055 5.43053 1 5.87282 1H10.2786C10.9768 1 11.4601 1.69737 11.2149 2.35112L10.2216 5H12.2511C12.8791 5 13.229 5.72572 12.8379 6.21709L6.23096 14.5173C5.37726 15.5898 3.66907 14.7047 4.05299 13.3888L5.33338 9H3.74951C3.24769 9 2.88743 8.51673 3.03074 8.03581L4.91447 1.71442ZM10.2786 2H5.87282L4.08487 8H6.00009C6.15748 8 6.30568 8.0741 6.4001 8.20001C6.49453 8.32593 6.52416 8.48895 6.48008 8.64003L5.01297 13.6688C4.98941 13.7496 5.00096 13.8045 5.0195 13.8434C5.04067 13.888 5.08121 13.9314 5.13794 13.9608C5.19467 13.9902 5.25354 13.9983 5.30213 13.9899C5.34467 13.9826 5.39618 13.9603 5.44856 13.8945L11.7326 6H9.50009C9.3361 6 9.18254 5.91958 9.08913 5.7848C8.99572 5.65001 8.97435 5.47799 9.03193 5.32444L10.2786 2Z"/></svg>
Copied!