triangle dashed icon
triangle-dashed-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- triangle-dashed-thin
- Set
- Phosphor
- Style
- Thin
- 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="M156 216a4 4 0 0 1-4 4h-48a4 4 0 0 1 0-8h48a4 4 0 0 1 4 4m77.34-25.91l-4.66-8.09a4 4 0 1 0-6.93 4l4.65 8.08a11.45 11.45 0 0 1 0 11.72a12.47 12.47 0 0 1-10.94 6.2H192a4 4 0 0 0 0 8h23.46a20.36 20.36 0 0 0 17.86-10.2a19.52 19.52 0 0 0 .02-19.71M64 212H40.54a12.47 12.47 0 0 1-10.94-6.2a11.45 11.45 0 0 1 0-11.72l4.65-8.08a4 4 0 1 0-6.93-4l-4.66 8.09a19.52 19.52 0 0 0 0 19.71A20.36 20.36 0 0 0 40.54 220H64a4 4 0 0 0 0-8m138.18-64a4 4 0 0 0 3.47-6l-23-40a4 4 0 1 0-6.93 4l23 40a4 4 0 0 0 3.46 2m-56.3-109.78a20.75 20.75 0 0 0-35.76 0L96.42 62a4 4 0 1 0 6.94 4l13.69-23.79a12.76 12.76 0 0 1 21.9 0L152.64 66a4 4 0 0 0 6.94-4Zm-67 62.31a4 4 0 0 0-5.49 1.47l-23 40a4 4 0 0 0 6.94 4l23-40a4 4 0 0 0-1.48-5.47Z"/></svg>
React
import type { SVGProps } from "react";
export function PhTriangleDashedThin(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="M156 216a4 4 0 0 1-4 4h-48a4 4 0 0 1 0-8h48a4 4 0 0 1 4 4m77.34-25.91l-4.66-8.09a4 4 0 1 0-6.93 4l4.65 8.08a11.45 11.45 0 0 1 0 11.72a12.47 12.47 0 0 1-10.94 6.2H192a4 4 0 0 0 0 8h23.46a20.36 20.36 0 0 0 17.86-10.2a19.52 19.52 0 0 0 .02-19.71M64 212H40.54a12.47 12.47 0 0 1-10.94-6.2a11.45 11.45 0 0 1 0-11.72l4.65-8.08a4 4 0 1 0-6.93-4l-4.66 8.09a19.52 19.52 0 0 0 0 19.71A20.36 20.36 0 0 0 40.54 220H64a4 4 0 0 0 0-8m138.18-64a4 4 0 0 0 3.47-6l-23-40a4 4 0 1 0-6.93 4l23 40a4 4 0 0 0 3.46 2m-56.3-109.78a20.75 20.75 0 0 0-35.76 0L96.42 62a4 4 0 1 0 6.94 4l13.69-23.79a12.76 12.76 0 0 1 21.9 0L152.64 66a4 4 0 0 0 6.94-4Zm-67 62.31a4 4 0 0 0-5.49 1.47l-23 40a4 4 0 0 0 6.94 4l23-40a4 4 0 0 0-1.48-5.47Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M156 216a4 4 0 0 1-4 4h-48a4 4 0 0 1 0-8h48a4 4 0 0 1 4 4m77.34-25.91l-4.66-8.09a4 4 0 1 0-6.93 4l4.65 8.08a11.45 11.45 0 0 1 0 11.72a12.47 12.47 0 0 1-10.94 6.2H192a4 4 0 0 0 0 8h23.46a20.36 20.36 0 0 0 17.86-10.2a19.52 19.52 0 0 0 .02-19.71M64 212H40.54a12.47 12.47 0 0 1-10.94-6.2a11.45 11.45 0 0 1 0-11.72l4.65-8.08a4 4 0 1 0-6.93-4l-4.66 8.09a19.52 19.52 0 0 0 0 19.71A20.36 20.36 0 0 0 40.54 220H64a4 4 0 0 0 0-8m138.18-64a4 4 0 0 0 3.47-6l-23-40a4 4 0 1 0-6.93 4l23 40a4 4 0 0 0 3.46 2m-56.3-109.78a20.75 20.75 0 0 0-35.76 0L96.42 62a4 4 0 1 0 6.94 4l13.69-23.79a12.76 12.76 0 0 1 21.9 0L152.64 66a4 4 0 0 0 6.94-4Zm-67 62.31a4 4 0 0 0-5.49 1.47l-23 40a4 4 0 0 0 6.94 4l23-40a4 4 0 0 0-1.48-5.47Z"/></svg> </template>
CSS
.icon-triangle-dashed-thin {
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%22M156%20216a4%204%200%200%201-4%204h-48a4%204%200%200%201%200-8h48a4%204%200%200%201%204%204m77.34-25.91l-4.66-8.09a4%204%200%201%200-6.93%204l4.65%208.08a11.45%2011.45%200%200%201%200%2011.72a12.47%2012.47%200%200%201-10.94%206.2H192a4%204%200%200%200%200%208h23.46a20.36%2020.36%200%200%200%2017.86-10.2a19.52%2019.52%200%200%200%20.02-19.71M64%20212H40.54a12.47%2012.47%200%200%201-10.94-6.2a11.45%2011.45%200%200%201%200-11.72l4.65-8.08a4%204%200%201%200-6.93-4l-4.66%208.09a19.52%2019.52%200%200%200%200%2019.71A20.36%2020.36%200%200%200%2040.54%20220H64a4%204%200%200%200%200-8m138.18-64a4%204%200%200%200%203.47-6l-23-40a4%204%200%201%200-6.93%204l23%2040a4%204%200%200%200%203.46%202m-56.3-109.78a20.75%2020.75%200%200%200-35.76%200L96.42%2062a4%204%200%201%200%206.94%204l13.69-23.79a12.76%2012.76%200%200%201%2021.9%200L152.64%2066a4%204%200%200%200%206.94-4Zm-67%2062.31a4%204%200%200%200-5.49%201.47l-23%2040a4%204%200%200%200%206.94%204l23-40a4%204%200%200%200-1.48-5.47Z%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%22M156%20216a4%204%200%200%201-4%204h-48a4%204%200%200%201%200-8h48a4%204%200%200%201%204%204m77.34-25.91l-4.66-8.09a4%204%200%201%200-6.93%204l4.65%208.08a11.45%2011.45%200%200%201%200%2011.72a12.47%2012.47%200%200%201-10.94%206.2H192a4%204%200%200%200%200%208h23.46a20.36%2020.36%200%200%200%2017.86-10.2a19.52%2019.52%200%200%200%20.02-19.71M64%20212H40.54a12.47%2012.47%200%200%201-10.94-6.2a11.45%2011.45%200%200%201%200-11.72l4.65-8.08a4%204%200%201%200-6.93-4l-4.66%208.09a19.52%2019.52%200%200%200%200%2019.71A20.36%2020.36%200%200%200%2040.54%20220H64a4%204%200%200%200%200-8m138.18-64a4%204%200%200%200%203.47-6l-23-40a4%204%200%201%200-6.93%204l23%2040a4%204%200%200%200%203.46%202m-56.3-109.78a20.75%2020.75%200%200%200-35.76%200L96.42%2062a4%204%200%201%200%206.94%204l13.69-23.79a12.76%2012.76%200%200%201%2021.9%200L152.64%2066a4%204%200%200%200%206.94-4Zm-67%2062.31a4%204%200%200%200-5.49%201.47l-23%2040a4%204%200%200%200%206.94%204l23-40a4%204%200%200%200-1.48-5.47Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/triangle-dashed-thin.svg?color=%231a73e8&size=48