Brand Symbian Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Symbian 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/305231.svg" alt="Brand Symbian icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305231.svg" alt="Brand Symbian icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305231.svg" alt="Brand Symbian icon" :width="24" :height="24" />
CSS background
.icon-brand-symbian {
background-image: url('https://proicons.com/icon/305231.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="M603 640c-3 93-8 191-40 284-7 21-16 40-29 57-22 26-47 25-68-2s-32-59-39-92c-40-182-42-364 11-544 6-21 17-39 30-56 20-25 42-25 64-1 15 17 25 39 32 61 7 26 15 52 20 78 14 70 18 140 19 215zM496 185c-50-1-89-43-87-95 2-49 44-90 92-90 52 0 95 43 93 94-1 43-29 94-98 91z"/></svg>
Copied!