Brand Cisco Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Cisco 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/305099.svg" alt="Brand Cisco icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305099.svg" alt="Brand Cisco icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305099.svg" alt="Brand Cisco icon" :width="24" :height="24" />
CSS background
.icon-brand-cisco {
background-image: url('https://proicons.com/icon/305099.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="M282 389c0-17-7-25-21-26-14 0-22 8-22 25v224c0 17 7 24 21 24 15 0 22-8 22-25V500 389zm458-26c-14 1-22 9-22 26v94c0 43 0 85 1 128 0 19 10 28 26 25 13-3 16-13 16-25V499 389c0-17-7-26-21-26zM162 470c0-16-7-24-21-24-13-1-21 7-21 23-1 34-1 67 0 101 0 15 8 23 20 23 14 0 22-8 22-24v-50-49zm698-24c-13-1-22 8-22 23v101c0 14 8 23 21 23s21-8 21-23c1-34 1-68 0-101 0-15-7-23-20-23zm-481 0c-13 1-20 8-20 22v103c0 13 6 21 20 22 13 1 22-8 22-21 1-35 1-70 0-105 0-14-9-22-22-21zm240 0c-13 0-20 8-20 23v99c0 16 7 25 21 25 13 0 21-8 21-24V469c0-15-8-24-22-23zm-98 81c-1-13-10-22-21-22s-21 9-21 22v45c1 13 9 22 22 21 12-1 19-8 20-20v-23-23zM20 505c-12 1-20 8-20 21v46c0 13 7 20 20 21 12 1 22-7 22-20 1-16 1-32 0-49-1-12-10-19-22-19zm980 44v-23c0-12-7-19-19-21-12-1-21 6-22 18-2 18-2 36 0 53 1 12 10 18 22 17s18-8 19-20v-24z"/></svg>
Copied!