triangle dashed icon
triangle-dashed-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- triangle-dashed-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the triangle dashed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M164 216a12 12 0 0 1-12 12h-48a12 12 0 0 1 0-24h48a12 12 0 0 1 12 12m76.26-29.9l-4.66-8.1a12 12 0 1 0-20.79 12l4.65 8.08a3.56 3.56 0 0 1 0 3.73a4.46 4.46 0 0 1-4 2.2H192a12 12 0 0 0 0 24h23.46a28.31 28.31 0 0 0 24.79-14.19a27.47 27.47 0 0 0 .01-27.72M64 204H40.55a4.46 4.46 0 0 1-4-2.2a3.56 3.56 0 0 1 0-3.73l4.64-8.07a12 12 0 1 0-20.79-12l-4.66 8.09a27.47 27.47 0 0 0 0 27.71A28.31 28.31 0 0 0 40.55 228H64a12 12 0 0 0 0-24m138.17-48a12 12 0 0 0 10.39-18l-23-40a12 12 0 0 0-20.8 12l23 40a12 12 0 0 0 10.42 6ZM166.5 58l-13.69-23.77a28.74 28.74 0 0 0-49.62 0L89.5 58a12 12 0 1 0 20.79 12L124 46.2a4.75 4.75 0 0 1 8 0L145.71 70a12 12 0 0 0 10.41 6a11.87 11.87 0 0 0 6-1.6A12 12 0 0 0 166.5 58M82.85 93.6A12 12 0 0 0 66.46 98l-23 40a12 12 0 0 0 20.8 12l23-40a12 12 0 0 0-4.41-16.4"/></svg>
React
import type { SVGProps } from "react";
export function PhTriangleDashedBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M164 216a12 12 0 0 1-12 12h-48a12 12 0 0 1 0-24h48a12 12 0 0 1 12 12m76.26-29.9l-4.66-8.1a12 12 0 1 0-20.79 12l4.65 8.08a3.56 3.56 0 0 1 0 3.73a4.46 4.46 0 0 1-4 2.2H192a12 12 0 0 0 0 24h23.46a28.31 28.31 0 0 0 24.79-14.19a27.47 27.47 0 0 0 .01-27.72M64 204H40.55a4.46 4.46 0 0 1-4-2.2a3.56 3.56 0 0 1 0-3.73l4.64-8.07a12 12 0 1 0-20.79-12l-4.66 8.09a27.47 27.47 0 0 0 0 27.71A28.31 28.31 0 0 0 40.55 228H64a12 12 0 0 0 0-24m138.17-48a12 12 0 0 0 10.39-18l-23-40a12 12 0 0 0-20.8 12l23 40a12 12 0 0 0 10.42 6ZM166.5 58l-13.69-23.77a28.74 28.74 0 0 0-49.62 0L89.5 58a12 12 0 1 0 20.79 12L124 46.2a4.75 4.75 0 0 1 8 0L145.71 70a12 12 0 0 0 10.41 6a11.87 11.87 0 0 0 6-1.6A12 12 0 0 0 166.5 58M82.85 93.6A12 12 0 0 0 66.46 98l-23 40a12 12 0 0 0 20.8 12l23-40a12 12 0 0 0-4.41-16.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M164 216a12 12 0 0 1-12 12h-48a12 12 0 0 1 0-24h48a12 12 0 0 1 12 12m76.26-29.9l-4.66-8.1a12 12 0 1 0-20.79 12l4.65 8.08a3.56 3.56 0 0 1 0 3.73a4.46 4.46 0 0 1-4 2.2H192a12 12 0 0 0 0 24h23.46a28.31 28.31 0 0 0 24.79-14.19a27.47 27.47 0 0 0 .01-27.72M64 204H40.55a4.46 4.46 0 0 1-4-2.2a3.56 3.56 0 0 1 0-3.73l4.64-8.07a12 12 0 1 0-20.79-12l-4.66 8.09a27.47 27.47 0 0 0 0 27.71A28.31 28.31 0 0 0 40.55 228H64a12 12 0 0 0 0-24m138.17-48a12 12 0 0 0 10.39-18l-23-40a12 12 0 0 0-20.8 12l23 40a12 12 0 0 0 10.42 6ZM166.5 58l-13.69-23.77a28.74 28.74 0 0 0-49.62 0L89.5 58a12 12 0 1 0 20.79 12L124 46.2a4.75 4.75 0 0 1 8 0L145.71 70a12 12 0 0 0 10.41 6a11.87 11.87 0 0 0 6-1.6A12 12 0 0 0 166.5 58M82.85 93.6A12 12 0 0 0 66.46 98l-23 40a12 12 0 0 0 20.8 12l23-40a12 12 0 0 0-4.41-16.4"/></svg> </template>
CSS
.icon-triangle-dashed-bold {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M164%20216a12%2012%200%200%201-12%2012h-48a12%2012%200%200%201%200-24h48a12%2012%200%200%201%2012%2012m76.26-29.9l-4.66-8.1a12%2012%200%201%200-20.79%2012l4.65%208.08a3.56%203.56%200%200%201%200%203.73a4.46%204.46%200%200%201-4%202.2H192a12%2012%200%200%200%200%2024h23.46a28.31%2028.31%200%200%200%2024.79-14.19a27.47%2027.47%200%200%200%20.01-27.72M64%20204H40.55a4.46%204.46%200%200%201-4-2.2a3.56%203.56%200%200%201%200-3.73l4.64-8.07a12%2012%200%201%200-20.79-12l-4.66%208.09a27.47%2027.47%200%200%200%200%2027.71A28.31%2028.31%200%200%200%2040.55%20228H64a12%2012%200%200%200%200-24m138.17-48a12%2012%200%200%200%2010.39-18l-23-40a12%2012%200%200%200-20.8%2012l23%2040a12%2012%200%200%200%2010.42%206ZM166.5%2058l-13.69-23.77a28.74%2028.74%200%200%200-49.62%200L89.5%2058a12%2012%200%201%200%2020.79%2012L124%2046.2a4.75%204.75%200%200%201%208%200L145.71%2070a12%2012%200%200%200%2010.41%206a11.87%2011.87%200%200%200%206-1.6A12%2012%200%200%200%20166.5%2058M82.85%2093.6A12%2012%200%200%200%2066.46%2098l-23%2040a12%2012%200%200%200%2020.8%2012l23-40a12%2012%200%200%200-4.41-16.4%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M164%20216a12%2012%200%200%201-12%2012h-48a12%2012%200%200%201%200-24h48a12%2012%200%200%201%2012%2012m76.26-29.9l-4.66-8.1a12%2012%200%201%200-20.79%2012l4.65%208.08a3.56%203.56%200%200%201%200%203.73a4.46%204.46%200%200%201-4%202.2H192a12%2012%200%200%200%200%2024h23.46a28.31%2028.31%200%200%200%2024.79-14.19a27.47%2027.47%200%200%200%20.01-27.72M64%20204H40.55a4.46%204.46%200%200%201-4-2.2a3.56%203.56%200%200%201%200-3.73l4.64-8.07a12%2012%200%201%200-20.79-12l-4.66%208.09a27.47%2027.47%200%200%200%200%2027.71A28.31%2028.31%200%200%200%2040.55%20228H64a12%2012%200%200%200%200-24m138.17-48a12%2012%200%200%200%2010.39-18l-23-40a12%2012%200%200%200-20.8%2012l23%2040a12%2012%200%200%200%2010.42%206ZM166.5%2058l-13.69-23.77a28.74%2028.74%200%200%200-49.62%200L89.5%2058a12%2012%200%201%200%2020.79%2012L124%2046.2a4.75%204.75%200%200%201%208%200L145.71%2070a12%2012%200%200%200%2010.41%206a11.87%2011.87%200%200%200%206-1.6A12%2012%200%200%200%20166.5%2058M82.85%2093.6A12%2012%200%200%200%2066.46%2098l-23%2040a12%2012%200%200%200%2020.8%2012l23-40a12%2012%200%200%200-4.41-16.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/triangle-dashed-bold.svg?color=%231a73e8&size=48