carambola-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
carambola-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

Use the carambola icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.108 22.085c-1.266-.068-2.924-.859-5.071-2.355l-.04-.027l-.037.027c-2.147 1.497-3.804 2.288-5.072 2.356l-.178.005c-2.747 0-3.097-2.64-1.718-7.244l.054-.178l-.1-.075C-1.11 9.956-.1 6.746 7.5 6.528l.202-.005l.115-.326c1.184-3.33 2.426-5.085 4.027-5.192L12 1c1.674 0 2.957 1.76 4.182 5.197l.114.326l.204.005c7.6.218 8.61 3.428 2.553 8.065l-.102.075l.055.178c1.35 4.512 1.04 7.137-1.556 7.24l-.163.003z"/></svg>

React

import type { SVGProps } from "react";

export function TablerCarambolaFilled(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="M17.108 22.085c-1.266-.068-2.924-.859-5.071-2.355l-.04-.027l-.037.027c-2.147 1.497-3.804 2.288-5.072 2.356l-.178.005c-2.747 0-3.097-2.64-1.718-7.244l.054-.178l-.1-.075C-1.11 9.956-.1 6.746 7.5 6.528l.202-.005l.115-.326c1.184-3.33 2.426-5.085 4.027-5.192L12 1c1.674 0 2.957 1.76 4.182 5.197l.114.326l.204.005c7.6.218 8.61 3.428 2.553 8.065l-.102.075l.055.178c1.35 4.512 1.04 7.137-1.556 7.24l-.163.003z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.108 22.085c-1.266-.068-2.924-.859-5.071-2.355l-.04-.027l-.037.027c-2.147 1.497-3.804 2.288-5.072 2.356l-.178.005c-2.747 0-3.097-2.64-1.718-7.244l.054-.178l-.1-.075C-1.11 9.956-.1 6.746 7.5 6.528l.202-.005l.115-.326c1.184-3.33 2.426-5.085 4.027-5.192L12 1c1.674 0 2.957 1.76 4.182 5.197l.114.326l.204.005c7.6.218 8.61 3.428 2.553 8.065l-.102.075l.055.178c1.35 4.512 1.04 7.137-1.556 7.24l-.163.003z"/></svg>
</template>

CSS

.icon-carambola-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%22M17.108%2022.085c-1.266-.068-2.924-.859-5.071-2.355l-.04-.027l-.037.027c-2.147%201.497-3.804%202.288-5.072%202.356l-.178.005c-2.747%200-3.097-2.64-1.718-7.244l.054-.178l-.1-.075C-1.11%209.956-.1%206.746%207.5%206.528l.202-.005l.115-.326c1.184-3.33%202.426-5.085%204.027-5.192L12%201c1.674%200%202.957%201.76%204.182%205.197l.114.326l.204.005c7.6.218%208.61%203.428%202.553%208.065l-.102.075l.055.178c1.35%204.512%201.04%207.137-1.556%207.24l-.163.003z%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%22M17.108%2022.085c-1.266-.068-2.924-.859-5.071-2.355l-.04-.027l-.037.027c-2.147%201.497-3.804%202.288-5.072%202.356l-.178.005c-2.747%200-3.097-2.64-1.718-7.244l.054-.178l-.1-.075C-1.11%209.956-.1%206.746%207.5%206.528l.202-.005l.115-.326c1.184-3.33%202.426-5.085%204.027-5.192L12%201c1.674%200%202.957%201.76%204.182%205.197l.114.326l.204.005c7.6.218%208.61%203.428%202.553%208.065l-.102.075l.055.178c1.35%204.512%201.04%207.137-1.556%207.24l-.163.003z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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