tipi-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
tipi-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the tipi icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M184.32 216H71.68L128 128Z" opacity=".2"/><path d="M238.74 211.69L137.5 53.5l21.24-33.19a8 8 0 0 0-13.48-8.62L128 38.66l-17.26-27a8 8 0 1 0-13.48 8.62L118.5 53.5L17.26 211.69A8 8 0 0 0 24 224h208a8 8 0 0 0 6.74-12.31M86.3 208l41.7-65.16L169.7 208Zm102.4 0l-54-84.31a8 8 0 0 0-13.48 0L67.3 208H38.62L128 68.34L217.38 208Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhTipiDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M184.32 216H71.68L128 128Z" opacity=".2"/><path d="M238.74 211.69L137.5 53.5l21.24-33.19a8 8 0 0 0-13.48-8.62L128 38.66l-17.26-27a8 8 0 1 0-13.48 8.62L118.5 53.5L17.26 211.69A8 8 0 0 0 24 224h208a8 8 0 0 0 6.74-12.31M86.3 208l41.7-65.16L169.7 208Zm102.4 0l-54-84.31a8 8 0 0 0-13.48 0L67.3 208H38.62L128 68.34L217.38 208Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M184.32 216H71.68L128 128Z" opacity=".2"/><path d="M238.74 211.69L137.5 53.5l21.24-33.19a8 8 0 0 0-13.48-8.62L128 38.66l-17.26-27a8 8 0 1 0-13.48 8.62L118.5 53.5L17.26 211.69A8 8 0 0 0 24 224h208a8 8 0 0 0 6.74-12.31M86.3 208l41.7-65.16L169.7 208Zm102.4 0l-54-84.31a8 8 0 0 0-13.48 0L67.3 208H38.62L128 68.34L217.38 208Z"/></g></svg>
</template>

CSS

.icon-tipi-duotone {
  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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M184.32%20216H71.68L128%20128Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M238.74%20211.69L137.5%2053.5l21.24-33.19a8%208%200%200%200-13.48-8.62L128%2038.66l-17.26-27a8%208%200%201%200-13.48%208.62L118.5%2053.5L17.26%20211.69A8%208%200%200%200%2024%20224h208a8%208%200%200%200%206.74-12.31M86.3%20208l41.7-65.16L169.7%20208Zm102.4%200l-54-84.31a8%208%200%200%200-13.48%200L67.3%20208H38.62L128%2068.34L217.38%20208Z%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M184.32%20216H71.68L128%20128Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M238.74%20211.69L137.5%2053.5l21.24-33.19a8%208%200%200%200-13.48-8.62L128%2038.66l-17.26-27a8%208%200%201%200-13.48%208.62L118.5%2053.5L17.26%20211.69A8%208%200%200%200%2024%20224h208a8%208%200%200%200%206.74-12.31M86.3%20208l41.7-65.16L169.7%20208Zm102.4%200l-54-84.31a8%208%200%200%200-13.48%200L67.3%20208H38.62L128%2068.34L217.38%20208Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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