opticaldiscicon emoji
opticaldiscicon from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- opticaldiscicon
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 512×512
- License
- Apache 2.0
More objects icons from Firefox OS Emoji
admissionticketsalienmonsteramericanfootballartistpaletteauberginebabybottlebackofenvelopeballoonballotboldscriptxballotboxboldcheckballotboxwithboldscriptxballottboxwithballottballottboxwithscriptxballottscriptxbananabanknotedollarbanknoteeurobanknotepoundbanknoteyenbarchartbaseballbasketballandhoopbathbathtub
Use the opticaldiscicon emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#C5CFD1" d="M256 19C124.746 19 18.344 125.402 18.344 256.656S124.746 494.311 256 494.311s237.656-106.402 237.656-237.656S387.254 19 256 19m0 287.266c-27.399 0-49.61-22.211-49.61-49.61s22.211-49.61 49.61-49.61s49.61 22.211 49.61 49.61s-22.211 49.61-49.61 49.61"/><path fill="#EDEDED" d="m144.943 220.959l-89.429-30.268c-3.84-1.3-5.878-5.522-4.451-9.317C72.11 125.409 115.148 79.486 168.12 56.454c3.723-1.619 8.047.224 9.526 4.005l34.413 87.955c1.378 3.522-.212 7.49-3.624 9.122c-23.774 11.37-43.933 33.294-54.524 59.318a7.19 7.19 0 0 1-8.968 4.105m213.146 75.499c-10.591 26.024-30.75 47.948-54.524 59.318c-3.412 1.632-5.003 5.6-3.624 9.122l34.413 87.955c1.479 3.781 5.803 5.623 9.526 4.005c52.972-23.032 96.011-68.956 117.057-124.921c1.427-3.794-.611-8.017-4.451-9.317l-89.429-30.268a7.19 7.19 0 0 0-8.968 4.106"/><path fill="#798A93" d="M256 347.109c-49.876 0-90.454-40.577-90.454-90.454s40.578-90.454 90.454-90.454c49.877 0 90.454 40.578 90.454 90.454S305.877 347.109 256 347.109m0-158.45c-37.494 0-67.997 30.503-67.997 67.997s30.503 67.997 67.997 67.997s67.997-30.503 67.997-67.997s-30.503-67.997-67.997-67.997"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiOpticaldiscicon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#C5CFD1" d="M256 19C124.746 19 18.344 125.402 18.344 256.656S124.746 494.311 256 494.311s237.656-106.402 237.656-237.656S387.254 19 256 19m0 287.266c-27.399 0-49.61-22.211-49.61-49.61s22.211-49.61 49.61-49.61s49.61 22.211 49.61 49.61s-22.211 49.61-49.61 49.61"/><path fill="#EDEDED" d="m144.943 220.959l-89.429-30.268c-3.84-1.3-5.878-5.522-4.451-9.317C72.11 125.409 115.148 79.486 168.12 56.454c3.723-1.619 8.047.224 9.526 4.005l34.413 87.955c1.378 3.522-.212 7.49-3.624 9.122c-23.774 11.37-43.933 33.294-54.524 59.318a7.19 7.19 0 0 1-8.968 4.105m213.146 75.499c-10.591 26.024-30.75 47.948-54.524 59.318c-3.412 1.632-5.003 5.6-3.624 9.122l34.413 87.955c1.479 3.781 5.803 5.623 9.526 4.005c52.972-23.032 96.011-68.956 117.057-124.921c1.427-3.794-.611-8.017-4.451-9.317l-89.429-30.268a7.19 7.19 0 0 0-8.968 4.106"/><path fill="#798A93" d="M256 347.109c-49.876 0-90.454-40.577-90.454-90.454s40.578-90.454 90.454-90.454c49.877 0 90.454 40.578 90.454 90.454S305.877 347.109 256 347.109m0-158.45c-37.494 0-67.997 30.503-67.997 67.997s30.503 67.997 67.997 67.997s67.997-30.503 67.997-67.997s-30.503-67.997-67.997-67.997"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#C5CFD1" d="M256 19C124.746 19 18.344 125.402 18.344 256.656S124.746 494.311 256 494.311s237.656-106.402 237.656-237.656S387.254 19 256 19m0 287.266c-27.399 0-49.61-22.211-49.61-49.61s22.211-49.61 49.61-49.61s49.61 22.211 49.61 49.61s-22.211 49.61-49.61 49.61"/><path fill="#EDEDED" d="m144.943 220.959l-89.429-30.268c-3.84-1.3-5.878-5.522-4.451-9.317C72.11 125.409 115.148 79.486 168.12 56.454c3.723-1.619 8.047.224 9.526 4.005l34.413 87.955c1.378 3.522-.212 7.49-3.624 9.122c-23.774 11.37-43.933 33.294-54.524 59.318a7.19 7.19 0 0 1-8.968 4.105m213.146 75.499c-10.591 26.024-30.75 47.948-54.524 59.318c-3.412 1.632-5.003 5.6-3.624 9.122l34.413 87.955c1.479 3.781 5.803 5.623 9.526 4.005c52.972-23.032 96.011-68.956 117.057-124.921c1.427-3.794-.611-8.017-4.451-9.317l-89.429-30.268a7.19 7.19 0 0 0-8.968 4.106"/><path fill="#798A93" d="M256 347.109c-49.876 0-90.454-40.577-90.454-90.454s40.578-90.454 90.454-90.454c49.877 0 90.454 40.578 90.454 90.454S305.877 347.109 256 347.109m0-158.45c-37.494 0-67.997 30.503-67.997 67.997s30.503 67.997 67.997 67.997s67.997-30.503 67.997-67.997s-30.503-67.997-67.997-67.997"/></svg> </template>
CSS
.icon-opticaldiscicon {
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%20512%20512%22%3E%3Cpath%20fill%3D%22%23C5CFD1%22%20d%3D%22M256%2019C124.746%2019%2018.344%20125.402%2018.344%20256.656S124.746%20494.311%20256%20494.311s237.656-106.402%20237.656-237.656S387.254%2019%20256%2019m0%20287.266c-27.399%200-49.61-22.211-49.61-49.61s22.211-49.61%2049.61-49.61s49.61%2022.211%2049.61%2049.61s-22.211%2049.61-49.61%2049.61%22%2F%3E%3Cpath%20fill%3D%22%23EDEDED%22%20d%3D%22m144.943%20220.959l-89.429-30.268c-3.84-1.3-5.878-5.522-4.451-9.317C72.11%20125.409%20115.148%2079.486%20168.12%2056.454c3.723-1.619%208.047.224%209.526%204.005l34.413%2087.955c1.378%203.522-.212%207.49-3.624%209.122c-23.774%2011.37-43.933%2033.294-54.524%2059.318a7.19%207.19%200%200%201-8.968%204.105m213.146%2075.499c-10.591%2026.024-30.75%2047.948-54.524%2059.318c-3.412%201.632-5.003%205.6-3.624%209.122l34.413%2087.955c1.479%203.781%205.803%205.623%209.526%204.005c52.972-23.032%2096.011-68.956%20117.057-124.921c1.427-3.794-.611-8.017-4.451-9.317l-89.429-30.268a7.19%207.19%200%200%200-8.968%204.106%22%2F%3E%3Cpath%20fill%3D%22%23798A93%22%20d%3D%22M256%20347.109c-49.876%200-90.454-40.577-90.454-90.454s40.578-90.454%2090.454-90.454c49.877%200%2090.454%2040.578%2090.454%2090.454S305.877%20347.109%20256%20347.109m0-158.45c-37.494%200-67.997%2030.503-67.997%2067.997s30.503%2067.997%2067.997%2067.997s67.997-30.503%2067.997-67.997s-30.503-67.997-67.997-67.997%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23C5CFD1%22%20d%3D%22M256%2019C124.746%2019%2018.344%20125.402%2018.344%20256.656S124.746%20494.311%20256%20494.311s237.656-106.402%20237.656-237.656S387.254%2019%20256%2019m0%20287.266c-27.399%200-49.61-22.211-49.61-49.61s22.211-49.61%2049.61-49.61s49.61%2022.211%2049.61%2049.61s-22.211%2049.61-49.61%2049.61%22%2F%3E%3Cpath%20fill%3D%22%23EDEDED%22%20d%3D%22m144.943%20220.959l-89.429-30.268c-3.84-1.3-5.878-5.522-4.451-9.317C72.11%20125.409%20115.148%2079.486%20168.12%2056.454c3.723-1.619%208.047.224%209.526%204.005l34.413%2087.955c1.378%203.522-.212%207.49-3.624%209.122c-23.774%2011.37-43.933%2033.294-54.524%2059.318a7.19%207.19%200%200%201-8.968%204.105m213.146%2075.499c-10.591%2026.024-30.75%2047.948-54.524%2059.318c-3.412%201.632-5.003%205.6-3.624%209.122l34.413%2087.955c1.479%203.781%205.803%205.623%209.526%204.005c52.972-23.032%2096.011-68.956%20117.057-124.921c1.427-3.794-.611-8.017-4.451-9.317l-89.429-30.268a7.19%207.19%200%200%200-8.968%204.106%22%2F%3E%3Cpath%20fill%3D%22%23798A93%22%20d%3D%22M256%20347.109c-49.876%200-90.454-40.577-90.454-90.454s40.578-90.454%2090.454-90.454c49.877%200%2090.454%2040.578%2090.454%2090.454S305.877%20347.109%20256%20347.109m0-158.45c-37.494%200-67.997%2030.503-67.997%2067.997s30.503%2067.997%2067.997%2067.997s67.997-30.503%2067.997-67.997s-30.503-67.997-67.997-67.997%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/opticaldiscicon.svg?color=%231a73e8&size=48