Dutch Bros Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dutch Bros 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/324857.svg" alt="Dutch Bros icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324857.svg" alt="Dutch Bros icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324857.svg" alt="Dutch Bros icon" :width="24" :height="24" />
CSS background
.icon-dutch-bros {
background-image: url('https://proicons.com/icon/324857.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;fill-rule:evenodd;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="e" d="m27.0975,17.9499l3.1613,3.2792-1.1584.2466c2.2435,1.6119,4.2993,3.468,6.1313,5.5359-.7266,2.134-1.648,4.1958-2.7547,6.159-.5894-2.0293-1.4591-3.9672-2.5815-5.7572.0397.261,2.1605,15.3649,2.1605,15.3649l-3.5847.7218h-8.5925l-3.5823-.7218,2.158-15.3674c-.8216.8204-1.6817,1.5951-2.5815,2.3204-2.1592-.7121-4.2499-1.6191-6.2456-2.7102,3.6076-1.0441,6.9096-2.9436,9.6258-5.5359l-1.1608-.2466,3.2022-3.3165c-3.2515-1.9656-6.1842-4.4147-8.6983-7.2633.7254-2.134,1.648-4.1958,2.7547-6.159,1.3713,4.5326,4.1152,8.5275,7.8539,11.4338l.9852-1.0153.9852,1.0153c1.9235-2.9833,4.2632-5.6754,6.9493-7.9946,2.1605.7121,4.2511,1.6191,6.248,2.7102-4.3955,1.2583-8.3218,3.7844-11.2882,7.2633l.0132.0373Z"/></g></svg>
Copied!