triangle icon
triangle-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- triangle-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
triangleAkar IconstriangleBootstrap IconstriangleFramework7 IconstriangleFeather Iconstriangle-12-filledFluent UI System IconstriangleHuge IconstriangleHumbleiconstriangleIconParktriangleIconPark OutlinetriangleIconPark SolidtriangleIconPark TwoTonetriangleIconoirtriangleIonIconstriangleJam IconstriangleLucidetriangleMaterial Design Iconstriangle-fillMingCute Icontriangle-16OcticonstrianglePhosphortriangle-fillRemix IcontriangleTabler Iconstriangle-outlineTeenyiconstriangleUniconstriangleUnicons Monochrome
Related icons in Myna UI Icons
Use the triangle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2.25c-1.418 0-2.462.91-3.417 2.257c-.948 1.338-1.953 3.318-3.24 5.853l-.39.768c-1.065 2.098-1.904 3.75-2.344 5.076c-.448 1.348-.55 2.552.121 3.623c.67 1.066 1.801 1.511 3.22 1.719c1.398.204 3.272.204 5.656.204h.788c2.384 0 4.258 0 5.656-.204c1.419-.208 2.55-.653 3.22-1.72c.671-1.07.569-2.274.12-3.622c-.44-1.325-1.278-2.978-2.343-5.076l-.39-.768c-1.287-2.535-2.292-4.515-3.24-5.853C14.462 3.159 13.418 2.25 12 2.25"/></svg>
React
import type { SVGProps } from "react";
export function MynauiTriangleSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2.25c-1.418 0-2.462.91-3.417 2.257c-.948 1.338-1.953 3.318-3.24 5.853l-.39.768c-1.065 2.098-1.904 3.75-2.344 5.076c-.448 1.348-.55 2.552.121 3.623c.67 1.066 1.801 1.511 3.22 1.719c1.398.204 3.272.204 5.656.204h.788c2.384 0 4.258 0 5.656-.204c1.419-.208 2.55-.653 3.22-1.72c.671-1.07.569-2.274.12-3.622c-.44-1.325-1.278-2.978-2.343-5.076l-.39-.768c-1.287-2.535-2.292-4.515-3.24-5.853C14.462 3.159 13.418 2.25 12 2.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2.25c-1.418 0-2.462.91-3.417 2.257c-.948 1.338-1.953 3.318-3.24 5.853l-.39.768c-1.065 2.098-1.904 3.75-2.344 5.076c-.448 1.348-.55 2.552.121 3.623c.67 1.066 1.801 1.511 3.22 1.719c1.398.204 3.272.204 5.656.204h.788c2.384 0 4.258 0 5.656-.204c1.419-.208 2.55-.653 3.22-1.72c.671-1.07.569-2.274.12-3.622c-.44-1.325-1.278-2.978-2.343-5.076l-.39-.768c-1.287-2.535-2.292-4.515-3.24-5.853C14.462 3.159 13.418 2.25 12 2.25"/></svg> </template>
CSS
.icon-triangle-solid {
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%22currentColor%22%20d%3D%22M12%202.25c-1.418%200-2.462.91-3.417%202.257c-.948%201.338-1.953%203.318-3.24%205.853l-.39.768c-1.065%202.098-1.904%203.75-2.344%205.076c-.448%201.348-.55%202.552.121%203.623c.67%201.066%201.801%201.511%203.22%201.719c1.398.204%203.272.204%205.656.204h.788c2.384%200%204.258%200%205.656-.204c1.419-.208%202.55-.653%203.22-1.72c.671-1.07.569-2.274.12-3.622c-.44-1.325-1.278-2.978-2.343-5.076l-.39-.768c-1.287-2.535-2.292-4.515-3.24-5.853C14.462%203.159%2013.418%202.25%2012%202.25%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%22currentColor%22%20d%3D%22M12%202.25c-1.418%200-2.462.91-3.417%202.257c-.948%201.338-1.953%203.318-3.24%205.853l-.39.768c-1.065%202.098-1.904%203.75-2.344%205.076c-.448%201.348-.55%202.552.121%203.623c.67%201.066%201.801%201.511%203.22%201.719c1.398.204%203.272.204%205.656.204h.788c2.384%200%204.258%200%205.656-.204c1.419-.208%202.55-.653%203.22-1.72c.671-1.07.569-2.274.12-3.622c-.44-1.325-1.278-2.978-2.343-5.076l-.39-.768c-1.287-2.535-2.292-4.515-3.24-5.853C14.462%203.159%2013.418%202.25%2012%202.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/triangle-solid.svg?color=%231a73e8&size=48