Dunkin Donuts Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dunkin Donuts 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/339394.svg" alt="Dunkin Donuts icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339394.svg" alt="Dunkin Donuts icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339394.svg" alt="Dunkin Donuts icon" :width="24" :height="24" />
CSS background
.icon-dunkin-donuts {
background-image: url('https://proicons.com/icon/339394.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><polyline class="c" points="13.9867 37.5 13.9867 25.9029 21.6698 37.5 21.6698 25.9029"/><path class="c" d="M26.4441,10.5v7.7556c0,2.1216,1.7199,3.8415,3.8415,3.8415s3.8415-1.7199,3.8415-3.8415v-7.7556"/><path class="c" d="M13.9867,22.0971v-11.5971h2.6094c2.8021,0,5.0737,2.2716,5.0737,5.0737v1.4496c0,2.8021-2.2716,5.0737-5.0737,5.0737h-2.6094Z"/><line class="c" x1="27.1689" y1="25.9029" x2="27.1689" y2="37.5"/><line class="c" x1="27.1689" y1="33.4606" x2="33.4024" y2="25.9419"/><line class="c" x1="33.4024" y1="37.5" x2="28.6274" y2="31.7014"/><line class="c" x1="35.6646" y1="25.7716" x2="35.1538" y2="28.235"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!