perplexity ai icon
perplexity-ai from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- perplexity-ai
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the perplexity ai icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M6 16c-1.414 0-2.121 0-2.56-.44C3 15.122 3 14.415 3 13v-2c0-1.414 0-2.121.44-2.56C3.878 8 4.585 8 6 8h12c1.414 0 2.121 0 2.56.44c.44.439.44 1.146.44 2.56v2c0 1.414 0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44M12 2v20M5 8V2.707a.707.707 0 0 1 1.207-.5L12 8m7 0V2.707a.707.707 0 0 0-1.207-.5L12 8"/><path d="M6.649 12.906L12 8l5.351 4.906A2 2 0 0 1 18 14.38v5.927a.693.693 0 0 1-1.206.466L12 15.5l-4.794 5.273A.693.693 0 0 1 6 20.307V14.38a2 2 0 0 1 .649-1.475"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPerplexityAi(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M6 16c-1.414 0-2.121 0-2.56-.44C3 15.122 3 14.415 3 13v-2c0-1.414 0-2.121.44-2.56C3.878 8 4.585 8 6 8h12c1.414 0 2.121 0 2.56.44c.44.439.44 1.146.44 2.56v2c0 1.414 0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44M12 2v20M5 8V2.707a.707.707 0 0 1 1.207-.5L12 8m7 0V2.707a.707.707 0 0 0-1.207-.5L12 8"/><path d="M6.649 12.906L12 8l5.351 4.906A2 2 0 0 1 18 14.38v5.927a.693.693 0 0 1-1.206.466L12 15.5l-4.794 5.273A.693.693 0 0 1 6 20.307V14.38a2 2 0 0 1 .649-1.475"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M6 16c-1.414 0-2.121 0-2.56-.44C3 15.122 3 14.415 3 13v-2c0-1.414 0-2.121.44-2.56C3.878 8 4.585 8 6 8h12c1.414 0 2.121 0 2.56.44c.44.439.44 1.146.44 2.56v2c0 1.414 0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44M12 2v20M5 8V2.707a.707.707 0 0 1 1.207-.5L12 8m7 0V2.707a.707.707 0 0 0-1.207-.5L12 8"/><path d="M6.649 12.906L12 8l5.351 4.906A2 2 0 0 1 18 14.38v5.927a.693.693 0 0 1-1.206.466L12 15.5l-4.794 5.273A.693.693 0 0 1 6 20.307V14.38a2 2 0 0 1 .649-1.475"/></g></svg> </template>
CSS
.icon-perplexity-ai {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6%2016c-1.414%200-2.121%200-2.56-.44C3%2015.122%203%2014.415%203%2013v-2c0-1.414%200-2.121.44-2.56C3.878%208%204.585%208%206%208h12c1.414%200%202.121%200%202.56.44c.44.439.44%201.146.44%202.56v2c0%201.414%200%202.121-.44%202.56c-.439.44-1.146.44-2.56.44M12%202v20M5%208V2.707a.707.707%200%200%201%201.207-.5L12%208m7%200V2.707a.707.707%200%200%200-1.207-.5L12%208%22%2F%3E%3Cpath%20d%3D%22M6.649%2012.906L12%208l5.351%204.906A2%202%200%200%201%2018%2014.38v5.927a.693.693%200%200%201-1.206.466L12%2015.5l-4.794%205.273A.693.693%200%200%201%206%2020.307V14.38a2%202%200%200%201%20.649-1.475%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6%2016c-1.414%200-2.121%200-2.56-.44C3%2015.122%203%2014.415%203%2013v-2c0-1.414%200-2.121.44-2.56C3.878%208%204.585%208%206%208h12c1.414%200%202.121%200%202.56.44c.44.439.44%201.146.44%202.56v2c0%201.414%200%202.121-.44%202.56c-.439.44-1.146.44-2.56.44M12%202v20M5%208V2.707a.707.707%200%200%201%201.207-.5L12%208m7%200V2.707a.707.707%200%200%200-1.207-.5L12%208%22%2F%3E%3Cpath%20d%3D%22M6.649%2012.906L12%208l5.351%204.906A2%202%200%200%201%2018%2014.38v5.927a.693.693%200%200%201-1.206.466L12%2015.5l-4.794%205.273A.693.693%200%200%201%206%2020.307V14.38a2%202%200%200%201%20.649-1.475%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/perplexity-ai.svg?color=%231a73e8&size=48