like2 icon
like2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- like2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the like2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.39 18.49V8.33c0-.4.12-.79.34-1.12l2.73-4.06c.43-.65 1.5-1.11 2.41-.77c.98.33 1.63 1.43 1.42 2.41l-.52 3.27c-.04.3.04.57.21.78c.17.19.42.31.69.31h4.11c.79 0 1.47.32 1.87.88c.38.54.45 1.24.2 1.95l-2.46 7.49c-.31 1.24-1.66 2.25-3 2.25h-3.9c-.67 0-1.61-.23-2.04-.66l-1.28-.99c-.49-.37-.78-.96-.78-1.58M5.21 6.379H4.18c-1.55 0-2.18.6-2.18 2.08v10.06c0 1.48.63 2.08 2.18 2.08h1.03c1.55 0 2.18-.6 2.18-2.08V8.459c0-1.48-.63-2.08-2.18-2.08"/></svg>
React
import type { SVGProps } from "react";
export function ReiconLike2Filled(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.39 18.49V8.33c0-.4.12-.79.34-1.12l2.73-4.06c.43-.65 1.5-1.11 2.41-.77c.98.33 1.63 1.43 1.42 2.41l-.52 3.27c-.04.3.04.57.21.78c.17.19.42.31.69.31h4.11c.79 0 1.47.32 1.87.88c.38.54.45 1.24.2 1.95l-2.46 7.49c-.31 1.24-1.66 2.25-3 2.25h-3.9c-.67 0-1.61-.23-2.04-.66l-1.28-.99c-.49-.37-.78-.96-.78-1.58M5.21 6.379H4.18c-1.55 0-2.18.6-2.18 2.08v10.06c0 1.48.63 2.08 2.18 2.08h1.03c1.55 0 2.18-.6 2.18-2.08V8.459c0-1.48-.63-2.08-2.18-2.08"/></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.39 18.49V8.33c0-.4.12-.79.34-1.12l2.73-4.06c.43-.65 1.5-1.11 2.41-.77c.98.33 1.63 1.43 1.42 2.41l-.52 3.27c-.04.3.04.57.21.78c.17.19.42.31.69.31h4.11c.79 0 1.47.32 1.87.88c.38.54.45 1.24.2 1.95l-2.46 7.49c-.31 1.24-1.66 2.25-3 2.25h-3.9c-.67 0-1.61-.23-2.04-.66l-1.28-.99c-.49-.37-.78-.96-.78-1.58M5.21 6.379H4.18c-1.55 0-2.18.6-2.18 2.08v10.06c0 1.48.63 2.08 2.18 2.08h1.03c1.55 0 2.18-.6 2.18-2.08V8.459c0-1.48-.63-2.08-2.18-2.08"/></svg> </template>
CSS
.icon-like2-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%22M8.39%2018.49V8.33c0-.4.12-.79.34-1.12l2.73-4.06c.43-.65%201.5-1.11%202.41-.77c.98.33%201.63%201.43%201.42%202.41l-.52%203.27c-.04.3.04.57.21.78c.17.19.42.31.69.31h4.11c.79%200%201.47.32%201.87.88c.38.54.45%201.24.2%201.95l-2.46%207.49c-.31%201.24-1.66%202.25-3%202.25h-3.9c-.67%200-1.61-.23-2.04-.66l-1.28-.99c-.49-.37-.78-.96-.78-1.58M5.21%206.379H4.18c-1.55%200-2.18.6-2.18%202.08v10.06c0%201.48.63%202.08%202.18%202.08h1.03c1.55%200%202.18-.6%202.18-2.08V8.459c0-1.48-.63-2.08-2.18-2.08%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.39%2018.49V8.33c0-.4.12-.79.34-1.12l2.73-4.06c.43-.65%201.5-1.11%202.41-.77c.98.33%201.63%201.43%201.42%202.41l-.52%203.27c-.04.3.04.57.21.78c.17.19.42.31.69.31h4.11c.79%200%201.47.32%201.87.88c.38.54.45%201.24.2%201.95l-2.46%207.49c-.31%201.24-1.66%202.25-3%202.25h-3.9c-.67%200-1.61-.23-2.04-.66l-1.28-.99c-.49-.37-.78-.96-.78-1.58M5.21%206.379H4.18c-1.55%200-2.18.6-2.18%202.08v10.06c0%201.48.63%202.08%202.18%202.08h1.03c1.55%200%202.18-.6%202.18-2.08V8.459c0-1.48-.63-2.08-2.18-2.08%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/like2-filled.svg?color=%231a73e8&size=48