Brand Nokia Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Nokia 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/305194.svg" alt="Brand Nokia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305194.svg" alt="Brand Nokia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305194.svg" alt="Brand Nokia icon" :width="24" :height="24" />
CSS background
.icon-brand-nokia {
background-image: url('https://proicons.com/icon/305194.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="M179 539L83 421H0v158h48V459l97 120h82V421h-48v118zm214-121h-82c-29 0-44 4-54 15-7 7-11 14-11 36v61c0 22 4 30 11 37 10 11 25 14 54 14h82c29 0 43-3 54-14 6-7 10-15 10-37v-61c0-22-4-29-10-36-11-11-25-15-54-15zm19 106c0 9-1 12-4 14-2 3-6 3-17 3h-78c-11 0-15 0-18-3-2-2-3-5-3-14v-48c0-10 1-12 3-15 3-2 7-2 18-2h78c11 0 15 0 17 2 3 3 4 5 4 15v48zm65-103v158h50V421h-50zm202 0h-67l-85 76 92 82h71l-101-84 90-74zm21 0h50v158h-50V421zm211 0h-63l-89 158h56l14-27h98l15 27h58l-89-158zm-64 96l31-57 32 57h-63z"/></svg>
Copied!