Meeting Add Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Meeting Add 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/306077.svg" alt="Meeting Add icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306077.svg" alt="Meeting Add icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306077.svg" alt="Meeting Add icon" :width="24" :height="24" />
CSS background
.icon-meeting-add {
background-image: url('https://proicons.com/icon/306077.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M313 390c0-5-3-8-8-8h-92c-5 0-9 3-9 8v92c0 5 4 8 9 8h92c5 0 8-3 8-8v-92zm155-8h-93c-4 0-8 3-8 8v92c0 5 4 8 8 8h93c4 0 8-3 8-8v-92c0-5-4-8-8-8zM305 544h-92c-5 0-9 4-9 8v93c0 4 4 8 9 8h92c5 0 8-4 8-8v-93c0-4-3-8-8-8zm163 0h-93c-4 0-8 4-8 8v93c0 4 4 8 8 8h93c4 0 8-4 8-8v-93c0-4-4-8-8-8zm70-162c-5 0-8 3-8 8v92c0 5 3 8 8 8h92c5 0 8-3 8-8v-92c0-5-3-8-8-8h-92zM223 224h21c13 0 24-11 24-24V86c0-13-11-24-24-24h-21c-13 0-24 11-24 24v113c0 14 11 25 24 25zm377 0h21c13 0 24-11 24-24V86c0-13-11-24-24-24h-21c-13 0-24 11-24 24v113c0 14 11 25 24 25zM452 703H168c-22 0-41-18-41-41V333h590v127h13c17 0 33 2 48 4V196c0-30-24-55-54-55h-45v59c0 32-26 58-58 58h-21c-32 0-58-26-58-58v-59H302v59c0 32-26 58-58 58h-21c-32 0-58-26-58-58v-59h-45c-30 0-55 25-55 55v521c0 30 25 55 55 55h336c-3-17-5-34-5-52 0-5 0-11 1-17zm421-125c-37-37-87-60-142-62h-7c-59 0-111 23-149 62-38 38-62 91-62 149 0 30 6 58 17 83s26 47 45 66c38 38 90 61 149 61 116 0 211-94 211-210 0-58-24-111-62-149zm-49 180h-70v69h-61v-69h-69v-62h69v-69h61v69h70v62z"/></svg>
Copied!