Dairy Queen Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dairy Queen 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/338820.svg" alt="Dairy Queen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338820.svg" alt="Dairy Queen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338820.svg" alt="Dairy Queen icon" :width="24" :height="24" />
CSS background
.icon-dairy-queen {
background-image: url('https://proicons.com/icon/338820.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M17.9839,15.271c6.9584-4.7218,15.5321-3.2928,23.5466,0l-1.3372,4.4573c-5.2995-3.2987-8.2306-5.762-22.2094-4.4573Z"/><path class="c" d="M29.5287,12.2778c-1.5622-.5429-3.3793-.8642-5.5287-.8642-12.0435,0-13.4727,10.0048-19.5,12.5864,2.6923,1.1523,4.4651,3.767,6.6588,6.3264,0,0,0,.0111.0111.0111"/><path class="c" d="M18.4713,35.7222c1.5622.5429,3.3793.8642,5.5287.8642,12.0435,0,13.4727-10.0048,19.5-12.5864-2.6923-1.1523-4.4651-3.767-6.6588-6.3264l-.0111-.0111"/><path class="c" d="M30.0161,32.729c-6.9584,4.7218-15.5321,3.2928-23.5466,0l1.3372-4.4573c5.2995,3.2987,8.2306,5.762,22.2094,4.4573Z"/><path class="c" d="M16.8669,28.4808v-9.4666h2.13c2.2874,0,4.1416,1.8543,4.1416,4.1416v1.1833c0,2.2874-1.8543,4.1416-4.1416,4.1416h-2.13Z"/><line class="c" x1="31.9127" y1="28.4808" x2="28.7767" y2="25.3824"/><rect class="c" x="25.641" y="19.0142" width="6.2716" height="9.4666" rx="3.1358" ry="3.1358"/></svg>
Copied!