dvd from Emoji One (Colored) by Emoji One · Default · Objects · CC-BY-4.0 Attribution required.

Name
dvd
Set
Emoji One (Colored)
Style
Default
Category
Objects
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More objects icons from Emoji One (Colored)

Use the dvd emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#c28fef"/><circle cx="32" cy="32" r="6.6" fill="#fff"/><path fill="#ffc7ce" d="m32.2 42.6l9.2 13.6c6.8-2.6 12.2-8 14.8-14.8l-13.6-9.2c-.1 5.7-4.7 10.3-10.4 10.4m-.4-21.2L22.6 7.8c-6.8 2.6-12.2 8-14.8 14.8l13.6 9.2c.1-5.7 4.7-10.3 10.4-10.4"/><path fill="#9450e0" d="M32 45c-7.1 0-13-5.8-13-13c0-7.1 5.8-13 13-13s13 5.8 13 13c0 7.1-5.9 13-13 13m0-23.3c-5.7 0-10.3 4.6-10.3 10.3S26.3 42.3 32 42.3S42.3 37.7 42.3 32S37.7 21.7 32 21.7"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneDvd(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#c28fef"/><circle cx="32" cy="32" r="6.6" fill="#fff"/><path fill="#ffc7ce" d="m32.2 42.6l9.2 13.6c6.8-2.6 12.2-8 14.8-14.8l-13.6-9.2c-.1 5.7-4.7 10.3-10.4 10.4m-.4-21.2L22.6 7.8c-6.8 2.6-12.2 8-14.8 14.8l13.6 9.2c.1-5.7 4.7-10.3 10.4-10.4"/><path fill="#9450e0" d="M32 45c-7.1 0-13-5.8-13-13c0-7.1 5.8-13 13-13s13 5.8 13 13c0 7.1-5.9 13-13 13m0-23.3c-5.7 0-10.3 4.6-10.3 10.3S26.3 42.3 32 42.3S42.3 37.7 42.3 32S37.7 21.7 32 21.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#c28fef"/><circle cx="32" cy="32" r="6.6" fill="#fff"/><path fill="#ffc7ce" d="m32.2 42.6l9.2 13.6c6.8-2.6 12.2-8 14.8-14.8l-13.6-9.2c-.1 5.7-4.7 10.3-10.4 10.4m-.4-21.2L22.6 7.8c-6.8 2.6-12.2 8-14.8 14.8l13.6 9.2c.1-5.7 4.7-10.3 10.4-10.4"/><path fill="#9450e0" d="M32 45c-7.1 0-13-5.8-13-13c0-7.1 5.8-13 13-13s13 5.8 13 13c0 7.1-5.9 13-13 13m0-23.3c-5.7 0-10.3 4.6-10.3 10.3S26.3 42.3 32 42.3S42.3 37.7 42.3 32S37.7 21.7 32 21.7"/></svg>
</template>

CSS

.icon-dvd {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23c28fef%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%226.6%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23ffc7ce%22%20d%3D%22m32.2%2042.6l9.2%2013.6c6.8-2.6%2012.2-8%2014.8-14.8l-13.6-9.2c-.1%205.7-4.7%2010.3-10.4%2010.4m-.4-21.2L22.6%207.8c-6.8%202.6-12.2%208-14.8%2014.8l13.6%209.2c.1-5.7%204.7-10.3%2010.4-10.4%22%2F%3E%3Cpath%20fill%3D%22%239450e0%22%20d%3D%22M32%2045c-7.1%200-13-5.8-13-13c0-7.1%205.8-13%2013-13s13%205.8%2013%2013c0%207.1-5.9%2013-13%2013m0-23.3c-5.7%200-10.3%204.6-10.3%2010.3S26.3%2042.3%2032%2042.3S42.3%2037.7%2042.3%2032S37.7%2021.7%2032%2021.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23c28fef%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%226.6%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23ffc7ce%22%20d%3D%22m32.2%2042.6l9.2%2013.6c6.8-2.6%2012.2-8%2014.8-14.8l-13.6-9.2c-.1%205.7-4.7%2010.3-10.4%2010.4m-.4-21.2L22.6%207.8c-6.8%202.6-12.2%208-14.8%2014.8l13.6%209.2c.1-5.7%204.7-10.3%2010.4-10.4%22%2F%3E%3Cpath%20fill%3D%22%239450e0%22%20d%3D%22M32%2045c-7.1%200-13-5.8-13-13c0-7.1%205.8-13%2013-13s13%205.8%2013%2013c0%207.1-5.9%2013-13%2013m0-23.3c-5.7%200-10.3%204.6-10.3%2010.3S26.3%2042.3%2032%2042.3S42.3%2037.7%2042.3%2032S37.7%2021.7%2032%2021.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/dvd.svg?color=%231a73e8&size=48