Emoji Disk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Disk 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/339794.svg" alt="Emoji Disk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339794.svg" alt="Emoji Disk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339794.svg" alt="Emoji Disk icon" :width="24" :height="24" />
CSS background
.icon-emoji-disk {
background-image: url('https://proicons.com/icon/339794.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="m24.0402,42.5c10.2152,0,18.4598-8.2848,18.4598-18.5402,0-10.2152-8.2446-18.4598-18.4598-18.4598C13.7848,5.5,5.5,13.7446,5.5,23.9598c0,10.2554,8.2848,18.5402,18.5402,18.5402Z"/><path class="b" d="m24.014,30.4348c3.5531,0,6.4208-2.8817,6.4208-6.4488,0-3.5531-2.8677-6.4208-6.4208-6.4208-3.5671,0-6.4488,2.8677-6.4488,6.4208,0,3.5671,2.8817,6.4488,6.4488,6.4488Z"/><line class="b" x1="33.2501" y1="7.9784" x2="27.222" y2="18.4196"/><line class="b" x1="20.7836" y1="29.5711" x2="14.7501" y2="40.0216"/><line class="b" x1="41.3841" y1="17.6728" x2="30.0537" y2="21.7967"/><line class="b" x1="17.9539" y1="26.2005" x2="6.6158" y2="30.3272"/></svg>
Copied!