three triangles icon

three-triangles from IconPark Outline by ByteDance · Outline · Abstract · Apache-2.0 Free for personal and commercial use.

Name
three-triangles
Set
IconPark Outline
Style
Outline
Category
Abstract
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More abstract icons from IconPark Outline

Use the three triangles icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path d="m17 7l7 12.124L29.99 29.5H4.01z"/><path d="m31 7l12.99 22.5H18.01L24 19.124zM11.01 41.5h25.98l-7-12H18.01z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M29.99 29.5L24 19.124M18.01 29.5l-7 12h25.98l-7-12zm0 0h25.98L31 7l-7 12.124zm0 0L24 19.124zm0 0h11.98zm11.98 0H4.01L17 7l7 12.124z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineThreeTriangles(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path d="m17 7l7 12.124L29.99 29.5H4.01z"/><path d="m31 7l12.99 22.5H18.01L24 19.124zM11.01 41.5h25.98l-7-12H18.01z"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M29.99 29.5L24 19.124M18.01 29.5l-7 12h25.98l-7-12zm0 0h25.98L31 7l-7 12.124zm0 0L24 19.124zm0 0h11.98zm11.98 0H4.01L17 7l7 12.124z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path d="m17 7l7 12.124L29.99 29.5H4.01z"/><path d="m31 7l12.99 22.5H18.01L24 19.124zM11.01 41.5h25.98l-7-12H18.01z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M29.99 29.5L24 19.124M18.01 29.5l-7 12h25.98l-7-12zm0 0h25.98L31 7l-7 12.124zm0 0L24 19.124zm0 0h11.98zm11.98 0H4.01L17 7l7 12.124z"/></g></svg>
</template>

CSS

.icon-three-triangles {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22m17%207l7%2012.124L29.99%2029.5H4.01z%22%2F%3E%3Cpath%20d%3D%22m31%207l12.99%2022.5H18.01L24%2019.124zM11.01%2041.5h25.98l-7-12H18.01z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M29.99%2029.5L24%2019.124M18.01%2029.5l-7%2012h25.98l-7-12zm0%200h25.98L31%207l-7%2012.124zm0%200L24%2019.124zm0%200h11.98zm11.98%200H4.01L17%207l7%2012.124z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22m17%207l7%2012.124L29.99%2029.5H4.01z%22%2F%3E%3Cpath%20d%3D%22m31%207l12.99%2022.5H18.01L24%2019.124zM11.01%2041.5h25.98l-7-12H18.01z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M29.99%2029.5L24%2019.124M18.01%2029.5l-7%2012h25.98l-7-12zm0%200h25.98L31%207l-7%2012.124zm0%200L24%2019.124zm0%200h11.98zm11.98%200H4.01L17%207l7%2012.124z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/three-triangles.svg?color=%231a73e8&size=48