heart icon
heart-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.
- Name
- heart-24
- Set
- Octicons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
2 other variants in Octicons
The same icon in other sets
heartAkar Iconsheart-filledAnt Design IconsheartBootstrap IconsheartBoxIcons v2heartBoxIcons v2 SolidheartCodiconsheart-fillEva IconsheartFramework7 IconsheartFont Awesome 6 RegularheartFont Awesome 6 SolidheartFont Awesome RegularheartFont Awesome SolidheartFeather Iconsheart-outlineFlowbite Iconsheart-12-filledFluent UI System Iconsheart-16Fluent UI System Color Iconsheartcss.ggheartHealth IconsheartHeroIconsheartHuge IconsheartHumbleiconsheartIconParkheartIconPark OutlineheartIconoir
Related icons in Octicons
Use the heart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 20.703l.343.667a.75.75 0 0 1-.686 0l-.003-.002l-.007-.003l-.025-.013a31 31 0 0 1-5.233-3.576C3.8 15.573 1 12.332 1 8.514v-.001C1 5.053 3.829 2.5 6.736 2.5C9.03 2.5 10.881 3.726 12 5.605C13.12 3.726 14.97 2.5 17.264 2.5C20.17 2.5 23 5.052 23 8.514c0 3.818-2.801 7.06-5.389 9.262a31 31 0 0 1-5.233 3.576l-.025.013l-.007.003l-.002.001ZM6.736 4C4.657 4 2.5 5.88 2.5 8.514c0 3.107 2.324 5.96 4.861 8.12a29.7 29.7 0 0 0 4.566 3.175l.073.041l.073-.04c.271-.153.661-.38 1.13-.674c.94-.588 2.19-1.441 3.436-2.502c2.537-2.16 4.861-5.013 4.861-8.12C21.5 5.88 19.343 4 17.264 4c-2.106 0-3.801 1.389-4.553 3.643a.751.751 0 0 1-1.422 0C10.537 5.389 8.841 4 6.736 4"/></svg>
React
import type { SVGProps } from "react";
export function OcticonHeart24(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 20.703l.343.667a.75.75 0 0 1-.686 0l-.003-.002l-.007-.003l-.025-.013a31 31 0 0 1-5.233-3.576C3.8 15.573 1 12.332 1 8.514v-.001C1 5.053 3.829 2.5 6.736 2.5C9.03 2.5 10.881 3.726 12 5.605C13.12 3.726 14.97 2.5 17.264 2.5C20.17 2.5 23 5.052 23 8.514c0 3.818-2.801 7.06-5.389 9.262a31 31 0 0 1-5.233 3.576l-.025.013l-.007.003l-.002.001ZM6.736 4C4.657 4 2.5 5.88 2.5 8.514c0 3.107 2.324 5.96 4.861 8.12a29.7 29.7 0 0 0 4.566 3.175l.073.041l.073-.04c.271-.153.661-.38 1.13-.674c.94-.588 2.19-1.441 3.436-2.502c2.537-2.16 4.861-5.013 4.861-8.12C21.5 5.88 19.343 4 17.264 4c-2.106 0-3.801 1.389-4.553 3.643a.751.751 0 0 1-1.422 0C10.537 5.389 8.841 4 6.736 4"/></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 20.703l.343.667a.75.75 0 0 1-.686 0l-.003-.002l-.007-.003l-.025-.013a31 31 0 0 1-5.233-3.576C3.8 15.573 1 12.332 1 8.514v-.001C1 5.053 3.829 2.5 6.736 2.5C9.03 2.5 10.881 3.726 12 5.605C13.12 3.726 14.97 2.5 17.264 2.5C20.17 2.5 23 5.052 23 8.514c0 3.818-2.801 7.06-5.389 9.262a31 31 0 0 1-5.233 3.576l-.025.013l-.007.003l-.002.001ZM6.736 4C4.657 4 2.5 5.88 2.5 8.514c0 3.107 2.324 5.96 4.861 8.12a29.7 29.7 0 0 0 4.566 3.175l.073.041l.073-.04c.271-.153.661-.38 1.13-.674c.94-.588 2.19-1.441 3.436-2.502c2.537-2.16 4.861-5.013 4.861-8.12C21.5 5.88 19.343 4 17.264 4c-2.106 0-3.801 1.389-4.553 3.643a.751.751 0 0 1-1.422 0C10.537 5.389 8.841 4 6.736 4"/></svg> </template>
CSS
.icon-heart-24 {
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%2020.703l.343.667a.75.75%200%200%201-.686%200l-.003-.002l-.007-.003l-.025-.013a31%2031%200%200%201-5.233-3.576C3.8%2015.573%201%2012.332%201%208.514v-.001C1%205.053%203.829%202.5%206.736%202.5C9.03%202.5%2010.881%203.726%2012%205.605C13.12%203.726%2014.97%202.5%2017.264%202.5C20.17%202.5%2023%205.052%2023%208.514c0%203.818-2.801%207.06-5.389%209.262a31%2031%200%200%201-5.233%203.576l-.025.013l-.007.003l-.002.001ZM6.736%204C4.657%204%202.5%205.88%202.5%208.514c0%203.107%202.324%205.96%204.861%208.12a29.7%2029.7%200%200%200%204.566%203.175l.073.041l.073-.04c.271-.153.661-.38%201.13-.674c.94-.588%202.19-1.441%203.436-2.502c2.537-2.16%204.861-5.013%204.861-8.12C21.5%205.88%2019.343%204%2017.264%204c-2.106%200-3.801%201.389-4.553%203.643a.751.751%200%200%201-1.422%200C10.537%205.389%208.841%204%206.736%204%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%2020.703l.343.667a.75.75%200%200%201-.686%200l-.003-.002l-.007-.003l-.025-.013a31%2031%200%200%201-5.233-3.576C3.8%2015.573%201%2012.332%201%208.514v-.001C1%205.053%203.829%202.5%206.736%202.5C9.03%202.5%2010.881%203.726%2012%205.605C13.12%203.726%2014.97%202.5%2017.264%202.5C20.17%202.5%2023%205.052%2023%208.514c0%203.818-2.801%207.06-5.389%209.262a31%2031%200%200%201-5.233%203.576l-.025.013l-.007.003l-.002.001ZM6.736%204C4.657%204%202.5%205.88%202.5%208.514c0%203.107%202.324%205.96%204.861%208.12a29.7%2029.7%200%200%200%204.566%203.175l.073.041l.073-.04c.271-.153.661-.38%201.13-.674c.94-.588%202.19-1.441%203.436-2.502c2.537-2.16%204.861-5.013%204.861-8.12C21.5%205.88%2019.343%204%2017.264%204c-2.106%200-3.801%201.389-4.553%203.643a.751.751%200%200%201-1.422%200C10.537%205.389%208.841%204%206.736%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/heart-24.svg?color=%231a73e8&size=48