folder favorite icon
folder-favorite from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- folder-favorite
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the folder favorite icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m9.2 14.78l2.58 2.26c.12.11.31.11.43 0l2.58-2.26c.67-.59.76-1.59.2-2.29s-1.58-.83-2.29-.29l-.7.54l-.71-.53c-.72-.54-1.73-.41-2.29.29c-.56.69-.47 1.7.2 2.28"/><path stroke-miterlimit="10" d="M22 11v6c0 4-1 5-5 5H7c-4 0-5-1-5-5V7c0-4 1-5 5-5h1.5c1.5 0 1.83.44 2.4 1.2l1.5 2c.38.5.6.8 1.6.8h3c4 0 5 1 5 5Z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconFolderFavorite(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="m9.2 14.78l2.58 2.26c.12.11.31.11.43 0l2.58-2.26c.67-.59.76-1.59.2-2.29s-1.58-.83-2.29-.29l-.7.54l-.71-.53c-.72-.54-1.73-.41-2.29.29c-.56.69-.47 1.7.2 2.28"/><path strokeMiterlimit="10" d="M22 11v6c0 4-1 5-5 5H7c-4 0-5-1-5-5V7c0-4 1-5 5-5h1.5c1.5 0 1.83.44 2.4 1.2l1.5 2c.38.5.6.8 1.6.8h3c4 0 5 1 5 5Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m9.2 14.78l2.58 2.26c.12.11.31.11.43 0l2.58-2.26c.67-.59.76-1.59.2-2.29s-1.58-.83-2.29-.29l-.7.54l-.71-.53c-.72-.54-1.73-.41-2.29.29c-.56.69-.47 1.7.2 2.28"/><path stroke-miterlimit="10" d="M22 11v6c0 4-1 5-5 5H7c-4 0-5-1-5-5V7c0-4 1-5 5-5h1.5c1.5 0 1.83.44 2.4 1.2l1.5 2c.38.5.6.8 1.6.8h3c4 0 5 1 5 5Z"/></g></svg> </template>
CSS
.icon-folder-favorite {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m9.2%2014.78l2.58%202.26c.12.11.31.11.43%200l2.58-2.26c.67-.59.76-1.59.2-2.29s-1.58-.83-2.29-.29l-.7.54l-.71-.53c-.72-.54-1.73-.41-2.29.29c-.56.69-.47%201.7.2%202.28%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M22%2011v6c0%204-1%205-5%205H7c-4%200-5-1-5-5V7c0-4%201-5%205-5h1.5c1.5%200%201.83.44%202.4%201.2l1.5%202c.38.5.6.8%201.6.8h3c4%200%205%201%205%205Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m9.2%2014.78l2.58%202.26c.12.11.31.11.43%200l2.58-2.26c.67-.59.76-1.59.2-2.29s-1.58-.83-2.29-.29l-.7.54l-.71-.53c-.72-.54-1.73-.41-2.29.29c-.56.69-.47%201.7.2%202.28%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M22%2011v6c0%204-1%205-5%205H7c-4%200-5-1-5-5V7c0-4%201-5%205-5h1.5c1.5%200%201.83.44%202.4%201.2l1.5%202c.38.5.6.8%201.6.8h3c4%200%205%201%205%205Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/folder-favorite.svg?color=%231a73e8&size=48