mystery-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
mystery-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the mystery icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 18q2.9 0 4.95-2.047T18 11q0-2.9-2.05-4.95T11 4Q8.094 4 6.047 6.05T4 11q0 2.906 2.047 4.953T11 18m0-3.308q-1.723 0-3.174-.895t-2.287-2.399q-.106-.186-.106-.398t.106-.398q.836-1.504 2.297-2.399q1.46-.895 3.164-.895t3.152.898t2.285 2.396q.105.187.105.398t-.105.398q-.837 1.504-2.285 2.399T11 14.692m0-.884q1.471 0 2.717-.75q1.247-.748 1.974-2.058q-.727-1.304-1.974-2.056T11 8.192q-1.477 0-2.733.752T6.285 11q.727 1.31 1.982 2.059q1.256.749 2.733.749m0-1.308q.625 0 1.063-.434q.437-.435.437-1.066q0-.625-.437-1.062T11 9.5q-.63 0-1.065.438Q9.5 10.375 9.5 11q0 .63.435 1.066q.434.434 1.065.434m0 6.5q-1.664 0-3.118-.626T5.34 16.66t-1.714-2.542T3 11q0-1.658.626-3.113T5.34 5.342t2.542-1.716T11 3q1.658 0 3.113.626t2.545 1.716t1.716 2.546T19 11q0 1.523-.534 2.871q-.535 1.348-1.48 2.427l3.68 3.679q.146.146.133.335t-.158.334q-.147.14-.345.14t-.344-.14l-3.66-3.654q-1.078.945-2.426 1.476Q12.517 19 11 19"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMysteryOutlineRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 18q2.9 0 4.95-2.047T18 11q0-2.9-2.05-4.95T11 4Q8.094 4 6.047 6.05T4 11q0 2.906 2.047 4.953T11 18m0-3.308q-1.723 0-3.174-.895t-2.287-2.399q-.106-.186-.106-.398t.106-.398q.836-1.504 2.297-2.399q1.46-.895 3.164-.895t3.152.898t2.285 2.396q.105.187.105.398t-.105.398q-.837 1.504-2.285 2.399T11 14.692m0-.884q1.471 0 2.717-.75q1.247-.748 1.974-2.058q-.727-1.304-1.974-2.056T11 8.192q-1.477 0-2.733.752T6.285 11q.727 1.31 1.982 2.059q1.256.749 2.733.749m0-1.308q.625 0 1.063-.434q.437-.435.437-1.066q0-.625-.437-1.062T11 9.5q-.63 0-1.065.438Q9.5 10.375 9.5 11q0 .63.435 1.066q.434.434 1.065.434m0 6.5q-1.664 0-3.118-.626T5.34 16.66t-1.714-2.542T3 11q0-1.658.626-3.113T5.34 5.342t2.542-1.716T11 3q1.658 0 3.113.626t2.545 1.716t1.716 2.546T19 11q0 1.523-.534 2.871q-.535 1.348-1.48 2.427l3.68 3.679q.146.146.133.335t-.158.334q-.147.14-.345.14t-.344-.14l-3.66-3.654q-1.078.945-2.426 1.476Q12.517 19 11 19"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 18q2.9 0 4.95-2.047T18 11q0-2.9-2.05-4.95T11 4Q8.094 4 6.047 6.05T4 11q0 2.906 2.047 4.953T11 18m0-3.308q-1.723 0-3.174-.895t-2.287-2.399q-.106-.186-.106-.398t.106-.398q.836-1.504 2.297-2.399q1.46-.895 3.164-.895t3.152.898t2.285 2.396q.105.187.105.398t-.105.398q-.837 1.504-2.285 2.399T11 14.692m0-.884q1.471 0 2.717-.75q1.247-.748 1.974-2.058q-.727-1.304-1.974-2.056T11 8.192q-1.477 0-2.733.752T6.285 11q.727 1.31 1.982 2.059q1.256.749 2.733.749m0-1.308q.625 0 1.063-.434q.437-.435.437-1.066q0-.625-.437-1.062T11 9.5q-.63 0-1.065.438Q9.5 10.375 9.5 11q0 .63.435 1.066q.434.434 1.065.434m0 6.5q-1.664 0-3.118-.626T5.34 16.66t-1.714-2.542T3 11q0-1.658.626-3.113T5.34 5.342t2.542-1.716T11 3q1.658 0 3.113.626t2.545 1.716t1.716 2.546T19 11q0 1.523-.534 2.871q-.535 1.348-1.48 2.427l3.68 3.679q.146.146.133.335t-.158.334q-.147.14-.345.14t-.344-.14l-3.66-3.654q-1.078.945-2.426 1.476Q12.517 19 11 19"/></svg>
</template>

