cue logo
cue from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- cue
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
The same logo in other sets
Use the cue logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#448aff" d="M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16S8.268 2 16 2m0 2.545C9.674 4.545 4.545 9.674 4.545 16S9.674 27.455 16 27.455S27.455 22.326 27.455 16S22.326 4.545 16 4.545m0 3.818a7.638 7.638 0 0 1 0 15.274a7.638 7.638 0 0 1 0-15.274m0 2.545a5.091 5.091 0 1 0 0 10.18a5.091 5.091 0 0 0 0-10.18"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeCue(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#448aff" d="M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16S8.268 2 16 2m0 2.545C9.674 4.545 4.545 9.674 4.545 16S9.674 27.455 16 27.455S27.455 22.326 27.455 16S22.326 4.545 16 4.545m0 3.818a7.638 7.638 0 0 1 0 15.274a7.638 7.638 0 0 1 0-15.274m0 2.545a5.091 5.091 0 1 0 0 10.18a5.091 5.091 0 0 0 0-10.18"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#448aff" d="M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16S8.268 2 16 2m0 2.545C9.674 4.545 4.545 9.674 4.545 16S9.674 27.455 16 27.455S27.455 22.326 27.455 16S22.326 4.545 16 4.545m0 3.818a7.638 7.638 0 0 1 0 15.274a7.638 7.638 0 0 1 0-15.274m0 2.545a5.091 5.091 0 1 0 0 10.18a5.091 5.091 0 0 0 0-10.18"/></svg> </template>
CSS
.icon-cue {
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%22%23448aff%22%20d%3D%22M16%202c7.732%200%2014%206.268%2014%2014s-6.268%2014-14%2014S2%2023.732%202%2016S8.268%202%2016%202m0%202.545C9.674%204.545%204.545%209.674%204.545%2016S9.674%2027.455%2016%2027.455S27.455%2022.326%2027.455%2016S22.326%204.545%2016%204.545m0%203.818a7.638%207.638%200%200%201%200%2015.274a7.638%207.638%200%200%201%200-15.274m0%202.545a5.091%205.091%200%201%200%200%2010.18a5.091%205.091%200%200%200%200-10.18%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%22%23448aff%22%20d%3D%22M16%202c7.732%200%2014%206.268%2014%2014s-6.268%2014-14%2014S2%2023.732%202%2016S8.268%202%2016%202m0%202.545C9.674%204.545%204.545%209.674%204.545%2016S9.674%2027.455%2016%2027.455S27.455%2022.326%2027.455%2016S22.326%204.545%2016%204.545m0%203.818a7.638%207.638%200%200%201%200%2015.274a7.638%207.638%200%200%201%200-15.274m0%202.545a5.091%205.091%200%201%200%200%2010.18a5.091%205.091%200%200%200%200-10.18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/cue.svg?color=%231a73e8&size=48