heart-check-outline-rounded from Material Symbols Light by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
heart-check-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the heart check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.95 14.062l3.171-3.19q.146-.147.345-.147q.197 0 .363.146t.155.357q-.009.21-.155.357l-3.314 3.313q-.242.243-.578.243t-.578-.243l-1.188-1.194q-.146-.146-.155-.345t.155-.363q.146-.146.354-.143t.354.143zm-8.106 4.55q-2.28-2.087-3.799-3.593T3.632 12.34q-.896-1.173-1.264-2.146T2 8.225q0-1.908 1.296-3.201T6.5 3.731q1.32 0 2.475.675T11 6.369q.87-1.288 2.025-1.963T15.5 3.73q1.737 0 2.948 1.08q1.212 1.08 1.48 2.689H18.9q-.238-1.23-1.19-2t-2.21-.77q-1.217 0-2.21.688T11.403 7.5h-.804q-.91-1.413-1.907-2.091T6.5 4.73q-1.463 0-2.482.997Q3 6.725 3 8.225q0 .844.35 1.714t1.25 2t2.45 2.658T11 18.3q.766-.69 1.506-1.364q.74-.672 1.323-1.23l.11.11l.246.247l.248.247l.11.11q-.59.557-1.314 1.208t-1.471 1.341l-.217.2q-.218.217-.541.217t-.54-.217z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHeartCheckOutlineRounded(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="m17.95 14.062l3.171-3.19q.146-.147.345-.147q.197 0 .363.146t.155.357q-.009.21-.155.357l-3.314 3.313q-.242.243-.578.243t-.578-.243l-1.188-1.194q-.146-.146-.155-.345t.155-.363q.146-.146.354-.143t.354.143zm-8.106 4.55q-2.28-2.087-3.799-3.593T3.632 12.34q-.896-1.173-1.264-2.146T2 8.225q0-1.908 1.296-3.201T6.5 3.731q1.32 0 2.475.675T11 6.369q.87-1.288 2.025-1.963T15.5 3.73q1.737 0 2.948 1.08q1.212 1.08 1.48 2.689H18.9q-.238-1.23-1.19-2t-2.21-.77q-1.217 0-2.21.688T11.403 7.5h-.804q-.91-1.413-1.907-2.091T6.5 4.73q-1.463 0-2.482.997Q3 6.725 3 8.225q0 .844.35 1.714t1.25 2t2.45 2.658T11 18.3q.766-.69 1.506-1.364q.74-.672 1.323-1.23l.11.11l.246.247l.248.247l.11.11q-.59.557-1.314 1.208t-1.471 1.341l-.217.2q-.218.217-.541.217t-.54-.217z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.95 14.062l3.171-3.19q.146-.147.345-.147q.197 0 .363.146t.155.357q-.009.21-.155.357l-3.314 3.313q-.242.243-.578.243t-.578-.243l-1.188-1.194q-.146-.146-.155-.345t.155-.363q.146-.146.354-.143t.354.143zm-8.106 4.55q-2.28-2.087-3.799-3.593T3.632 12.34q-.896-1.173-1.264-2.146T2 8.225q0-1.908 1.296-3.201T6.5 3.731q1.32 0 2.475.675T11 6.369q.87-1.288 2.025-1.963T15.5 3.73q1.737 0 2.948 1.08q1.212 1.08 1.48 2.689H18.9q-.238-1.23-1.19-2t-2.21-.77q-1.217 0-2.21.688T11.403 7.5h-.804q-.91-1.413-1.907-2.091T6.5 4.73q-1.463 0-2.482.997Q3 6.725 3 8.225q0 .844.35 1.714t1.25 2t2.45 2.658T11 18.3q.766-.69 1.506-1.364q.74-.672 1.323-1.23l.11.11l.246.247l.248.247l.11.11q-.59.557-1.314 1.208t-1.471 1.341l-.217.2q-.218.217-.541.217t-.54-.217z"/></svg>
</template>

CSS

.icon-heart-check-outline-rounded {
  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%22m17.95%2014.062l3.171-3.19q.146-.147.345-.147q.197%200%20.363.146t.155.357q-.009.21-.155.357l-3.314%203.313q-.242.243-.578.243t-.578-.243l-1.188-1.194q-.146-.146-.155-.345t.155-.363q.146-.146.354-.143t.354.143zm-8.106%204.55q-2.28-2.087-3.799-3.593T3.632%2012.34q-.896-1.173-1.264-2.146T2%208.225q0-1.908%201.296-3.201T6.5%203.731q1.32%200%202.475.675T11%206.369q.87-1.288%202.025-1.963T15.5%203.73q1.737%200%202.948%201.08q1.212%201.08%201.48%202.689H18.9q-.238-1.23-1.19-2t-2.21-.77q-1.217%200-2.21.688T11.403%207.5h-.804q-.91-1.413-1.907-2.091T6.5%204.73q-1.463%200-2.482.997Q3%206.725%203%208.225q0%20.844.35%201.714t1.25%202t2.45%202.658T11%2018.3q.766-.69%201.506-1.364q.74-.672%201.323-1.23l.11.11l.246.247l.248.247l.11.11q-.59.557-1.314%201.208t-1.471%201.341l-.217.2q-.218.217-.541.217t-.54-.217z%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%22m17.95%2014.062l3.171-3.19q.146-.147.345-.147q.197%200%20.363.146t.155.357q-.009.21-.155.357l-3.314%203.313q-.242.243-.578.243t-.578-.243l-1.188-1.194q-.146-.146-.155-.345t.155-.363q.146-.146.354-.143t.354.143zm-8.106%204.55q-2.28-2.087-3.799-3.593T3.632%2012.34q-.896-1.173-1.264-2.146T2%208.225q0-1.908%201.296-3.201T6.5%203.731q1.32%200%202.475.675T11%206.369q.87-1.288%202.025-1.963T15.5%203.73q1.737%200%202.948%201.08q1.212%201.08%201.48%202.689H18.9q-.238-1.23-1.19-2t-2.21-.77q-1.217%200-2.21.688T11.403%207.5h-.804q-.91-1.413-1.907-2.091T6.5%204.73q-1.463%200-2.482.997Q3%206.725%203%208.225q0%20.844.35%201.714t1.25%202t2.45%202.658T11%2018.3q.766-.69%201.506-1.364q.74-.672%201.323-1.23l.11.11l.246.247l.248.247l.11.11q-.59.557-1.314%201.208t-1.471%201.341l-.217.2q-.218.217-.541.217t-.54-.217z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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