optical-disk from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
optical-disk
Set
Fluent Emoji High Contrast
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji High Contrast

Use the optical disk emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1m-5.044 3.015A13 13 0 0 1 16 3c3.41 0 6.513 1.313 8.832 3.46l-5.668 5.669A4.98 4.98 0 0 0 16 11c-.579 0-1.135.098-1.652.28zm-.905.423l3.391 7.265a4.998 4.998 0 0 0-1.313 7.461L6.46 24.832A12.95 12.95 0 0 1 3 16a13 13 0 0 1 7.05-11.562m9.82 8.398l5.668-5.668A12.95 12.95 0 0 1 29 16a13 13 0 0 1-7.05 11.562l-3.392-7.265a4.998 4.998 0 0 0 1.314-7.461m-2.219 7.885l3.392 7.264A13 13 0 0 1 16 29c-3.41 0-6.513-1.313-8.832-3.46l5.668-5.668A4.98 4.98 0 0 0 16 21c.579 0 1.135-.098 1.652-.28M19 16a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastOpticalDisk(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1m-5.044 3.015A13 13 0 0 1 16 3c3.41 0 6.513 1.313 8.832 3.46l-5.668 5.669A4.98 4.98 0 0 0 16 11c-.579 0-1.135.098-1.652.28zm-.905.423l3.391 7.265a4.998 4.998 0 0 0-1.313 7.461L6.46 24.832A12.95 12.95 0 0 1 3 16a13 13 0 0 1 7.05-11.562m9.82 8.398l5.668-5.668A12.95 12.95 0 0 1 29 16a13 13 0 0 1-7.05 11.562l-3.392-7.265a4.998 4.998 0 0 0 1.314-7.461m-2.219 7.885l3.392 7.264A13 13 0 0 1 16 29c-3.41 0-6.513-1.313-8.832-3.46l5.668-5.668A4.98 4.98 0 0 0 16 21c.579 0 1.135-.098 1.652-.28M19 16a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1m-5.044 3.015A13 13 0 0 1 16 3c3.41 0 6.513 1.313 8.832 3.46l-5.668 5.669A4.98 4.98 0 0 0 16 11c-.579 0-1.135.098-1.652.28zm-.905.423l3.391 7.265a4.998 4.998 0 0 0-1.313 7.461L6.46 24.832A12.95 12.95 0 0 1 3 16a13 13 0 0 1 7.05-11.562m9.82 8.398l5.668-5.668A12.95 12.95 0 0 1 29 16a13 13 0 0 1-7.05 11.562l-3.392-7.265a4.998 4.998 0 0 0 1.314-7.461m-2.219 7.885l3.392 7.264A13 13 0 0 1 16 29c-3.41 0-6.513-1.313-8.832-3.46l5.668-5.668A4.98 4.98 0 0 0 16 21c.579 0 1.135-.098 1.652-.28M19 16a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></svg>
</template>

CSS

.icon-optical-disk {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%201C7.716%201%201%207.716%201%2016s6.716%2015%2015%2015s15-6.716%2015-15S24.284%201%2016%201m-5.044%203.015A13%2013%200%200%201%2016%203c3.41%200%206.513%201.313%208.832%203.46l-5.668%205.669A4.98%204.98%200%200%200%2016%2011c-.579%200-1.135.098-1.652.28zm-.905.423l3.391%207.265a4.998%204.998%200%200%200-1.313%207.461L6.46%2024.832A12.95%2012.95%200%200%201%203%2016a13%2013%200%200%201%207.05-11.562m9.82%208.398l5.668-5.668A12.95%2012.95%200%200%201%2029%2016a13%2013%200%200%201-7.05%2011.562l-3.392-7.265a4.998%204.998%200%200%200%201.314-7.461m-2.219%207.885l3.392%207.264A13%2013%200%200%201%2016%2029c-3.41%200-6.513-1.313-8.832-3.46l5.668-5.668A4.98%204.98%200%200%200%2016%2021c.579%200%201.135-.098%201.652-.28M19%2016a3%203%200%201%201-6%200a3%203%200%200%201%206%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%201C7.716%201%201%207.716%201%2016s6.716%2015%2015%2015s15-6.716%2015-15S24.284%201%2016%201m-5.044%203.015A13%2013%200%200%201%2016%203c3.41%200%206.513%201.313%208.832%203.46l-5.668%205.669A4.98%204.98%200%200%200%2016%2011c-.579%200-1.135.098-1.652.28zm-.905.423l3.391%207.265a4.998%204.998%200%200%200-1.313%207.461L6.46%2024.832A12.95%2012.95%200%200%201%203%2016a13%2013%200%200%201%207.05-11.562m9.82%208.398l5.668-5.668A12.95%2012.95%200%200%201%2029%2016a13%2013%200%200%201-7.05%2011.562l-3.392-7.265a4.998%204.998%200%200%200%201.314-7.461m-2.219%207.885l3.392%207.264A13%2013%200%200%201%2016%2029c-3.41%200-6.513-1.313-8.832-3.46l5.668-5.668A4.98%204.98%200%200%200%2016%2021c.579%200%201.135-.098%201.652-.28M19%2016a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/optical-disk.svg?color=%231a73e8&size=48