square favorites icon
square-favorites from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- square-favorites
- Set
- Framework7 Icons
- Style
- Outline
- 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.8 0 7.238 2.34 7.333 6.979l.003.286V42.31c0 4.731-2.34 7.167-7.045 7.262l-.29.003H13.784c-4.777 0-7.259-2.318-7.356-6.977l-.003-.288V13.69c0-4.754 2.386-7.168 7.07-7.262l.29-.003zm-.07 3.773H13.855c-2.268 0-3.57 1.164-3.652 3.448l-.004.232V42.12c0 2.359 1.23 3.598 3.433 3.676l.223.004h28.313c2.245 0 3.547-1.164 3.629-3.448l.004-.232V13.88c0-2.359-1.23-3.598-3.412-3.676zM16.233 34.173l.768 2.364a.25.25 0 0 0 .24.172l2.47-.014a.25.25 0 0 1 .15.452l-2.002 1.477a.25.25 0 0 0-.09.279l.77 2.367a.25.25 0 0 1-.385.278l-2.012-1.46a.25.25 0 0 0-.294 0l-2.012 1.46a.25.25 0 0 1-.385-.279l.768-2.365a.25.25 0 0 0-.09-.28l-2.026-1.477a.25.25 0 0 1 .148-.452l2.5.014a.25.25 0 0 0 .24-.174l.766-2.362a.25.25 0 0 1 .476 0M41.182 36c1.004 0 1.818.895 1.818 2s-.814 2-1.818 2H24.818C23.814 40 23 39.105 23 38s.814-2 1.818-2zM16.233 24.173l.768 2.364a.25.25 0 0 0 .24.172l2.47-.014a.25.25 0 0 1 .15.451l-2.002 1.479a.25.25 0 0 0-.09.277l.77 2.367a.25.25 0 0 1-.385.28l-2.012-1.462a.25.25 0 0 0-.294 0l-2.012 1.462a.25.25 0 0 1-.385-.28l.768-2.365a.25.25 0 0 0-.09-.28l-2.026-1.476a.25.25 0 0 1 .148-.453l2.5.014a.25.25 0 0 0 .24-.174l.766-2.363a.25.25 0 0 1 .476 0M41.182 26c1.004 0 1.818.895 1.818 2s-.814 2-1.818 2H24.818C23.814 30 23 29.105 23 28s.814-2 1.818-2zM16.233 14.173l.768 2.364a.25.25 0 0 0 .24.172l2.47-.014a.25.25 0 0 1 .15.451l-2.002 1.478a.25.25 0 0 0-.09.279l.77 2.367a.25.25 0 0 1-.385.279l-2.012-1.462a.25.25 0 0 0-.294 0l-2.012 1.462a.25.25 0 0 1-.385-.28l.768-2.365a.25.25 0 0 0-.09-.28l-2.026-1.476a.25.25 0 0 1 .148-.453l2.5.014a.25.25 0 0 0 .24-.174l.766-2.363a.25.25 0 0 1 .476 0M41.182 16c1.004 0 1.818.895 1.818 2s-.814 2-1.818 2H24.818C23.814 20 23 19.105 23 18s.814-2 1.818-2z"/></svg>
React
import type { SVGProps } from "react";
export function F7SquareFavorites(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.8 0 7.238 2.34 7.333 6.979l.003.286V42.31c0 4.731-2.34 7.167-7.045 7.262l-.29.003H13.784c-4.777 0-7.259-2.318-7.356-6.977l-.003-.288V13.69c0-4.754 2.386-7.168 7.07-7.262l.29-.003zm-.07 3.773H13.855c-2.268 0-3.57 1.164-3.652 3.448l-.004.232V42.12c0 2.359 1.23 3.598 3.433 3.676l.223.004h28.313c2.245 0 3.547-1.164 3.629-3.448l.004-.232V13.88c0-2.359-1.23-3.598-3.412-3.676zM16.233 34.173l.768 2.364a.25.25 0 0 0 .24.172l2.47-.014a.25.25 0 0 1 .15.452l-2.002 1.477a.25.25 0 0 0-.09.279l.77 2.367a.25.25 0 0 1-.385.278l-2.012-1.46a.25.25 0 0 0-.294 0l-2.012 1.46a.25.25 0 0 1-.385-.279l.768-2.365a.25.25 0 0 0-.09-.28l-2.026-1.477a.25.25 0 0 1 .148-.452l2.5.014a.25.25 0 0 0 .24-.174l.766-2.362a.25.25 0 0 1 .476 0M41.182 36c1.004 0 1.818.895 1.818 2s-.814 2-1.818 2H24.818C23.814 40 23 39.105 23 38s.814-2 1.818-2zM16.233 24.173l.768 2.364a.25.25 0 0 0 .24.172l2.47-.014a.25.25 0 0 1 .15.451l-2.002 1.479a.25.25 0 0 0-.09.277l.77 2.367a.25.25 0 0 1-.385.28l-2.012-1.462a.25.25 0 0 0-.294 0l-2.012 1.462a.25.25 0 0 1-.385-.28l.768-2.365a.25.25 0 0 0-.09-.28l-2.026-1.476a.25.25 0 0 1 .148-.453l2.5.014a.25.25 0 0 0 .24-.174l.766-2.363a.25.25 0 0 1 .476 0M41.182 26c1.004 0 1.818.895 1.818 2s-.814 2-1.818 2H24.818C23.814 30 23 29.105 23 28s.814-2 1.818-2zM16.233 14.173l.768 2.364a.25.25 0 0 0 .24.172l2.47-.014a.25.25 0 0 1 .15.451l-2.002 1.478a.25.25 0 0 0-.09.279l.77 2.367a.25.25 0 0 1-.385.279l-2.012-1.462a.25.25 0 0 0-.294 0l-2.012 1.462a.25.25 0 0 1-.385-.28l.768-2.365a.25.25 0 0 0-.09-.28l-2.026-1.476a.25.25 0 0 1 .148-.453l2.5.014a.25.25 0 0 0 .24-.174l.766-2.363a.25.25 0 0 1 .476 0M41.182 16c1.004 0 1.818.895 1.818 2s-.814 2-1.818 2H24.818C23.814 20 23 19.105 23 18s.814-2 1.818-2z"/></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.8 0 7.238 2.34 7.333 6.979l.003.286V42.31c0 4.731-2.34 7.167-7.045 7.262l-.29.003H13.784c-4.777 0-7.259-2.318-7.356-6.977l-.003-.288V13.69c0-4.754 2.386-7.168 7.07-7.262l.29-.003zm-.07 3.773H13.855c-2.268 0-3.57 1.164-3.652 3.448l-.004.232V42.12c0 2.359 1.23 3.598 3.433 3.676l.223.004h28.313c2.245 0 3.547-1.164 3.629-3.448l.004-.232V13.88c0-2.359-1.23-3.598-3.412-3.676zM16.233 34.173l.768 2.364a.25.25 0 0 0 .24.172l2.47-.014a.25.25 0 0 1 .15.452l-2.002 1.477a.25.25 0 0 0-.09.279l.77 2.367a.25.25 0 0 1-.385.278l-2.012-1.46a.25.25 0 0 0-.294 0l-2.012 1.46a.25.25 0 0 1-.385-.279l.768-2.365a.25.25 0 0 0-.09-.28l-2.026-1.477a.25.25 0 0 1 .148-.452l2.5.014a.25.25 0 0 0 .24-.174l.766-2.362a.25.25 0 0 1 .476 0M41.182 36c1.004 0 1.818.895 1.818 2s-.814 2-1.818 2H24.818C23.814 40 23 39.105 23 38s.814-2 1.818-2zM16.233 24.173l.768 2.364a.25.25 0 0 0 .24.172l2.47-.014a.25.25 0 0 1 .15.451l-2.002 1.479a.25.25 0 0 0-.09.277l.77 2.367a.25.25 0 0 1-.385.28l-2.012-1.462a.25.25 0 0 0-.294 0l-2.012 1.462a.25.25 0 0 1-.385-.28l.768-2.365a.25.25 0 0 0-.09-.28l-2.026-1.476a.25.25 0 0 1 .148-.453l2.5.014a.25.25 0 0 0 .24-.174l.766-2.363a.25.25 0 0 1 .476 0M41.182 26c1.004 0 1.818.895 1.818 2s-.814 2-1.818 2H24.818C23.814 30 23 29.105 23 28s.814-2 1.818-2zM16.233 14.173l.768 2.364a.25.25 0 0 0 .24.172l2.47-.014a.25.25 0 0 1 .15.451l-2.002 1.478a.25.25 0 0 0-.09.279l.77 2.367a.25.25 0 0 1-.385.279l-2.012-1.462a.25.25 0 0 0-.294 0l-2.012 1.462a.25.25 0 0 1-.385-.28l.768-2.365a.25.25 0 0 0-.09-.28l-2.026-1.476a.25.25 0 0 1 .148-.453l2.5.014a.25.25 0 0 0 .24-.174l.766-2.363a.25.25 0 0 1 .476 0M41.182 16c1.004 0 1.818.895 1.818 2s-.814 2-1.818 2H24.818C23.814 20 23 19.105 23 18s.814-2 1.818-2z"/></svg> </template>
CSS
.icon-square-favorites {
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.8%200%207.238%202.34%207.333%206.979l.003.286V42.31c0%204.731-2.34%207.167-7.045%207.262l-.29.003H13.784c-4.777%200-7.259-2.318-7.356-6.977l-.003-.288V13.69c0-4.754%202.386-7.168%207.07-7.262l.29-.003zm-.07%203.773H13.855c-2.268%200-3.57%201.164-3.652%203.448l-.004.232V42.12c0%202.359%201.23%203.598%203.433%203.676l.223.004h28.313c2.245%200%203.547-1.164%203.629-3.448l.004-.232V13.88c0-2.359-1.23-3.598-3.412-3.676zM16.233%2034.173l.768%202.364a.25.25%200%200%200%20.24.172l2.47-.014a.25.25%200%200%201%20.15.452l-2.002%201.477a.25.25%200%200%200-.09.279l.77%202.367a.25.25%200%200%201-.385.278l-2.012-1.46a.25.25%200%200%200-.294%200l-2.012%201.46a.25.25%200%200%201-.385-.279l.768-2.365a.25.25%200%200%200-.09-.28l-2.026-1.477a.25.25%200%200%201%20.148-.452l2.5.014a.25.25%200%200%200%20.24-.174l.766-2.362a.25.25%200%200%201%20.476%200M41.182%2036c1.004%200%201.818.895%201.818%202s-.814%202-1.818%202H24.818C23.814%2040%2023%2039.105%2023%2038s.814-2%201.818-2zM16.233%2024.173l.768%202.364a.25.25%200%200%200%20.24.172l2.47-.014a.25.25%200%200%201%20.15.451l-2.002%201.479a.25.25%200%200%200-.09.277l.77%202.367a.25.25%200%200%201-.385.28l-2.012-1.462a.25.25%200%200%200-.294%200l-2.012%201.462a.25.25%200%200%201-.385-.28l.768-2.365a.25.25%200%200%200-.09-.28l-2.026-1.476a.25.25%200%200%201%20.148-.453l2.5.014a.25.25%200%200%200%20.24-.174l.766-2.363a.25.25%200%200%201%20.476%200M41.182%2026c1.004%200%201.818.895%201.818%202s-.814%202-1.818%202H24.818C23.814%2030%2023%2029.105%2023%2028s.814-2%201.818-2zM16.233%2014.173l.768%202.364a.25.25%200%200%200%20.24.172l2.47-.014a.25.25%200%200%201%20.15.451l-2.002%201.478a.25.25%200%200%200-.09.279l.77%202.367a.25.25%200%200%201-.385.279l-2.012-1.462a.25.25%200%200%200-.294%200l-2.012%201.462a.25.25%200%200%201-.385-.28l.768-2.365a.25.25%200%200%200-.09-.28l-2.026-1.476a.25.25%200%200%201%20.148-.453l2.5.014a.25.25%200%200%200%20.24-.174l.766-2.363a.25.25%200%200%201%20.476%200M41.182%2016c1.004%200%201.818.895%201.818%202s-.814%202-1.818%202H24.818C23.814%2020%2023%2019.105%2023%2018s.814-2%201.818-2z%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.8%200%207.238%202.34%207.333%206.979l.003.286V42.31c0%204.731-2.34%207.167-7.045%207.262l-.29.003H13.784c-4.777%200-7.259-2.318-7.356-6.977l-.003-.288V13.69c0-4.754%202.386-7.168%207.07-7.262l.29-.003zm-.07%203.773H13.855c-2.268%200-3.57%201.164-3.652%203.448l-.004.232V42.12c0%202.359%201.23%203.598%203.433%203.676l.223.004h28.313c2.245%200%203.547-1.164%203.629-3.448l.004-.232V13.88c0-2.359-1.23-3.598-3.412-3.676zM16.233%2034.173l.768%202.364a.25.25%200%200%200%20.24.172l2.47-.014a.25.25%200%200%201%20.15.452l-2.002%201.477a.25.25%200%200%200-.09.279l.77%202.367a.25.25%200%200%201-.385.278l-2.012-1.46a.25.25%200%200%200-.294%200l-2.012%201.46a.25.25%200%200%201-.385-.279l.768-2.365a.25.25%200%200%200-.09-.28l-2.026-1.477a.25.25%200%200%201%20.148-.452l2.5.014a.25.25%200%200%200%20.24-.174l.766-2.362a.25.25%200%200%201%20.476%200M41.182%2036c1.004%200%201.818.895%201.818%202s-.814%202-1.818%202H24.818C23.814%2040%2023%2039.105%2023%2038s.814-2%201.818-2zM16.233%2024.173l.768%202.364a.25.25%200%200%200%20.24.172l2.47-.014a.25.25%200%200%201%20.15.451l-2.002%201.479a.25.25%200%200%200-.09.277l.77%202.367a.25.25%200%200%201-.385.28l-2.012-1.462a.25.25%200%200%200-.294%200l-2.012%201.462a.25.25%200%200%201-.385-.28l.768-2.365a.25.25%200%200%200-.09-.28l-2.026-1.476a.25.25%200%200%201%20.148-.453l2.5.014a.25.25%200%200%200%20.24-.174l.766-2.363a.25.25%200%200%201%20.476%200M41.182%2026c1.004%200%201.818.895%201.818%202s-.814%202-1.818%202H24.818C23.814%2030%2023%2029.105%2023%2028s.814-2%201.818-2zM16.233%2014.173l.768%202.364a.25.25%200%200%200%20.24.172l2.47-.014a.25.25%200%200%201%20.15.451l-2.002%201.478a.25.25%200%200%200-.09.279l.77%202.367a.25.25%200%200%201-.385.279l-2.012-1.462a.25.25%200%200%200-.294%200l-2.012%201.462a.25.25%200%200%201-.385-.28l.768-2.365a.25.25%200%200%200-.09-.28l-2.026-1.476a.25.25%200%200%201%20.148-.453l2.5.014a.25.25%200%200%200%20.24-.174l.766-2.363a.25.25%200%200%201%20.476%200M41.182%2016c1.004%200%201.818.895%201.818%202s-.814%202-1.818%202H24.818C23.814%2020%2023%2019.105%2023%2018s.814-2%201.818-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/square-favorites.svg?color=%231a73e8&size=48