arrow through heart icon
arrow-through-heart-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- arrow-through-heart-fill
- Set
- Bootstrap Icons
- Style
- Fill
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
Related icons in Bootstrap Icons
arrow-90deg-downarrow-90deg-leftarrow-90deg-rightarrow-90deg-uparrow-bar-downarrow-bar-leftarrow-bar-rightarrow-bar-uparrow-clockwisearrow-counterclockwisearrow-downarrow-down-circlearrow-down-leftarrow-down-left-circlearrow-down-left-squarearrow-down-rightarrow-down-right-circlearrow-down-right-squarearrow-down-shortarrow-down-squarearrow-down-uparrow-leftarrow-left-circlearrow-left-right
Use the arrow through heart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M2.854 15.854A.5.5 0 0 1 2 15.5V14H.5a.5.5 0 0 1-.354-.854l1.5-1.5A.5.5 0 0 1 2 11.5h1.793l3.103-3.104a.5.5 0 1 1 .708.708L4.5 12.207V14a.5.5 0 0 1-.146.354zM16 3.5a.5.5 0 0 1-.854.354L14 2.707l-1.006 1.006c.236.248.44.531.6.845c.562 1.096.585 2.517-.213 4.092c-.793 1.563-2.395 3.288-5.105 5.08L8 13.912l-.276-.182A24 24 0 0 1 5.8 12.323L8.31 9.81a1.5 1.5 0 0 0-2.122-2.122L3.657 10.22a9 9 0 0 1-1.039-1.57c-.798-1.576-.775-2.997-.213-4.093C3.426 2.565 6.18 1.809 8 3.233c1.25-.98 2.944-.928 4.212-.152L13.292 2L12.147.854A.5.5 0 0 1 12.5 0h3a.5.5 0 0 1 .5.5z"/></svg>
React
import type { SVGProps } from "react";
export function BiArrowThroughHeartFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fillRule="evenodd" d="M2.854 15.854A.5.5 0 0 1 2 15.5V14H.5a.5.5 0 0 1-.354-.854l1.5-1.5A.5.5 0 0 1 2 11.5h1.793l3.103-3.104a.5.5 0 1 1 .708.708L4.5 12.207V14a.5.5 0 0 1-.146.354zM16 3.5a.5.5 0 0 1-.854.354L14 2.707l-1.006 1.006c.236.248.44.531.6.845c.562 1.096.585 2.517-.213 4.092c-.793 1.563-2.395 3.288-5.105 5.08L8 13.912l-.276-.182A24 24 0 0 1 5.8 12.323L8.31 9.81a1.5 1.5 0 0 0-2.122-2.122L3.657 10.22a9 9 0 0 1-1.039-1.57c-.798-1.576-.775-2.997-.213-4.093C3.426 2.565 6.18 1.809 8 3.233c1.25-.98 2.944-.928 4.212-.152L13.292 2L12.147.854A.5.5 0 0 1 12.5 0h3a.5.5 0 0 1 .5.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M2.854 15.854A.5.5 0 0 1 2 15.5V14H.5a.5.5 0 0 1-.354-.854l1.5-1.5A.5.5 0 0 1 2 11.5h1.793l3.103-3.104a.5.5 0 1 1 .708.708L4.5 12.207V14a.5.5 0 0 1-.146.354zM16 3.5a.5.5 0 0 1-.854.354L14 2.707l-1.006 1.006c.236.248.44.531.6.845c.562 1.096.585 2.517-.213 4.092c-.793 1.563-2.395 3.288-5.105 5.08L8 13.912l-.276-.182A24 24 0 0 1 5.8 12.323L8.31 9.81a1.5 1.5 0 0 0-2.122-2.122L3.657 10.22a9 9 0 0 1-1.039-1.57c-.798-1.576-.775-2.997-.213-4.093C3.426 2.565 6.18 1.809 8 3.233c1.25-.98 2.944-.928 4.212-.152L13.292 2L12.147.854A.5.5 0 0 1 12.5 0h3a.5.5 0 0 1 .5.5z"/></svg> </template>
CSS
.icon-arrow-through-heart-fill {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.854%2015.854A.5.5%200%200%201%202%2015.5V14H.5a.5.5%200%200%201-.354-.854l1.5-1.5A.5.5%200%200%201%202%2011.5h1.793l3.103-3.104a.5.5%200%201%201%20.708.708L4.5%2012.207V14a.5.5%200%200%201-.146.354zM16%203.5a.5.5%200%200%201-.854.354L14%202.707l-1.006%201.006c.236.248.44.531.6.845c.562%201.096.585%202.517-.213%204.092c-.793%201.563-2.395%203.288-5.105%205.08L8%2013.912l-.276-.182A24%2024%200%200%201%205.8%2012.323L8.31%209.81a1.5%201.5%200%200%200-2.122-2.122L3.657%2010.22a9%209%200%200%201-1.039-1.57c-.798-1.576-.775-2.997-.213-4.093C3.426%202.565%206.18%201.809%208%203.233c1.25-.98%202.944-.928%204.212-.152L13.292%202L12.147.854A.5.5%200%200%201%2012.5%200h3a.5.5%200%200%201%20.5.5z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.854%2015.854A.5.5%200%200%201%202%2015.5V14H.5a.5.5%200%200%201-.354-.854l1.5-1.5A.5.5%200%200%201%202%2011.5h1.793l3.103-3.104a.5.5%200%201%201%20.708.708L4.5%2012.207V14a.5.5%200%200%201-.146.354zM16%203.5a.5.5%200%200%201-.854.354L14%202.707l-1.006%201.006c.236.248.44.531.6.845c.562%201.096.585%202.517-.213%204.092c-.793%201.563-2.395%203.288-5.105%205.08L8%2013.912l-.276-.182A24%2024%200%200%201%205.8%2012.323L8.31%209.81a1.5%201.5%200%200%200-2.122-2.122L3.657%2010.22a9%209%200%200%201-1.039-1.57c-.798-1.576-.775-2.997-.213-4.093C3.426%202.565%206.18%201.809%208%203.233c1.25-.98%202.944-.928%204.212-.152L13.292%202L12.147.854A.5.5%200%200%201%2012.5%200h3a.5.5%200%200%201%20.5.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/arrow-through-heart-fill.svg?color=%231a73e8&size=48