Brand Dell Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Dell 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/305107.svg" alt="Brand Dell icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305107.svg" alt="Brand Dell icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305107.svg" alt="Brand Dell icon" :width="24" :height="24" />
CSS background
.icon-brand-dell {
background-image: url('https://proicons.com/icon/305107.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="M915 561V362H811v289h189v-90h-85zM710 362H606v91l-149 94-29-17 142-89-55-38-143 92-31-18 140-90-59-42-148 96s-39-79-113-79H0v289h178c85 0 99-88 99-88l154 92 175-116v112h189v-90h-85V362zM135 563h-29V454h26c11 0 48 2 48 57 0 43-36 52-45 52z"/></svg>
Copied!