red triangle pointed down emoji

red-triangle-pointed-down from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.

Name
red-triangle-pointed-down
Set
Noto Emoji
Style
Default
Category
Symbols
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More symbols icons from Noto Emoji

Use the red triangle pointed down emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#c33" d="m61.32 90l-28-48.5a3.68 3.68 0 0 1 3.3-5.4h56c2.03-.03 3.7 1.6 3.73 3.63c.01.62-.14 1.22-.43 1.77l-28 48.5a3.64 3.64 0 0 1-4.84 1.76c-.78-.35-1.4-.98-1.76-1.76"/><path fill="#f44336" d="M58.59 85.3L33.09 41a3.378 3.378 0 0 1 3-4.9h51a3.35 3.35 0 0 1 3.37 3.35c0 .54-.13 1.07-.37 1.55l-25.4 44.3a3.418 3.418 0 0 1-6.1 0"/><path fill="#ff8a80" d="M44.6 43.58c1.02 1.14 18.79 30.98 18.79 30.98s1.52 2.29-.25 3.68c-1.78 1.4-3.43 0-4.19-1.14S42.06 49.17 41.43 47.9a4.45 4.45 0 0 1 .63-4.32c.89-.89 1.91-.89 2.54 0"/></svg>

React

import type { SVGProps } from "react";

export function NotoRedTrianglePointedDown(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#c33" d="m61.32 90l-28-48.5a3.68 3.68 0 0 1 3.3-5.4h56c2.03-.03 3.7 1.6 3.73 3.63c.01.62-.14 1.22-.43 1.77l-28 48.5a3.64 3.64 0 0 1-4.84 1.76c-.78-.35-1.4-.98-1.76-1.76"/><path fill="#f44336" d="M58.59 85.3L33.09 41a3.378 3.378 0 0 1 3-4.9h51a3.35 3.35 0 0 1 3.37 3.35c0 .54-.13 1.07-.37 1.55l-25.4 44.3a3.418 3.418 0 0 1-6.1 0"/><path fill="#ff8a80" d="M44.6 43.58c1.02 1.14 18.79 30.98 18.79 30.98s1.52 2.29-.25 3.68c-1.78 1.4-3.43 0-4.19-1.14S42.06 49.17 41.43 47.9a4.45 4.45 0 0 1 .63-4.32c.89-.89 1.91-.89 2.54 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#c33" d="m61.32 90l-28-48.5a3.68 3.68 0 0 1 3.3-5.4h56c2.03-.03 3.7 1.6 3.73 3.63c.01.62-.14 1.22-.43 1.77l-28 48.5a3.64 3.64 0 0 1-4.84 1.76c-.78-.35-1.4-.98-1.76-1.76"/><path fill="#f44336" d="M58.59 85.3L33.09 41a3.378 3.378 0 0 1 3-4.9h51a3.35 3.35 0 0 1 3.37 3.35c0 .54-.13 1.07-.37 1.55l-25.4 44.3a3.418 3.418 0 0 1-6.1 0"/><path fill="#ff8a80" d="M44.6 43.58c1.02 1.14 18.79 30.98 18.79 30.98s1.52 2.29-.25 3.68c-1.78 1.4-3.43 0-4.19-1.14S42.06 49.17 41.43 47.9a4.45 4.45 0 0 1 .63-4.32c.89-.89 1.91-.89 2.54 0"/></svg>
</template>

CSS

.icon-red-triangle-pointed-down {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%23c33%22%20d%3D%22m61.32%2090l-28-48.5a3.68%203.68%200%200%201%203.3-5.4h56c2.03-.03%203.7%201.6%203.73%203.63c.01.62-.14%201.22-.43%201.77l-28%2048.5a3.64%203.64%200%200%201-4.84%201.76c-.78-.35-1.4-.98-1.76-1.76%22%2F%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M58.59%2085.3L33.09%2041a3.378%203.378%200%200%201%203-4.9h51a3.35%203.35%200%200%201%203.37%203.35c0%20.54-.13%201.07-.37%201.55l-25.4%2044.3a3.418%203.418%200%200%201-6.1%200%22%2F%3E%3Cpath%20fill%3D%22%23ff8a80%22%20d%3D%22M44.6%2043.58c1.02%201.14%2018.79%2030.98%2018.79%2030.98s1.52%202.29-.25%203.68c-1.78%201.4-3.43%200-4.19-1.14S42.06%2049.17%2041.43%2047.9a4.45%204.45%200%200%201%20.63-4.32c.89-.89%201.91-.89%202.54%200%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23c33%22%20d%3D%22m61.32%2090l-28-48.5a3.68%203.68%200%200%201%203.3-5.4h56c2.03-.03%203.7%201.6%203.73%203.63c.01.62-.14%201.22-.43%201.77l-28%2048.5a3.64%203.64%200%200%201-4.84%201.76c-.78-.35-1.4-.98-1.76-1.76%22%2F%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M58.59%2085.3L33.09%2041a3.378%203.378%200%200%201%203-4.9h51a3.35%203.35%200%200%201%203.37%203.35c0%20.54-.13%201.07-.37%201.55l-25.4%2044.3a3.418%203.418%200%200%201-6.1%200%22%2F%3E%3Cpath%20fill%3D%22%23ff8a80%22%20d%3D%22M44.6%2043.58c1.02%201.14%2018.79%2030.98%2018.79%2030.98s1.52%202.29-.25%203.68c-1.78%201.4-3.43%200-4.19-1.14S42.06%2049.17%2041.43%2047.9a4.45%204.45%200%200%201%20.63-4.32c.89-.89%201.91-.89%202.54%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/red-triangle-pointed-down.svg?color=%231a73e8&size=48