arrow through heart icon

arrow-through-heart from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
arrow-through-heart
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

1 other variant in Bootstrap Icons

Related icons in Bootstrap Icons

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.793l.53-.53c-.771-.802-1.328-1.58-1.704-2.32c-.798-1.575-.775-2.996-.213-4.092C3.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.5v3a.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-.182a22 22 0 0 1-2.685-2.062l-.539.54V14a.5.5 0 0 1-.146.354zm2.893-4.894A20.4 20.4 0 0 0 8 12.71c2.456-1.666 3.827-3.207 4.489-4.512c.679-1.34.607-2.42.215-3.185c-.817-1.595-3.087-2.054-4.346-.761L8 4.62l-.358-.368c-1.259-1.293-3.53-.834-4.346.761c-.392.766-.464 1.845.215 3.185c.323.636.815 1.33 1.519 2.065l1.866-1.867a.5.5 0 1 1 .708.708z"/></svg>

React

import type { SVGProps } from "react";

export function BiArrowThroughHeart(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.793l.53-.53c-.771-.802-1.328-1.58-1.704-2.32c-.798-1.575-.775-2.996-.213-4.092C3.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.5v3a.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-.182a22 22 0 0 1-2.685-2.062l-.539.54V14a.5.5 0 0 1-.146.354zm2.893-4.894A20.4 20.4 0 0 0 8 12.71c2.456-1.666 3.827-3.207 4.489-4.512c.679-1.34.607-2.42.215-3.185c-.817-1.595-3.087-2.054-4.346-.761L8 4.62l-.358-.368c-1.259-1.293-3.53-.834-4.346.761c-.392.766-.464 1.845.215 3.185c.323.636.815 1.33 1.519 2.065l1.866-1.867a.5.5 0 1 1 .708.708z"/></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.793l.53-.53c-.771-.802-1.328-1.58-1.704-2.32c-.798-1.575-.775-2.996-.213-4.092C3.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.5v3a.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-.182a22 22 0 0 1-2.685-2.062l-.539.54V14a.5.5 0 0 1-.146.354zm2.893-4.894A20.4 20.4 0 0 0 8 12.71c2.456-1.666 3.827-3.207 4.489-4.512c.679-1.34.607-2.42.215-3.185c-.817-1.595-3.087-2.054-4.346-.761L8 4.62l-.358-.368c-1.259-1.293-3.53-.834-4.346.761c-.392.766-.464 1.845.215 3.185c.323.636.815 1.33 1.519 2.065l1.866-1.867a.5.5 0 1 1 .708.708z"/></svg>
</template>

CSS

.icon-arrow-through-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%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.793l.53-.53c-.771-.802-1.328-1.58-1.704-2.32c-.798-1.575-.775-2.996-.213-4.092C3.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.5v3a.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-.182a22%2022%200%200%201-2.685-2.062l-.539.54V14a.5.5%200%200%201-.146.354zm2.893-4.894A20.4%2020.4%200%200%200%208%2012.71c2.456-1.666%203.827-3.207%204.489-4.512c.679-1.34.607-2.42.215-3.185c-.817-1.595-3.087-2.054-4.346-.761L8%204.62l-.358-.368c-1.259-1.293-3.53-.834-4.346.761c-.392.766-.464%201.845.215%203.185c.323.636.815%201.33%201.519%202.065l1.866-1.867a.5.5%200%201%201%20.708.708z%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.793l.53-.53c-.771-.802-1.328-1.58-1.704-2.32c-.798-1.575-.775-2.996-.213-4.092C3.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.5v3a.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-.182a22%2022%200%200%201-2.685-2.062l-.539.54V14a.5.5%200%200%201-.146.354zm2.893-4.894A20.4%2020.4%200%200%200%208%2012.71c2.456-1.666%203.827-3.207%204.489-4.512c.679-1.34.607-2.42.215-3.185c-.817-1.595-3.087-2.054-4.346-.761L8%204.62l-.358-.368c-1.259-1.293-3.53-.834-4.346.761c-.392.766-.464%201.845.215%203.185c.323.636.815%201.33%201.519%202.065l1.866-1.867a.5.5%200%201%201%20.708.708z%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.svg?color=%231a73e8&size=48