heart icon
heart from Line Awesome by Icons8 · Line · Social · Apache-2.0 Free for personal and commercial use.
- Name
- heart
- Set
- Line Awesome
- Style
- Line
- Category
- Social
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
heartAkar IconsheartBootstrap IconsheartBoxIcons v2heartBoxIcons v2 Solidheart-fillEva IconsheartFramework7 IconsheartFont Awesome 6 RegularheartFont Awesome 6 SolidheartFeather Iconsheart-12-filledFluent UI System Iconsheartcss.ggheartHeroIconsheartHuge IconsheartHumbleiconsheartIconoirheartIonIconsheartJam IconsheartMaterial Line IconsheartLucideheartMage IconsheartMajesticonsheartMaterial Design Iconsheart-fillMingCute IconheartOcticons
More social icons from Line Awesome
Use the heart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.5 5C5.363 5 2 8.402 2 12.5c0 1.43.648 2.668 1.25 3.563a9.3 9.3 0 0 0 1.219 1.468L15.28 28.375l.719.719l.719-.719L27.53 17.531S30 15.355 30 12.5C30 8.402 26.637 5 22.5 5c-3.434 0-5.645 2.066-6.5 2.938C15.145 7.066 12.934 5 9.5 5m0 2c2.988 0 5.75 2.906 5.75 2.906l.75.844l.75-.844S19.512 7 22.5 7c3.043 0 5.5 2.496 5.5 5.5c0 1.543-1.875 3.625-1.875 3.625L16 26.25L5.875 16.125s-.484-.465-.969-1.188C4.422 14.216 4 13.274 4 12.5C4 9.496 6.457 7 9.5 7"/></svg>
React
import type { SVGProps } from "react";
export function LaHeart(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="M9.5 5C5.363 5 2 8.402 2 12.5c0 1.43.648 2.668 1.25 3.563a9.3 9.3 0 0 0 1.219 1.468L15.28 28.375l.719.719l.719-.719L27.53 17.531S30 15.355 30 12.5C30 8.402 26.637 5 22.5 5c-3.434 0-5.645 2.066-6.5 2.938C15.145 7.066 12.934 5 9.5 5m0 2c2.988 0 5.75 2.906 5.75 2.906l.75.844l.75-.844S19.512 7 22.5 7c3.043 0 5.5 2.496 5.5 5.5c0 1.543-1.875 3.625-1.875 3.625L16 26.25L5.875 16.125s-.484-.465-.969-1.188C4.422 14.216 4 13.274 4 12.5C4 9.496 6.457 7 9.5 7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.5 5C5.363 5 2 8.402 2 12.5c0 1.43.648 2.668 1.25 3.563a9.3 9.3 0 0 0 1.219 1.468L15.28 28.375l.719.719l.719-.719L27.53 17.531S30 15.355 30 12.5C30 8.402 26.637 5 22.5 5c-3.434 0-5.645 2.066-6.5 2.938C15.145 7.066 12.934 5 9.5 5m0 2c2.988 0 5.75 2.906 5.75 2.906l.75.844l.75-.844S19.512 7 22.5 7c3.043 0 5.5 2.496 5.5 5.5c0 1.543-1.875 3.625-1.875 3.625L16 26.25L5.875 16.125s-.484-.465-.969-1.188C4.422 14.216 4 13.274 4 12.5C4 9.496 6.457 7 9.5 7"/></svg> </template>
CSS
.icon-heart {
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%22M9.5%205C5.363%205%202%208.402%202%2012.5c0%201.43.648%202.668%201.25%203.563a9.3%209.3%200%200%200%201.219%201.468L15.28%2028.375l.719.719l.719-.719L27.53%2017.531S30%2015.355%2030%2012.5C30%208.402%2026.637%205%2022.5%205c-3.434%200-5.645%202.066-6.5%202.938C15.145%207.066%2012.934%205%209.5%205m0%202c2.988%200%205.75%202.906%205.75%202.906l.75.844l.75-.844S19.512%207%2022.5%207c3.043%200%205.5%202.496%205.5%205.5c0%201.543-1.875%203.625-1.875%203.625L16%2026.25L5.875%2016.125s-.484-.465-.969-1.188C4.422%2014.216%204%2013.274%204%2012.5C4%209.496%206.457%207%209.5%207%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%22M9.5%205C5.363%205%202%208.402%202%2012.5c0%201.43.648%202.668%201.25%203.563a9.3%209.3%200%200%200%201.219%201.468L15.28%2028.375l.719.719l.719-.719L27.53%2017.531S30%2015.355%2030%2012.5C30%208.402%2026.637%205%2022.5%205c-3.434%200-5.645%202.066-6.5%202.938C15.145%207.066%2012.934%205%209.5%205m0%202c2.988%200%205.75%202.906%205.75%202.906l.75.844l.75-.844S19.512%207%2022.5%207c3.043%200%205.5%202.496%205.5%205.5c0%201.543-1.875%203.625-1.875%203.625L16%2026.25L5.875%2016.125s-.484-.465-.969-1.188C4.422%2014.216%204%2013.274%204%2012.5C4%209.496%206.457%207%209.5%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/heart.svg?color=%231a73e8&size=48