path2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
path2-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the path2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.15 22H9.83c-1.54 0-2.68-1.25-2.38-2.58l.52-2.32c.1-.46.51-.78.98-.78h6.09c.47 0 .87.32.98.78l.52 2.31c.32 1.43-.75 2.59-2.39 2.59m4.67-8.31l-1.07.94c-.37.32-.84.5-1.32.5H7.59c-.49 0-.97-.18-1.33-.51l-1.05-.94c-1.72-1.41-1.73-2.49-.41-4.15l5.23-6.61a3 3 0 0 1 .112-.142c.441-.52 1.128-.073 1.128.61V6.86c-.01.43.33.77.75.76c.42.01.75-.33.76-.76V3.387c0-.682.676-1.12 1.129-.609q.056.065.11.132l5.21 6.62c1.3 1.66 1.25 2.69-.41 4.16"/></svg>

React

import type { SVGProps } from "react";

export function ReiconPath2Filled(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="M14.15 22H9.83c-1.54 0-2.68-1.25-2.38-2.58l.52-2.32c.1-.46.51-.78.98-.78h6.09c.47 0 .87.32.98.78l.52 2.31c.32 1.43-.75 2.59-2.39 2.59m4.67-8.31l-1.07.94c-.37.32-.84.5-1.32.5H7.59c-.49 0-.97-.18-1.33-.51l-1.05-.94c-1.72-1.41-1.73-2.49-.41-4.15l5.23-6.61a3 3 0 0 1 .112-.142c.441-.52 1.128-.073 1.128.61V6.86c-.01.43.33.77.75.76c.42.01.75-.33.76-.76V3.387c0-.682.676-1.12 1.129-.609q.056.065.11.132l5.21 6.62c1.3 1.66 1.25 2.69-.41 4.16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.15 22H9.83c-1.54 0-2.68-1.25-2.38-2.58l.52-2.32c.1-.46.51-.78.98-.78h6.09c.47 0 .87.32.98.78l.52 2.31c.32 1.43-.75 2.59-2.39 2.59m4.67-8.31l-1.07.94c-.37.32-.84.5-1.32.5H7.59c-.49 0-.97-.18-1.33-.51l-1.05-.94c-1.72-1.41-1.73-2.49-.41-4.15l5.23-6.61a3 3 0 0 1 .112-.142c.441-.52 1.128-.073 1.128.61V6.86c-.01.43.33.77.75.76c.42.01.75-.33.76-.76V3.387c0-.682.676-1.12 1.129-.609q.056.065.11.132l5.21 6.62c1.3 1.66 1.25 2.69-.41 4.16"/></svg>
</template>

CSS

.icon-path2-filled {
  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%22M14.15%2022H9.83c-1.54%200-2.68-1.25-2.38-2.58l.52-2.32c.1-.46.51-.78.98-.78h6.09c.47%200%20.87.32.98.78l.52%202.31c.32%201.43-.75%202.59-2.39%202.59m4.67-8.31l-1.07.94c-.37.32-.84.5-1.32.5H7.59c-.49%200-.97-.18-1.33-.51l-1.05-.94c-1.72-1.41-1.73-2.49-.41-4.15l5.23-6.61a3%203%200%200%201%20.112-.142c.441-.52%201.128-.073%201.128.61V6.86c-.01.43.33.77.75.76c.42.01.75-.33.76-.76V3.387c0-.682.676-1.12%201.129-.609q.056.065.11.132l5.21%206.62c1.3%201.66%201.25%202.69-.41%204.16%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%22M14.15%2022H9.83c-1.54%200-2.68-1.25-2.38-2.58l.52-2.32c.1-.46.51-.78.98-.78h6.09c.47%200%20.87.32.98.78l.52%202.31c.32%201.43-.75%202.59-2.39%202.59m4.67-8.31l-1.07.94c-.37.32-.84.5-1.32.5H7.59c-.49%200-.97-.18-1.33-.51l-1.05-.94c-1.72-1.41-1.73-2.49-.41-4.15l5.23-6.61a3%203%200%200%201%20.112-.142c.441-.52%201.128-.073%201.128.61V6.86c-.01.43.33.77.75.76c.42.01.75-.33.76-.76V3.387c0-.682.676-1.12%201.129-.609q.056.065.11.132l5.21%206.62c1.3%201.66%201.25%202.69-.41%204.16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/path2-filled.svg?color=%231a73e8&size=48