perplexity-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
perplexity-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the perplexity icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 21v-9.086L10 13v4.914l-2.793 2.793A1 1 0 0 1 5.5 20v-6.41L9.59 9.5H8.17L4.5 13.17V17H4a1 1 0 0 1-1-1V8.5a1 1 0 0 1 1-1h5.5l-1.2-1H5.5V4a1 1 0 0 1 1.633-.774L11 6.39V3a1 1 0 1 1 2 0v3.39l3.867-3.164A1 1 0 0 1 18.5 4v2.5h-2.8l-1.2 1H20a1 1 0 0 1 1 1V16a1 1 0 0 1-1 1h-.5v-3.83L15.83 9.5h-1.42l4.09 4.09V20a1 1 0 0 1-1.707.707L14 17.914V13l-1-1.086V21a1 1 0 1 1-2 0"/></svg>

React

import type { SVGProps } from "react";

export function MingcutePerplexityFill(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 21v-9.086L10 13v4.914l-2.793 2.793A1 1 0 0 1 5.5 20v-6.41L9.59 9.5H8.17L4.5 13.17V17H4a1 1 0 0 1-1-1V8.5a1 1 0 0 1 1-1h5.5l-1.2-1H5.5V4a1 1 0 0 1 1.633-.774L11 6.39V3a1 1 0 1 1 2 0v3.39l3.867-3.164A1 1 0 0 1 18.5 4v2.5h-2.8l-1.2 1H20a1 1 0 0 1 1 1V16a1 1 0 0 1-1 1h-.5v-3.83L15.83 9.5h-1.42l4.09 4.09V20a1 1 0 0 1-1.707.707L14 17.914V13l-1-1.086V21a1 1 0 1 1-2 0"/></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 21v-9.086L10 13v4.914l-2.793 2.793A1 1 0 0 1 5.5 20v-6.41L9.59 9.5H8.17L4.5 13.17V17H4a1 1 0 0 1-1-1V8.5a1 1 0 0 1 1-1h5.5l-1.2-1H5.5V4a1 1 0 0 1 1.633-.774L11 6.39V3a1 1 0 1 1 2 0v3.39l3.867-3.164A1 1 0 0 1 18.5 4v2.5h-2.8l-1.2 1H20a1 1 0 0 1 1 1V16a1 1 0 0 1-1 1h-.5v-3.83L15.83 9.5h-1.42l4.09 4.09V20a1 1 0 0 1-1.707.707L14 17.914V13l-1-1.086V21a1 1 0 1 1-2 0"/></svg>
</template>

CSS

.icon-perplexity-fill {
  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%2021v-9.086L10%2013v4.914l-2.793%202.793A1%201%200%200%201%205.5%2020v-6.41L9.59%209.5H8.17L4.5%2013.17V17H4a1%201%200%200%201-1-1V8.5a1%201%200%200%201%201-1h5.5l-1.2-1H5.5V4a1%201%200%200%201%201.633-.774L11%206.39V3a1%201%200%201%201%202%200v3.39l3.867-3.164A1%201%200%200%201%2018.5%204v2.5h-2.8l-1.2%201H20a1%201%200%200%201%201%201V16a1%201%200%200%201-1%201h-.5v-3.83L15.83%209.5h-1.42l4.09%204.09V20a1%201%200%200%201-1.707.707L14%2017.914V13l-1-1.086V21a1%201%200%201%201-2%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2021v-9.086L10%2013v4.914l-2.793%202.793A1%201%200%200%201%205.5%2020v-6.41L9.59%209.5H8.17L4.5%2013.17V17H4a1%201%200%200%201-1-1V8.5a1%201%200%200%201%201-1h5.5l-1.2-1H5.5V4a1%201%200%200%201%201.633-.774L11%206.39V3a1%201%200%201%201%202%200v3.39l3.867-3.164A1%201%200%200%201%2018.5%204v2.5h-2.8l-1.2%201H20a1%201%200%200%201%201%201V16a1%201%200%200%201-1%201h-.5v-3.83L15.83%209.5h-1.42l4.09%204.09V20a1%201%200%200%201-1.707.707L14%2017.914V13l-1-1.086V21a1%201%200%201%201-2%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/perplexity-fill.svg?color=%231a73e8&size=48