Udisc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Udisc 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/349015.svg" alt="Udisc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349015.svg" alt="Udisc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349015.svg" alt="Udisc icon" :width="24" :height="24" />
CSS background
.icon-udisc {
background-image: url('https://proicons.com/icon/349015.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m32.8551,9.6678v5.1286m0,8.8115v5.7029c-.1675,5.2178-3.9977,8.6165-9.022,9.022-4.9827,0-9.022-4.0393-9.022-9.022m0-6.5096v-13.1338"/><path class="b" d="m5.5,29.7436l24.5604-9.4705"/><ellipse class="b" cx="37.5352" cy="17.8538" rx="5.2044" ry="1.8612" transform="translate(-3.7471 13.0142) rotate(-18.752)"/></svg>
Copied!