Doordash Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Doordash 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/314140.svg" alt="Doordash icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314140.svg" alt="Doordash icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314140.svg" alt="Doordash icon" :width="24" :height="24" />
CSS background
.icon-doordash {
background-image: url('https://proicons.com/icon/314140.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>DoorDash</title><path d="M23.071 8.409a6.09 6.09 0 00-5.396-3.228H.584A.589.589 0 00.17 6.184L3.894 9.93a1.752 1.752 0 001.242.516h12.049a1.554 1.554 0 11.031 3.108H8.91a.589.589 0 00-.415 1.003l3.725 3.747a1.75 1.75 0 001.242.516h3.757c4.887 0 8.584-5.225 5.852-10.413"/></svg>
Copied!