triangle dashed icon
triangle-dashed from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- triangle-dashed
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the triangle dashed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13.925 3.978C13.298 3.326 12.695 3 12 3s-1.298.326-1.925.978M16.353 7.5q.353.588.746 1.253l.443.747m-9.895-2L6.9 8.753l-.443.747m12.864 3c.434.734.825 1.398 1.163 2m-15.807-2a107 107 0 0 0-1.163 2M21.97 18c.08.566.005 1.051-.246 1.494c-.334.59-.892.948-1.724 1.166M2.03 18c-.08.566-.004 1.051.246 1.494c.334.59.892.948 1.724 1.166m12 .334Q15.082 21 14 21m-4 0q-1.082.001-2-.006"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTriangleDashed(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M13.925 3.978C13.298 3.326 12.695 3 12 3s-1.298.326-1.925.978M16.353 7.5q.353.588.746 1.253l.443.747m-9.895-2L6.9 8.753l-.443.747m12.864 3c.434.734.825 1.398 1.163 2m-15.807-2a107 107 0 0 0-1.163 2M21.97 18c.08.566.005 1.051-.246 1.494c-.334.59-.892.948-1.724 1.166M2.03 18c-.08.566-.004 1.051.246 1.494c.334.59.892.948 1.724 1.166m12 .334Q15.082 21 14 21m-4 0q-1.082.001-2-.006"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13.925 3.978C13.298 3.326 12.695 3 12 3s-1.298.326-1.925.978M16.353 7.5q.353.588.746 1.253l.443.747m-9.895-2L6.9 8.753l-.443.747m12.864 3c.434.734.825 1.398 1.163 2m-15.807-2a107 107 0 0 0-1.163 2M21.97 18c.08.566.005 1.051-.246 1.494c-.334.59-.892.948-1.724 1.166M2.03 18c-.08.566-.004 1.051.246 1.494c.334.59.892.948 1.724 1.166m12 .334Q15.082 21 14 21m-4 0q-1.082.001-2-.006"/></svg> </template>
CSS
.icon-triangle-dashed {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M13.925%203.978C13.298%203.326%2012.695%203%2012%203s-1.298.326-1.925.978M16.353%207.5q.353.588.746%201.253l.443.747m-9.895-2L6.9%208.753l-.443.747m12.864%203c.434.734.825%201.398%201.163%202m-15.807-2a107%20107%200%200%200-1.163%202M21.97%2018c.08.566.005%201.051-.246%201.494c-.334.59-.892.948-1.724%201.166M2.03%2018c-.08.566-.004%201.051.246%201.494c.334.59.892.948%201.724%201.166m12%20.334Q15.082%2021%2014%2021m-4%200q-1.082.001-2-.006%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M13.925%203.978C13.298%203.326%2012.695%203%2012%203s-1.298.326-1.925.978M16.353%207.5q.353.588.746%201.253l.443.747m-9.895-2L6.9%208.753l-.443.747m12.864%203c.434.734.825%201.398%201.163%202m-15.807-2a107%20107%200%200%200-1.163%202M21.97%2018c.08.566.005%201.051-.246%201.494c-.334.59-.892.948-1.724%201.166M2.03%2018c-.08.566-.004%201.051.246%201.494c.334.59.892.948%201.724%201.166m12%20.334Q15.082%2021%2014%2021m-4%200q-1.082.001-2-.006%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/triangle-dashed.svg?color=%231a73e8&size=48