square favorites icon
square-favorites-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- square-favorites-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
square-arrow-downsquare-arrow-down-on-squaresquare-arrow-leftsquare-arrow-rightsquare-arrow-upsquare-arrow-up-on-squaresquare-favorites-altsquare-fill-line-vertical-squaresquare-fill-on-circle-fillsquare-fill-on-square-fillsquare-grid-2x2square-grid-3x2square-grid-4x3-fillsquare-lefthalf-fillsquare-line-vertical-squaresquare-listsquare-on-circlesquare-on-squaresquare-pencilsquare-righthalf-fillsquare-split-1x2square-split-2x1square-split-2x2square-stack
Use the square favorites icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M42.238 6.426c4.899 0 7.336 2.437 7.336 7.265V42.31c0 4.828-2.437 7.265-7.336 7.265H13.785c-4.875 0-7.36-2.414-7.36-7.265V13.69c0-4.851 2.485-7.265 7.36-7.265Zm-26.48 27.747l-.768 2.362a.25.25 0 0 1-.24.174l-2.499-.014a.25.25 0 0 0-.148.453l2.026 1.476a.25.25 0 0 1 .09.28l-.768 2.365a.25.25 0 0 0 .385.28l2.012-1.462a.25.25 0 0 1 .294 0l2.012 1.461a.25.25 0 0 0 .385-.279l-.77-2.366a.25.25 0 0 1 .09-.279l2.001-1.477a.25.25 0 0 0-.15-.452l-2.47.014a.25.25 0 0 1-.239-.172l-.768-2.364a.25.25 0 0 0-.476 0M41.181 36H24.818C23.814 36 23 36.895 23 38s.814 2 1.818 2h16.364C42.186 40 43 39.105 43 38s-.814-2-1.818-2M15.757 24.173l-.767 2.363a.25.25 0 0 1-.24.172l-2.499-.012a.25.25 0 0 0-.148.451l2.026 1.478a.25.25 0 0 1 .09.279l-.768 2.366a.25.25 0 0 0 .385.279l2.012-1.462a.25.25 0 0 1 .294 0l2.012 1.462a.25.25 0 0 0 .385-.28l-.77-2.366a.25.25 0 0 1 .09-.278l2.001-1.479a.25.25 0 0 0-.15-.45l-2.47.012a.25.25 0 0 1-.239-.171l-.768-2.364a.25.25 0 0 0-.476 0M41.182 26H24.818C23.814 26 23 26.895 23 28s.814 2 1.818 2h16.364C42.186 30 43 29.105 43 28s-.814-2-1.818-2M15.757 14.173l-.767 2.362a.25.25 0 0 1-.24.174l-2.499-.014a.25.25 0 0 0-.148.453l2.026 1.476a.25.25 0 0 1 .09.28l-.768 2.366a.25.25 0 0 0 .385.279l2.012-1.462a.25.25 0 0 1 .294 0l2.012 1.462a.25.25 0 0 0 .385-.28l-.77-2.366a.25.25 0 0 1 .09-.279l2.001-1.477a.25.25 0 0 0-.15-.451l-2.47.012a.25.25 0 0 1-.239-.171l-.768-2.364a.25.25 0 0 0-.476 0M41.182 16H24.818C23.814 16 23 16.895 23 18s.814 2 1.818 2h16.364C42.186 20 43 19.105 43 18s-.814-2-1.818-2"/></svg>
React
import type { SVGProps } from "react";
export function F7SquareFavoritesFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M42.238 6.426c4.899 0 7.336 2.437 7.336 7.265V42.31c0 4.828-2.437 7.265-7.336 7.265H13.785c-4.875 0-7.36-2.414-7.36-7.265V13.69c0-4.851 2.485-7.265 7.36-7.265Zm-26.48 27.747l-.768 2.362a.25.25 0 0 1-.24.174l-2.499-.014a.25.25 0 0 0-.148.453l2.026 1.476a.25.25 0 0 1 .09.28l-.768 2.365a.25.25 0 0 0 .385.28l2.012-1.462a.25.25 0 0 1 .294 0l2.012 1.461a.25.25 0 0 0 .385-.279l-.77-2.366a.25.25 0 0 1 .09-.279l2.001-1.477a.25.25 0 0 0-.15-.452l-2.47.014a.25.25 0 0 1-.239-.172l-.768-2.364a.25.25 0 0 0-.476 0M41.181 36H24.818C23.814 36 23 36.895 23 38s.814 2 1.818 2h16.364C42.186 40 43 39.105 43 38s-.814-2-1.818-2M15.757 24.173l-.767 2.363a.25.25 0 0 1-.24.172l-2.499-.012a.25.25 0 0 0-.148.451l2.026 1.478a.25.25 0 0 1 .09.279l-.768 2.366a.25.25 0 0 0 .385.279l2.012-1.462a.25.25 0 0 1 .294 0l2.012 1.462a.25.25 0 0 0 .385-.28l-.77-2.366a.25.25 0 0 1 .09-.278l2.001-1.479a.25.25 0 0 0-.15-.45l-2.47.012a.25.25 0 0 1-.239-.171l-.768-2.364a.25.25 0 0 0-.476 0M41.182 26H24.818C23.814 26 23 26.895 23 28s.814 2 1.818 2h16.364C42.186 30 43 29.105 43 28s-.814-2-1.818-2M15.757 14.173l-.767 2.362a.25.25 0 0 1-.24.174l-2.499-.014a.25.25 0 0 0-.148.453l2.026 1.476a.25.25 0 0 1 .09.28l-.768 2.366a.25.25 0 0 0 .385.279l2.012-1.462a.25.25 0 0 1 .294 0l2.012 1.462a.25.25 0 0 0 .385-.28l-.77-2.366a.25.25 0 0 1 .09-.279l2.001-1.477a.25.25 0 0 0-.15-.451l-2.47.012a.25.25 0 0 1-.239-.171l-.768-2.364a.25.25 0 0 0-.476 0M41.182 16H24.818C23.814 16 23 16.895 23 18s.814 2 1.818 2h16.364C42.186 20 43 19.105 43 18s-.814-2-1.818-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M42.238 6.426c4.899 0 7.336 2.437 7.336 7.265V42.31c0 4.828-2.437 7.265-7.336 7.265H13.785c-4.875 0-7.36-2.414-7.36-7.265V13.69c0-4.851 2.485-7.265 7.36-7.265Zm-26.48 27.747l-.768 2.362a.25.25 0 0 1-.24.174l-2.499-.014a.25.25 0 0 0-.148.453l2.026 1.476a.25.25 0 0 1 .09.28l-.768 2.365a.25.25 0 0 0 .385.28l2.012-1.462a.25.25 0 0 1 .294 0l2.012 1.461a.25.25 0 0 0 .385-.279l-.77-2.366a.25.25 0 0 1 .09-.279l2.001-1.477a.25.25 0 0 0-.15-.452l-2.47.014a.25.25 0 0 1-.239-.172l-.768-2.364a.25.25 0 0 0-.476 0M41.181 36H24.818C23.814 36 23 36.895 23 38s.814 2 1.818 2h16.364C42.186 40 43 39.105 43 38s-.814-2-1.818-2M15.757 24.173l-.767 2.363a.25.25 0 0 1-.24.172l-2.499-.012a.25.25 0 0 0-.148.451l2.026 1.478a.25.25 0 0 1 .09.279l-.768 2.366a.25.25 0 0 0 .385.279l2.012-1.462a.25.25 0 0 1 .294 0l2.012 1.462a.25.25 0 0 0 .385-.28l-.77-2.366a.25.25 0 0 1 .09-.278l2.001-1.479a.25.25 0 0 0-.15-.45l-2.47.012a.25.25 0 0 1-.239-.171l-.768-2.364a.25.25 0 0 0-.476 0M41.182 26H24.818C23.814 26 23 26.895 23 28s.814 2 1.818 2h16.364C42.186 30 43 29.105 43 28s-.814-2-1.818-2M15.757 14.173l-.767 2.362a.25.25 0 0 1-.24.174l-2.499-.014a.25.25 0 0 0-.148.453l2.026 1.476a.25.25 0 0 1 .09.28l-.768 2.366a.25.25 0 0 0 .385.279l2.012-1.462a.25.25 0 0 1 .294 0l2.012 1.462a.25.25 0 0 0 .385-.28l-.77-2.366a.25.25 0 0 1 .09-.279l2.001-1.477a.25.25 0 0 0-.15-.451l-2.47.012a.25.25 0 0 1-.239-.171l-.768-2.364a.25.25 0 0 0-.476 0M41.182 16H24.818C23.814 16 23 16.895 23 18s.814 2 1.818 2h16.364C42.186 20 43 19.105 43 18s-.814-2-1.818-2"/></svg> </template>
CSS
.icon-square-favorites-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M42.238%206.426c4.899%200%207.336%202.437%207.336%207.265V42.31c0%204.828-2.437%207.265-7.336%207.265H13.785c-4.875%200-7.36-2.414-7.36-7.265V13.69c0-4.851%202.485-7.265%207.36-7.265Zm-26.48%2027.747l-.768%202.362a.25.25%200%200%201-.24.174l-2.499-.014a.25.25%200%200%200-.148.453l2.026%201.476a.25.25%200%200%201%20.09.28l-.768%202.365a.25.25%200%200%200%20.385.28l2.012-1.462a.25.25%200%200%201%20.294%200l2.012%201.461a.25.25%200%200%200%20.385-.279l-.77-2.366a.25.25%200%200%201%20.09-.279l2.001-1.477a.25.25%200%200%200-.15-.452l-2.47.014a.25.25%200%200%201-.239-.172l-.768-2.364a.25.25%200%200%200-.476%200M41.181%2036H24.818C23.814%2036%2023%2036.895%2023%2038s.814%202%201.818%202h16.364C42.186%2040%2043%2039.105%2043%2038s-.814-2-1.818-2M15.757%2024.173l-.767%202.363a.25.25%200%200%201-.24.172l-2.499-.012a.25.25%200%200%200-.148.451l2.026%201.478a.25.25%200%200%201%20.09.279l-.768%202.366a.25.25%200%200%200%20.385.279l2.012-1.462a.25.25%200%200%201%20.294%200l2.012%201.462a.25.25%200%200%200%20.385-.28l-.77-2.366a.25.25%200%200%201%20.09-.278l2.001-1.479a.25.25%200%200%200-.15-.45l-2.47.012a.25.25%200%200%201-.239-.171l-.768-2.364a.25.25%200%200%200-.476%200M41.182%2026H24.818C23.814%2026%2023%2026.895%2023%2028s.814%202%201.818%202h16.364C42.186%2030%2043%2029.105%2043%2028s-.814-2-1.818-2M15.757%2014.173l-.767%202.362a.25.25%200%200%201-.24.174l-2.499-.014a.25.25%200%200%200-.148.453l2.026%201.476a.25.25%200%200%201%20.09.28l-.768%202.366a.25.25%200%200%200%20.385.279l2.012-1.462a.25.25%200%200%201%20.294%200l2.012%201.462a.25.25%200%200%200%20.385-.28l-.77-2.366a.25.25%200%200%201%20.09-.279l2.001-1.477a.25.25%200%200%200-.15-.451l-2.47.012a.25.25%200%200%201-.239-.171l-.768-2.364a.25.25%200%200%200-.476%200M41.182%2016H24.818C23.814%2016%2023%2016.895%2023%2018s.814%202%201.818%202h16.364C42.186%2020%2043%2019.105%2043%2018s-.814-2-1.818-2%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M42.238%206.426c4.899%200%207.336%202.437%207.336%207.265V42.31c0%204.828-2.437%207.265-7.336%207.265H13.785c-4.875%200-7.36-2.414-7.36-7.265V13.69c0-4.851%202.485-7.265%207.36-7.265Zm-26.48%2027.747l-.768%202.362a.25.25%200%200%201-.24.174l-2.499-.014a.25.25%200%200%200-.148.453l2.026%201.476a.25.25%200%200%201%20.09.28l-.768%202.365a.25.25%200%200%200%20.385.28l2.012-1.462a.25.25%200%200%201%20.294%200l2.012%201.461a.25.25%200%200%200%20.385-.279l-.77-2.366a.25.25%200%200%201%20.09-.279l2.001-1.477a.25.25%200%200%200-.15-.452l-2.47.014a.25.25%200%200%201-.239-.172l-.768-2.364a.25.25%200%200%200-.476%200M41.181%2036H24.818C23.814%2036%2023%2036.895%2023%2038s.814%202%201.818%202h16.364C42.186%2040%2043%2039.105%2043%2038s-.814-2-1.818-2M15.757%2024.173l-.767%202.363a.25.25%200%200%201-.24.172l-2.499-.012a.25.25%200%200%200-.148.451l2.026%201.478a.25.25%200%200%201%20.09.279l-.768%202.366a.25.25%200%200%200%20.385.279l2.012-1.462a.25.25%200%200%201%20.294%200l2.012%201.462a.25.25%200%200%200%20.385-.28l-.77-2.366a.25.25%200%200%201%20.09-.278l2.001-1.479a.25.25%200%200%200-.15-.45l-2.47.012a.25.25%200%200%201-.239-.171l-.768-2.364a.25.25%200%200%200-.476%200M41.182%2026H24.818C23.814%2026%2023%2026.895%2023%2028s.814%202%201.818%202h16.364C42.186%2030%2043%2029.105%2043%2028s-.814-2-1.818-2M15.757%2014.173l-.767%202.362a.25.25%200%200%201-.24.174l-2.499-.014a.25.25%200%200%200-.148.453l2.026%201.476a.25.25%200%200%201%20.09.28l-.768%202.366a.25.25%200%200%200%20.385.279l2.012-1.462a.25.25%200%200%201%20.294%200l2.012%201.462a.25.25%200%200%200%20.385-.28l-.77-2.366a.25.25%200%200%201%20.09-.279l2.001-1.477a.25.25%200%200%200-.15-.451l-2.47.012a.25.25%200%200%201-.239-.171l-.768-2.364a.25.25%200%200%200-.476%200M41.182%2016H24.818C23.814%2016%2023%2016.895%2023%2018s.814%202%201.818%202h16.364C42.186%2020%2043%2019.105%2043%2018s-.814-2-1.818-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/square-favorites-fill.svg?color=%231a73e8&size=48