x-triangle-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
x-triangle-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

Related icons in Myna UI Icons

Use the x triangle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.583 4.507c-.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-.769c-1.287-2.534-2.292-4.514-3.24-5.852C14.462 3.159 13.418 2.25 12 2.25s-2.462.91-3.417 2.257m.887 6.463a.75.75 0 0 1 1.06 0L12 12.44l1.47-1.47a.75.75 0 1 1 1.06 1.06l-1.47 1.47l1.47 1.47a.75.75 0 1 1-1.06 1.06L12 14.56l-1.47 1.47a.75.75 0 1 1-1.06-1.06l1.47-1.47l-1.47-1.47a.75.75 0 0 1 0-1.06"/></svg>

React

import type { SVGProps } from "react";

export function MynauiXTriangleSolid(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="M8.583 4.507c-.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-.769c-1.287-2.534-2.292-4.514-3.24-5.852C14.462 3.159 13.418 2.25 12 2.25s-2.462.91-3.417 2.257m.887 6.463a.75.75 0 0 1 1.06 0L12 12.44l1.47-1.47a.75.75 0 1 1 1.06 1.06l-1.47 1.47l1.47 1.47a.75.75 0 1 1-1.06 1.06L12 14.56l-1.47 1.47a.75.75 0 1 1-1.06-1.06l1.47-1.47l-1.47-1.47a.75.75 0 0 1 0-1.06"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.583 4.507c-.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-.769c-1.287-2.534-2.292-4.514-3.24-5.852C14.462 3.159 13.418 2.25 12 2.25s-2.462.91-3.417 2.257m.887 6.463a.75.75 0 0 1 1.06 0L12 12.44l1.47-1.47a.75.75 0 1 1 1.06 1.06l-1.47 1.47l1.47 1.47a.75.75 0 1 1-1.06 1.06L12 14.56l-1.47 1.47a.75.75 0 1 1-1.06-1.06l1.47-1.47l-1.47-1.47a.75.75 0 0 1 0-1.06"/></svg>
</template>

CSS

.icon-x-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%22M8.583%204.507c-.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-.769c-1.287-2.534-2.292-4.514-3.24-5.852C14.462%203.159%2013.418%202.25%2012%202.25s-2.462.91-3.417%202.257m.887%206.463a.75.75%200%200%201%201.06%200L12%2012.44l1.47-1.47a.75.75%200%201%201%201.06%201.06l-1.47%201.47l1.47%201.47a.75.75%200%201%201-1.06%201.06L12%2014.56l-1.47%201.47a.75.75%200%201%201-1.06-1.06l1.47-1.47l-1.47-1.47a.75.75%200%200%201%200-1.06%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%22M8.583%204.507c-.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-.769c-1.287-2.534-2.292-4.514-3.24-5.852C14.462%203.159%2013.418%202.25%2012%202.25s-2.462.91-3.417%202.257m.887%206.463a.75.75%200%200%201%201.06%200L12%2012.44l1.47-1.47a.75.75%200%201%201%201.06%201.06l-1.47%201.47l1.47%201.47a.75.75%200%201%201-1.06%201.06L12%2014.56l-1.47%201.47a.75.75%200%201%201-1.06-1.06l1.47-1.47l-1.47-1.47a.75.75%200%200%201%200-1.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/x-triangle-solid.svg?color=%231a73e8&size=48