memories badge plus icon
memories-badge-plus from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- memories-badge-plus
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the memories badge plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M6.64 32.194c.53 0 .938-.143 1.447-.51l5.317-3.931c.448-.326.693-.815.693-1.345c0-.957-.754-1.65-1.61-1.65a1.6 1.6 0 0 0-1.039.347l-2.73 2.118a16.707 16.707 0 0 1 16.624-14.667c8.657 0 15.706 6.478 16.663 14.871a11.7 11.7 0 0 1 3.402-.53c-1.202-9.94-9.819-17.804-20.065-17.804S6.458 16.997 5.256 26.98l-2.18-3.097c-.326-.468-.815-.774-1.406-.774c-.937 0-1.67.672-1.67 1.61c0 .407.122.794.367 1.1l4.278 5.276c.651.815 1.181 1.1 1.996 1.1m13.548 3.81c0 .916 1.018 1.344 1.915.814L33.02 30.36c.795-.468.774-1.589 0-2.057l-10.918-6.458c-.836-.489-1.915-.122-1.915.815ZM45.65 50.384C51.274 50.385 56 45.7 56 40.037s-4.665-10.349-10.349-10.349c-5.663 0-10.348 4.686-10.348 10.349c0 5.703 4.685 10.348 10.348 10.348m.02-3.626c-.712 0-1.344-.489-1.344-1.263v-4.217h-3.89c-.693 0-1.243-.57-1.243-1.242c0-.693.55-1.263 1.242-1.263h3.891v-4.217c0-.754.632-1.243 1.345-1.243s1.324.49 1.324 1.243v4.217h3.89c.693 0 1.264.57 1.264 1.263c0 .672-.57 1.242-1.263 1.242h-3.891v4.217c0 .774-.611 1.263-1.324 1.263m-20.33-.652c-5.194 0-9.696-2.363-12.772-5.928c-.448-.509-.978-.733-1.487-.733c-.835 0-1.61.672-1.61 1.61c0 .447.204.957.652 1.507c3.565 4.237 9.147 6.987 15.218 6.987c3.36 0 6.539-.856 9.31-2.343c-.632-.937-1.1-1.955-1.468-3.055a16.6 16.6 0 0 1-7.842 1.955"/></svg>
React
import type { SVGProps } from "react";
export function F7MemoriesBadgePlus(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="M6.64 32.194c.53 0 .938-.143 1.447-.51l5.317-3.931c.448-.326.693-.815.693-1.345c0-.957-.754-1.65-1.61-1.65a1.6 1.6 0 0 0-1.039.347l-2.73 2.118a16.707 16.707 0 0 1 16.624-14.667c8.657 0 15.706 6.478 16.663 14.871a11.7 11.7 0 0 1 3.402-.53c-1.202-9.94-9.819-17.804-20.065-17.804S6.458 16.997 5.256 26.98l-2.18-3.097c-.326-.468-.815-.774-1.406-.774c-.937 0-1.67.672-1.67 1.61c0 .407.122.794.367 1.1l4.278 5.276c.651.815 1.181 1.1 1.996 1.1m13.548 3.81c0 .916 1.018 1.344 1.915.814L33.02 30.36c.795-.468.774-1.589 0-2.057l-10.918-6.458c-.836-.489-1.915-.122-1.915.815ZM45.65 50.384C51.274 50.385 56 45.7 56 40.037s-4.665-10.349-10.349-10.349c-5.663 0-10.348 4.686-10.348 10.349c0 5.703 4.685 10.348 10.348 10.348m.02-3.626c-.712 0-1.344-.489-1.344-1.263v-4.217h-3.89c-.693 0-1.243-.57-1.243-1.242c0-.693.55-1.263 1.242-1.263h3.891v-4.217c0-.754.632-1.243 1.345-1.243s1.324.49 1.324 1.243v4.217h3.89c.693 0 1.264.57 1.264 1.263c0 .672-.57 1.242-1.263 1.242h-3.891v4.217c0 .774-.611 1.263-1.324 1.263m-20.33-.652c-5.194 0-9.696-2.363-12.772-5.928c-.448-.509-.978-.733-1.487-.733c-.835 0-1.61.672-1.61 1.61c0 .447.204.957.652 1.507c3.565 4.237 9.147 6.987 15.218 6.987c3.36 0 6.539-.856 9.31-2.343c-.632-.937-1.1-1.955-1.468-3.055a16.6 16.6 0 0 1-7.842 1.955"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M6.64 32.194c.53 0 .938-.143 1.447-.51l5.317-3.931c.448-.326.693-.815.693-1.345c0-.957-.754-1.65-1.61-1.65a1.6 1.6 0 0 0-1.039.347l-2.73 2.118a16.707 16.707 0 0 1 16.624-14.667c8.657 0 15.706 6.478 16.663 14.871a11.7 11.7 0 0 1 3.402-.53c-1.202-9.94-9.819-17.804-20.065-17.804S6.458 16.997 5.256 26.98l-2.18-3.097c-.326-.468-.815-.774-1.406-.774c-.937 0-1.67.672-1.67 1.61c0 .407.122.794.367 1.1l4.278 5.276c.651.815 1.181 1.1 1.996 1.1m13.548 3.81c0 .916 1.018 1.344 1.915.814L33.02 30.36c.795-.468.774-1.589 0-2.057l-10.918-6.458c-.836-.489-1.915-.122-1.915.815ZM45.65 50.384C51.274 50.385 56 45.7 56 40.037s-4.665-10.349-10.349-10.349c-5.663 0-10.348 4.686-10.348 10.349c0 5.703 4.685 10.348 10.348 10.348m.02-3.626c-.712 0-1.344-.489-1.344-1.263v-4.217h-3.89c-.693 0-1.243-.57-1.243-1.242c0-.693.55-1.263 1.242-1.263h3.891v-4.217c0-.754.632-1.243 1.345-1.243s1.324.49 1.324 1.243v4.217h3.89c.693 0 1.264.57 1.264 1.263c0 .672-.57 1.242-1.263 1.242h-3.891v4.217c0 .774-.611 1.263-1.324 1.263m-20.33-.652c-5.194 0-9.696-2.363-12.772-5.928c-.448-.509-.978-.733-1.487-.733c-.835 0-1.61.672-1.61 1.61c0 .447.204.957.652 1.507c3.565 4.237 9.147 6.987 15.218 6.987c3.36 0 6.539-.856 9.31-2.343c-.632-.937-1.1-1.955-1.468-3.055a16.6 16.6 0 0 1-7.842 1.955"/></svg> </template>
CSS
.icon-memories-badge-plus {
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%22M6.64%2032.194c.53%200%20.938-.143%201.447-.51l5.317-3.931c.448-.326.693-.815.693-1.345c0-.957-.754-1.65-1.61-1.65a1.6%201.6%200%200%200-1.039.347l-2.73%202.118a16.707%2016.707%200%200%201%2016.624-14.667c8.657%200%2015.706%206.478%2016.663%2014.871a11.7%2011.7%200%200%201%203.402-.53c-1.202-9.94-9.819-17.804-20.065-17.804S6.458%2016.997%205.256%2026.98l-2.18-3.097c-.326-.468-.815-.774-1.406-.774c-.937%200-1.67.672-1.67%201.61c0%20.407.122.794.367%201.1l4.278%205.276c.651.815%201.181%201.1%201.996%201.1m13.548%203.81c0%20.916%201.018%201.344%201.915.814L33.02%2030.36c.795-.468.774-1.589%200-2.057l-10.918-6.458c-.836-.489-1.915-.122-1.915.815ZM45.65%2050.384C51.274%2050.385%2056%2045.7%2056%2040.037s-4.665-10.349-10.349-10.349c-5.663%200-10.348%204.686-10.348%2010.349c0%205.703%204.685%2010.348%2010.348%2010.348m.02-3.626c-.712%200-1.344-.489-1.344-1.263v-4.217h-3.89c-.693%200-1.243-.57-1.243-1.242c0-.693.55-1.263%201.242-1.263h3.891v-4.217c0-.754.632-1.243%201.345-1.243s1.324.49%201.324%201.243v4.217h3.89c.693%200%201.264.57%201.264%201.263c0%20.672-.57%201.242-1.263%201.242h-3.891v4.217c0%20.774-.611%201.263-1.324%201.263m-20.33-.652c-5.194%200-9.696-2.363-12.772-5.928c-.448-.509-.978-.733-1.487-.733c-.835%200-1.61.672-1.61%201.61c0%20.447.204.957.652%201.507c3.565%204.237%209.147%206.987%2015.218%206.987c3.36%200%206.539-.856%209.31-2.343c-.632-.937-1.1-1.955-1.468-3.055a16.6%2016.6%200%200%201-7.842%201.955%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%22M6.64%2032.194c.53%200%20.938-.143%201.447-.51l5.317-3.931c.448-.326.693-.815.693-1.345c0-.957-.754-1.65-1.61-1.65a1.6%201.6%200%200%200-1.039.347l-2.73%202.118a16.707%2016.707%200%200%201%2016.624-14.667c8.657%200%2015.706%206.478%2016.663%2014.871a11.7%2011.7%200%200%201%203.402-.53c-1.202-9.94-9.819-17.804-20.065-17.804S6.458%2016.997%205.256%2026.98l-2.18-3.097c-.326-.468-.815-.774-1.406-.774c-.937%200-1.67.672-1.67%201.61c0%20.407.122.794.367%201.1l4.278%205.276c.651.815%201.181%201.1%201.996%201.1m13.548%203.81c0%20.916%201.018%201.344%201.915.814L33.02%2030.36c.795-.468.774-1.589%200-2.057l-10.918-6.458c-.836-.489-1.915-.122-1.915.815ZM45.65%2050.384C51.274%2050.385%2056%2045.7%2056%2040.037s-4.665-10.349-10.349-10.349c-5.663%200-10.348%204.686-10.348%2010.349c0%205.703%204.685%2010.348%2010.348%2010.348m.02-3.626c-.712%200-1.344-.489-1.344-1.263v-4.217h-3.89c-.693%200-1.243-.57-1.243-1.242c0-.693.55-1.263%201.242-1.263h3.891v-4.217c0-.754.632-1.243%201.345-1.243s1.324.49%201.324%201.243v4.217h3.89c.693%200%201.264.57%201.264%201.263c0%20.672-.57%201.242-1.263%201.242h-3.891v4.217c0%20.774-.611%201.263-1.324%201.263m-20.33-.652c-5.194%200-9.696-2.363-12.772-5.928c-.448-.509-.978-.733-1.487-.733c-.835%200-1.61.672-1.61%201.61c0%20.447.204.957.652%201.507c3.565%204.237%209.147%206.987%2015.218%206.987c3.36%200%206.539-.856%209.31-2.343c-.632-.937-1.1-1.955-1.468-3.055a16.6%2016.6%200%200%201-7.842%201.955%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/memories-badge-plus.svg?color=%231a73e8&size=48