user favorite alt icon

user-favorite-alt from Carbon by IBM · Outline · Person · Apache-2.0 Free for personal and commercial use.

Name
user-favorite-alt
Set
Carbon
Style
Outline
Category
Person
Viewbox
32×32
License
Apache 2.0

1 other variant in Carbon

More person icons from Carbon

Use the user favorite alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.766 4.256A4.21 4.21 0 0 0 23 4.032a4.21 4.21 0 0 0-5.766.224a4.32 4.32 0 0 0 0 6.044l5.764 5.84l.002-.002l.002.001l5.764-5.839a4.32 4.32 0 0 0 0-6.044m-1.424 4.639l-4.34 4.397L23 13.29l-.002.002l-4.34-4.397a2.31 2.31 0 0 1 0-3.234a2.264 2.264 0 0 1 3.156 0l1.181 1.207l.005-.005l.005.005l1.18-1.207a2.264 2.264 0 0 1 3.157 0a2.31 2.31 0 0 1 0 3.234M16 30h-2v-5a3.003 3.003 0 0 0-3-3H7a3.003 3.003 0 0 0-3 3v5H2v-5a5.006 5.006 0 0 1 5-5h4a5.006 5.006 0 0 1 5 5ZM9 10a3 3 0 1 1-3 3a3 3 0 0 1 3-3m0-2a5 5 0 1 0 5 5a5 5 0 0 0-5-5"/></svg>

React

import type { SVGProps } from "react";

export function CarbonUserFavoriteAlt(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="M28.766 4.256A4.21 4.21 0 0 0 23 4.032a4.21 4.21 0 0 0-5.766.224a4.32 4.32 0 0 0 0 6.044l5.764 5.84l.002-.002l.002.001l5.764-5.839a4.32 4.32 0 0 0 0-6.044m-1.424 4.639l-4.34 4.397L23 13.29l-.002.002l-4.34-4.397a2.31 2.31 0 0 1 0-3.234a2.264 2.264 0 0 1 3.156 0l1.181 1.207l.005-.005l.005.005l1.18-1.207a2.264 2.264 0 0 1 3.157 0a2.31 2.31 0 0 1 0 3.234M16 30h-2v-5a3.003 3.003 0 0 0-3-3H7a3.003 3.003 0 0 0-3 3v5H2v-5a5.006 5.006 0 0 1 5-5h4a5.006 5.006 0 0 1 5 5ZM9 10a3 3 0 1 1-3 3a3 3 0 0 1 3-3m0-2a5 5 0 1 0 5 5a5 5 0 0 0-5-5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.766 4.256A4.21 4.21 0 0 0 23 4.032a4.21 4.21 0 0 0-5.766.224a4.32 4.32 0 0 0 0 6.044l5.764 5.84l.002-.002l.002.001l5.764-5.839a4.32 4.32 0 0 0 0-6.044m-1.424 4.639l-4.34 4.397L23 13.29l-.002.002l-4.34-4.397a2.31 2.31 0 0 1 0-3.234a2.264 2.264 0 0 1 3.156 0l1.181 1.207l.005-.005l.005.005l1.18-1.207a2.264 2.264 0 0 1 3.157 0a2.31 2.31 0 0 1 0 3.234M16 30h-2v-5a3.003 3.003 0 0 0-3-3H7a3.003 3.003 0 0 0-3 3v5H2v-5a5.006 5.006 0 0 1 5-5h4a5.006 5.006 0 0 1 5 5ZM9 10a3 3 0 1 1-3 3a3 3 0 0 1 3-3m0-2a5 5 0 1 0 5 5a5 5 0 0 0-5-5"/></svg>
</template>

CSS

.icon-user-favorite-alt {
  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%22M28.766%204.256A4.21%204.21%200%200%200%2023%204.032a4.21%204.21%200%200%200-5.766.224a4.32%204.32%200%200%200%200%206.044l5.764%205.84l.002-.002l.002.001l5.764-5.839a4.32%204.32%200%200%200%200-6.044m-1.424%204.639l-4.34%204.397L23%2013.29l-.002.002l-4.34-4.397a2.31%202.31%200%200%201%200-3.234a2.264%202.264%200%200%201%203.156%200l1.181%201.207l.005-.005l.005.005l1.18-1.207a2.264%202.264%200%200%201%203.157%200a2.31%202.31%200%200%201%200%203.234M16%2030h-2v-5a3.003%203.003%200%200%200-3-3H7a3.003%203.003%200%200%200-3%203v5H2v-5a5.006%205.006%200%200%201%205-5h4a5.006%205.006%200%200%201%205%205ZM9%2010a3%203%200%201%201-3%203a3%203%200%200%201%203-3m0-2a5%205%200%201%200%205%205a5%205%200%200%200-5-5%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%22M28.766%204.256A4.21%204.21%200%200%200%2023%204.032a4.21%204.21%200%200%200-5.766.224a4.32%204.32%200%200%200%200%206.044l5.764%205.84l.002-.002l.002.001l5.764-5.839a4.32%204.32%200%200%200%200-6.044m-1.424%204.639l-4.34%204.397L23%2013.29l-.002.002l-4.34-4.397a2.31%202.31%200%200%201%200-3.234a2.264%202.264%200%200%201%203.156%200l1.181%201.207l.005-.005l.005.005l1.18-1.207a2.264%202.264%200%200%201%203.157%200a2.31%202.31%200%200%201%200%203.234M16%2030h-2v-5a3.003%203.003%200%200%200-3-3H7a3.003%203.003%200%200%200-3%203v5H2v-5a5.006%205.006%200%200%201%205-5h4a5.006%205.006%200%200%201%205%205ZM9%2010a3%203%200%201%201-3%203a3%203%200%200%201%203-3m0-2a5%205%200%201%200%205%205a5%205%200%200%200-5-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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