Disney Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Disney 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/324582.svg" alt="Disney icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324582.svg" alt="Disney icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324582.svg" alt="Disney icon" :width="24" :height="24" />
CSS background
.icon-disney {
background-image: url('https://proicons.com/icon/324582.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M7,11.15C4.32,10.85,4.5,10,4.5,9.57s.87-2.08,8.91-2.08c9.63,0,30.09,7.26,30.09,20s-17.88,9.82-21.42,9S9.85,32,9.85,28.18c0-2.78,7.13-4.35,14.59-4.35s10,2.09,10,4c0,.84-.4,1.84-2.3,2.38"/><path class="a" d="M21.66,15.3a190.17,190.17,0,0,0,0,25.21"/></svg>
Copied!