favorite half icon

favorite-half from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
favorite-half
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the favorite half icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4.21 17.062L16 29l11.79-11.939a7.73 7.73 0 0 0 0-10.823a7.494 7.494 0 0 0-10.684 0L16 7.364l-1.106-1.126a7.494 7.494 0 0 0-10.684 0a7.73 7.73 0 0 0 0 10.824m22.145-1.417L16 26.125V10.23q1.27-1.288 2.541-2.574a5.477 5.477 0 0 1 7.814 0a5.71 5.71 0 0 1 0 7.989"/></svg>

React

import type { SVGProps } from "react";

export function CarbonFavoriteHalf(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4.21 17.062L16 29l11.79-11.939a7.73 7.73 0 0 0 0-10.823a7.494 7.494 0 0 0-10.684 0L16 7.364l-1.106-1.126a7.494 7.494 0 0 0-10.684 0a7.73 7.73 0 0 0 0 10.824m22.145-1.417L16 26.125V10.23q1.27-1.288 2.541-2.574a5.477 5.477 0 0 1 7.814 0a5.71 5.71 0 0 1 0 7.989"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4.21 17.062L16 29l11.79-11.939a7.73 7.73 0 0 0 0-10.823a7.494 7.494 0 0 0-10.684 0L16 7.364l-1.106-1.126a7.494 7.494 0 0 0-10.684 0a7.73 7.73 0 0 0 0 10.824m22.145-1.417L16 26.125V10.23q1.27-1.288 2.541-2.574a5.477 5.477 0 0 1 7.814 0a5.71 5.71 0 0 1 0 7.989"/></svg>
</template>

CSS

.icon-favorite-half {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.21%2017.062L16%2029l11.79-11.939a7.73%207.73%200%200%200%200-10.823a7.494%207.494%200%200%200-10.684%200L16%207.364l-1.106-1.126a7.494%207.494%200%200%200-10.684%200a7.73%207.73%200%200%200%200%2010.824m22.145-1.417L16%2026.125V10.23q1.27-1.288%202.541-2.574a5.477%205.477%200%200%201%207.814%200a5.71%205.71%200%200%201%200%207.989%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.21%2017.062L16%2029l11.79-11.939a7.73%207.73%200%200%200%200-10.823a7.494%207.494%200%200%200-10.684%200L16%207.364l-1.106-1.126a7.494%207.494%200%200%200-10.684%200a7.73%207.73%200%200%200%200%2010.824m22.145-1.417L16%2026.125V10.23q1.27-1.288%202.541-2.574a5.477%205.477%200%200%201%207.814%200a5.71%205.71%200%200%201%200%207.989%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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