favorite-outline from Material Symbols by Google · Outline · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
favorite-outline
Set
Material Symbols
Style
Outline
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
favorite-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the favorite icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 21l-1.45-1.3q-2.525-2.275-4.175-3.925T3.75 12.812T2.388 10.4T2 8.15Q2 5.8 3.575 4.225T7.5 2.65q1.3 0 2.475.55T12 4.75q.85-1 2.025-1.55t2.475-.55q2.35 0 3.925 1.575T22 8.15q0 1.15-.387 2.25t-1.363 2.412t-2.625 2.963T13.45 19.7zm0-2.7q2.4-2.15 3.95-3.687t2.45-2.675t1.25-2.026T20 8.15q0-1.5-1-2.5t-2.5-1q-1.175 0-2.175.662T12.95 7h-1.9q-.375-1.025-1.375-1.687T7.5 4.65q-1.5 0-2.5 1t-1 2.5q0 .875.35 1.763t1.25 2.025t2.45 2.675T12 18.3m0-6.825"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFavoriteOutline(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="m12 21l-1.45-1.3q-2.525-2.275-4.175-3.925T3.75 12.812T2.388 10.4T2 8.15Q2 5.8 3.575 4.225T7.5 2.65q1.3 0 2.475.55T12 4.75q.85-1 2.025-1.55t2.475-.55q2.35 0 3.925 1.575T22 8.15q0 1.15-.387 2.25t-1.363 2.412t-2.625 2.963T13.45 19.7zm0-2.7q2.4-2.15 3.95-3.687t2.45-2.675t1.25-2.026T20 8.15q0-1.5-1-2.5t-2.5-1q-1.175 0-2.175.662T12.95 7h-1.9q-.375-1.025-1.375-1.687T7.5 4.65q-1.5 0-2.5 1t-1 2.5q0 .875.35 1.763t1.25 2.025t2.45 2.675T12 18.3m0-6.825"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 21l-1.45-1.3q-2.525-2.275-4.175-3.925T3.75 12.812T2.388 10.4T2 8.15Q2 5.8 3.575 4.225T7.5 2.65q1.3 0 2.475.55T12 4.75q.85-1 2.025-1.55t2.475-.55q2.35 0 3.925 1.575T22 8.15q0 1.15-.387 2.25t-1.363 2.412t-2.625 2.963T13.45 19.7zm0-2.7q2.4-2.15 3.95-3.687t2.45-2.675t1.25-2.026T20 8.15q0-1.5-1-2.5t-2.5-1q-1.175 0-2.175.662T12.95 7h-1.9q-.375-1.025-1.375-1.687T7.5 4.65q-1.5 0-2.5 1t-1 2.5q0 .875.35 1.763t1.25 2.025t2.45 2.675T12 18.3m0-6.825"/></svg>
</template>

CSS

.icon-favorite-outline {
  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%22m12%2021l-1.45-1.3q-2.525-2.275-4.175-3.925T3.75%2012.812T2.388%2010.4T2%208.15Q2%205.8%203.575%204.225T7.5%202.65q1.3%200%202.475.55T12%204.75q.85-1%202.025-1.55t2.475-.55q2.35%200%203.925%201.575T22%208.15q0%201.15-.387%202.25t-1.363%202.412t-2.625%202.963T13.45%2019.7zm0-2.7q2.4-2.15%203.95-3.687t2.45-2.675t1.25-2.026T20%208.15q0-1.5-1-2.5t-2.5-1q-1.175%200-2.175.662T12.95%207h-1.9q-.375-1.025-1.375-1.687T7.5%204.65q-1.5%200-2.5%201t-1%202.5q0%20.875.35%201.763t1.25%202.025t2.45%202.675T12%2018.3m0-6.825%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%22m12%2021l-1.45-1.3q-2.525-2.275-4.175-3.925T3.75%2012.812T2.388%2010.4T2%208.15Q2%205.8%203.575%204.225T7.5%202.65q1.3%200%202.475.55T12%204.75q.85-1%202.025-1.55t2.475-.55q2.35%200%203.925%201.575T22%208.15q0%201.15-.387%202.25t-1.363%202.412t-2.625%202.963T13.45%2019.7zm0-2.7q2.4-2.15%203.95-3.687t2.45-2.675t1.25-2.026T20%208.15q0-1.5-1-2.5t-2.5-1q-1.175%200-2.175.662T12.95%207h-1.9q-.375-1.025-1.375-1.687T7.5%204.65q-1.5%200-2.5%201t-1%202.5q0%20.875.35%201.763t1.25%202.025t2.45%202.675T12%2018.3m0-6.825%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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