CSS

.icon-mystery-outline-rounded {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2018q2.9%200%204.95-2.047T18%2011q0-2.9-2.05-4.95T11%204Q8.094%204%206.047%206.05T4%2011q0%202.906%202.047%204.953T11%2018m0-3.308q-1.723%200-3.174-.895t-2.287-2.399q-.106-.186-.106-.398t.106-.398q.836-1.504%202.297-2.399q1.46-.895%203.164-.895t3.152.898t2.285%202.396q.105.187.105.398t-.105.398q-.837%201.504-2.285%202.399T11%2014.692m0-.884q1.471%200%202.717-.75q1.247-.748%201.974-2.058q-.727-1.304-1.974-2.056T11%208.192q-1.477%200-2.733.752T6.285%2011q.727%201.31%201.982%202.059q1.256.749%202.733.749m0-1.308q.625%200%201.063-.434q.437-.435.437-1.066q0-.625-.437-1.062T11%209.5q-.63%200-1.065.438Q9.5%2010.375%209.5%2011q0%20.63.435%201.066q.434.434%201.065.434m0%206.5q-1.664%200-3.118-.626T5.34%2016.66t-1.714-2.542T3%2011q0-1.658.626-3.113T5.34%205.342t2.542-1.716T11%203q1.658%200%203.113.626t2.545%201.716t1.716%202.546T19%2011q0%201.523-.534%202.871q-.535%201.348-1.48%202.427l3.68%203.679q.146.146.133.335t-.158.334q-.147.14-.345.14t-.344-.14l-3.66-3.654q-1.078.945-2.426%201.476Q12.517%2019%2011%2019%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2018q2.9%200%204.95-2.047T18%2011q0-2.9-2.05-4.95T11%204Q8.094%204%206.047%206.05T4%2011q0%202.906%202.047%204.953T11%2018m0-3.308q-1.723%200-3.174-.895t-2.287-2.399q-.106-.186-.106-.398t.106-.398q.836-1.504%202.297-2.399q1.46-.895%203.164-.895t3.152.898t2.285%202.396q.105.187.105.398t-.105.398q-.837%201.504-2.285%202.399T11%2014.692m0-.884q1.471%200%202.717-.75q1.247-.748%201.974-2.058q-.727-1.304-1.974-2.056T11%208.192q-1.477%200-2.733.752T6.285%2011q.727%201.31%201.982%202.059q1.256.749%202.733.749m0-1.308q.625%200%201.063-.434q.437-.435.437-1.066q0-.625-.437-1.062T11%209.5q-.63%200-1.065.438Q9.5%2010.375%209.5%2011q0%20.63.435%201.066q.434.434%201.065.434m0%206.5q-1.664%200-3.118-.626T5.34%2016.66t-1.714-2.542T3%2011q0-1.658.626-3.113T5.34%205.342t2.542-1.716T11%203q1.658%200%203.113.626t2.545%201.716t1.716%202.546T19%2011q0%201.523-.534%202.871q-.535%201.348-1.48%202.427l3.68%203.679q.146.146.133.335t-.158.334q-.147.14-.345.14t-.344-.14l-3.66-3.654q-1.078.945-2.426%201.476Q12.517%2019%2011%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/mystery-outline-rounded.svg?color=%231a73e8&size=48