optical disk emoji
optical-disk from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- optical-disk
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji Flat
Use the optical disk emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#b4acbc" d="M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2S2 8.268 2 16s6.268 14 14 14m0-10a4 4 0 1 1 0-8a4 4 0 0 1 0 8"/><path fill="#f3eef8" d="M19.535 12.465A4.98 4.98 0 0 0 16 11c-.903 0-1.75.24-2.481.658l-3.227-5.646c-.41-.719-.164-1.643.598-1.969A13 13 0 0 1 16 3c3.05 0 5.855 1.05 8.073 2.81c.65.515.644 1.472.058 2.058zm-7.07 7.07A4.98 4.98 0 0 0 16 21c.903 0 1.75-.24 2.481-.658l3.226 5.646c.411.719.164 1.643-.597 1.97A13 13 0 0 1 16 29a12.94 12.94 0 0 1-8.073-2.81c-.65-.515-.645-1.473-.059-2.058z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatOpticalDisk(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#b4acbc" d="M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2S2 8.268 2 16s6.268 14 14 14m0-10a4 4 0 1 1 0-8a4 4 0 0 1 0 8"/><path fill="#f3eef8" d="M19.535 12.465A4.98 4.98 0 0 0 16 11c-.903 0-1.75.24-2.481.658l-3.227-5.646c-.41-.719-.164-1.643.598-1.969A13 13 0 0 1 16 3c3.05 0 5.855 1.05 8.073 2.81c.65.515.644 1.472.058 2.058zm-7.07 7.07A4.98 4.98 0 0 0 16 21c.903 0 1.75-.24 2.481-.658l3.226 5.646c.411.719.164 1.643-.597 1.97A13 13 0 0 1 16 29a12.94 12.94 0 0 1-8.073-2.81c-.65-.515-.645-1.473-.059-2.058z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#b4acbc" d="M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2S2 8.268 2 16s6.268 14 14 14m0-10a4 4 0 1 1 0-8a4 4 0 0 1 0 8"/><path fill="#f3eef8" d="M19.535 12.465A4.98 4.98 0 0 0 16 11c-.903 0-1.75.24-2.481.658l-3.227-5.646c-.41-.719-.164-1.643.598-1.969A13 13 0 0 1 16 3c3.05 0 5.855 1.05 8.073 2.81c.65.515.644 1.472.058 2.058zm-7.07 7.07A4.98 4.98 0 0 0 16 21c.903 0 1.75-.24 2.481-.658l3.226 5.646c.411.719.164 1.643-.597 1.97A13 13 0 0 1 16 29a12.94 12.94 0 0 1-8.073-2.81c-.65-.515-.645-1.473-.059-2.058z"/></g></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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23b4acbc%22%20d%3D%22M16%2030c7.732%200%2014-6.268%2014-14S23.732%202%2016%202S2%208.268%202%2016s6.268%2014%2014%2014m0-10a4%204%200%201%201%200-8a4%204%200%200%201%200%208%22%2F%3E%3Cpath%20fill%3D%22%23f3eef8%22%20d%3D%22M19.535%2012.465A4.98%204.98%200%200%200%2016%2011c-.903%200-1.75.24-2.481.658l-3.227-5.646c-.41-.719-.164-1.643.598-1.969A13%2013%200%200%201%2016%203c3.05%200%205.855%201.05%208.073%202.81c.65.515.644%201.472.058%202.058zm-7.07%207.07A4.98%204.98%200%200%200%2016%2021c.903%200%201.75-.24%202.481-.658l3.226%205.646c.411.719.164%201.643-.597%201.97A13%2013%200%200%201%2016%2029a12.94%2012.94%200%200%201-8.073-2.81c-.65-.515-.645-1.473-.059-2.058z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23b4acbc%22%20d%3D%22M16%2030c7.732%200%2014-6.268%2014-14S23.732%202%2016%202S2%208.268%202%2016s6.268%2014%2014%2014m0-10a4%204%200%201%201%200-8a4%204%200%200%201%200%208%22%2F%3E%3Cpath%20fill%3D%22%23f3eef8%22%20d%3D%22M19.535%2012.465A4.98%204.98%200%200%200%2016%2011c-.903%200-1.75.24-2.481.658l-3.227-5.646c-.41-.719-.164-1.643.598-1.969A13%2013%200%200%201%2016%203c3.05%200%205.855%201.05%208.073%202.81c.65.515.644%201.472.058%202.058zm-7.07%207.07A4.98%204.98%200%200%200%2016%2021c.903%200%201.75-.24%202.481-.658l3.226%205.646c.411.719.164%201.643-.597%201.97A13%2013%200%200%201%2016%2029a12.94%2012.94%200%200%201-8.073-2.81c-.65-.515-.645-1.473-.059-2.058z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/optical-disk.svg?color=%231a73e8&size=48