purchased icon
purchased from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- purchased
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the purchased icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M10.996 40.094c0 .562.258 1.078.633 1.453l7.664 7.64c.75.774 1.594 1.126 2.414 1.126s1.617-.376 2.367-1.126l7.688-7.664c.398-.398.633-.914.633-1.453c0-1.054-.844-1.851-1.782-1.851c-.703 0-1.148.258-1.523.633l-2.016 2.015l-3.61 4.102l.235-7.57v-17.79c0-5.93 3.281-9.914 8.742-9.914c5.063 0 8.602 3.54 8.602 8.86c0 5.133-3.469 8.742-8.25 8.742c-1.664 0-2.086-.352-2.906-.352c-1.008 0-1.828.68-1.828 1.735c0 .703.351 1.242.89 1.64c.89.703 2.367.961 3.727.961c7.453 0 12.328-5.203 12.328-12.726c0-7.735-5.133-12.867-12.563-12.867c-7.617 0-12.773 5.062-12.773 14.085v17.649l.234 7.547l-3.562-4.078l-2.04-2.016c-.374-.375-.82-.633-1.523-.633c-.937 0-1.78.797-1.78 1.852"/></svg>
React
import type { SVGProps } from "react";
export function F7Purchased(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="M10.996 40.094c0 .562.258 1.078.633 1.453l7.664 7.64c.75.774 1.594 1.126 2.414 1.126s1.617-.376 2.367-1.126l7.688-7.664c.398-.398.633-.914.633-1.453c0-1.054-.844-1.851-1.782-1.851c-.703 0-1.148.258-1.523.633l-2.016 2.015l-3.61 4.102l.235-7.57v-17.79c0-5.93 3.281-9.914 8.742-9.914c5.063 0 8.602 3.54 8.602 8.86c0 5.133-3.469 8.742-8.25 8.742c-1.664 0-2.086-.352-2.906-.352c-1.008 0-1.828.68-1.828 1.735c0 .703.351 1.242.89 1.64c.89.703 2.367.961 3.727.961c7.453 0 12.328-5.203 12.328-12.726c0-7.735-5.133-12.867-12.563-12.867c-7.617 0-12.773 5.062-12.773 14.085v17.649l.234 7.547l-3.562-4.078l-2.04-2.016c-.374-.375-.82-.633-1.523-.633c-.937 0-1.78.797-1.78 1.852"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M10.996 40.094c0 .562.258 1.078.633 1.453l7.664 7.64c.75.774 1.594 1.126 2.414 1.126s1.617-.376 2.367-1.126l7.688-7.664c.398-.398.633-.914.633-1.453c0-1.054-.844-1.851-1.782-1.851c-.703 0-1.148.258-1.523.633l-2.016 2.015l-3.61 4.102l.235-7.57v-17.79c0-5.93 3.281-9.914 8.742-9.914c5.063 0 8.602 3.54 8.602 8.86c0 5.133-3.469 8.742-8.25 8.742c-1.664 0-2.086-.352-2.906-.352c-1.008 0-1.828.68-1.828 1.735c0 .703.351 1.242.89 1.64c.89.703 2.367.961 3.727.961c7.453 0 12.328-5.203 12.328-12.726c0-7.735-5.133-12.867-12.563-12.867c-7.617 0-12.773 5.062-12.773 14.085v17.649l.234 7.547l-3.562-4.078l-2.04-2.016c-.374-.375-.82-.633-1.523-.633c-.937 0-1.78.797-1.78 1.852"/></svg> </template>
CSS
.icon-purchased {
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%22M10.996%2040.094c0%20.562.258%201.078.633%201.453l7.664%207.64c.75.774%201.594%201.126%202.414%201.126s1.617-.376%202.367-1.126l7.688-7.664c.398-.398.633-.914.633-1.453c0-1.054-.844-1.851-1.782-1.851c-.703%200-1.148.258-1.523.633l-2.016%202.015l-3.61%204.102l.235-7.57v-17.79c0-5.93%203.281-9.914%208.742-9.914c5.063%200%208.602%203.54%208.602%208.86c0%205.133-3.469%208.742-8.25%208.742c-1.664%200-2.086-.352-2.906-.352c-1.008%200-1.828.68-1.828%201.735c0%20.703.351%201.242.89%201.64c.89.703%202.367.961%203.727.961c7.453%200%2012.328-5.203%2012.328-12.726c0-7.735-5.133-12.867-12.563-12.867c-7.617%200-12.773%205.062-12.773%2014.085v17.649l.234%207.547l-3.562-4.078l-2.04-2.016c-.374-.375-.82-.633-1.523-.633c-.937%200-1.78.797-1.78%201.852%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%22M10.996%2040.094c0%20.562.258%201.078.633%201.453l7.664%207.64c.75.774%201.594%201.126%202.414%201.126s1.617-.376%202.367-1.126l7.688-7.664c.398-.398.633-.914.633-1.453c0-1.054-.844-1.851-1.782-1.851c-.703%200-1.148.258-1.523.633l-2.016%202.015l-3.61%204.102l.235-7.57v-17.79c0-5.93%203.281-9.914%208.742-9.914c5.063%200%208.602%203.54%208.602%208.86c0%205.133-3.469%208.742-8.25%208.742c-1.664%200-2.086-.352-2.906-.352c-1.008%200-1.828.68-1.828%201.735c0%20.703.351%201.242.89%201.64c.89.703%202.367.961%203.727.961c7.453%200%2012.328-5.203%2012.328-12.726c0-7.735-5.133-12.867-12.563-12.867c-7.617%200-12.773%205.062-12.773%2014.085v17.649l.234%207.547l-3.562-4.078l-2.04-2.016c-.374-.375-.82-.633-1.523-.633c-.937%200-1.78.797-1.78%201.852%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/purchased.svg?color=%231a73e8&size=48