percent from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
percent
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

The same icon in other sets

Use the percent icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M14.148 50.395c.797 0 1.29-.352 1.899-1.243l13.851-20.46L43.422 8.745c.305-.398.445-.82.445-1.36c0-.96-.867-1.78-1.922-1.78c-.843 0-1.336.328-1.992 1.265L26.43 26.863L12.602 47.16c-.305.446-.47.914-.47 1.43c0 1.031.845 1.804 2.016 1.804m.54-22.946c5.062 0 8.109-4.148 8.109-10.758s-3.07-10.687-8.11-10.687c-5.015 0-8.109 4.102-8.109 10.687c0 6.633 3.07 10.758 8.11 10.758m0-3.281c-2.72 0-4.313-2.742-4.313-7.477c0-4.664 1.617-7.43 4.313-7.43S19 12.005 19 16.692c0 4.735-1.594 7.477-4.312 7.477m26.624 25.828c5.063 0 8.11-4.148 8.11-10.734c0-6.633-3.07-10.711-8.11-10.711c-5.015 0-8.109 4.101-8.109 10.71s3.07 10.735 8.11 10.735m0-3.258c-2.718 0-4.312-2.765-4.312-7.476c0-4.688 1.617-7.43 4.313-7.43s4.312 2.719 4.312 7.43c0 4.71-1.594 7.476-4.312 7.476"/></svg>

React

import type { SVGProps } from "react";

export function F7Percent(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="M14.148 50.395c.797 0 1.29-.352 1.899-1.243l13.851-20.46L43.422 8.745c.305-.398.445-.82.445-1.36c0-.96-.867-1.78-1.922-1.78c-.843 0-1.336.328-1.992 1.265L26.43 26.863L12.602 47.16c-.305.446-.47.914-.47 1.43c0 1.031.845 1.804 2.016 1.804m.54-22.946c5.062 0 8.109-4.148 8.109-10.758s-3.07-10.687-8.11-10.687c-5.015 0-8.109 4.102-8.109 10.687c0 6.633 3.07 10.758 8.11 10.758m0-3.281c-2.72 0-4.313-2.742-4.313-7.477c0-4.664 1.617-7.43 4.313-7.43S19 12.005 19 16.692c0 4.735-1.594 7.477-4.312 7.477m26.624 25.828c5.063 0 8.11-4.148 8.11-10.734c0-6.633-3.07-10.711-8.11-10.711c-5.015 0-8.109 4.101-8.109 10.71s3.07 10.735 8.11 10.735m0-3.258c-2.718 0-4.312-2.765-4.312-7.476c0-4.688 1.617-7.43 4.313-7.43s4.312 2.719 4.312 7.43c0 4.71-1.594 7.476-4.312 7.476"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M14.148 50.395c.797 0 1.29-.352 1.899-1.243l13.851-20.46L43.422 8.745c.305-.398.445-.82.445-1.36c0-.96-.867-1.78-1.922-1.78c-.843 0-1.336.328-1.992 1.265L26.43 26.863L12.602 47.16c-.305.446-.47.914-.47 1.43c0 1.031.845 1.804 2.016 1.804m.54-22.946c5.062 0 8.109-4.148 8.109-10.758s-3.07-10.687-8.11-10.687c-5.015 0-8.109 4.102-8.109 10.687c0 6.633 3.07 10.758 8.11 10.758m0-3.281c-2.72 0-4.313-2.742-4.313-7.477c0-4.664 1.617-7.43 4.313-7.43S19 12.005 19 16.692c0 4.735-1.594 7.477-4.312 7.477m26.624 25.828c5.063 0 8.11-4.148 8.11-10.734c0-6.633-3.07-10.711-8.11-10.711c-5.015 0-8.109 4.101-8.109 10.71s3.07 10.735 8.11 10.735m0-3.258c-2.718 0-4.312-2.765-4.312-7.476c0-4.688 1.617-7.43 4.313-7.43s4.312 2.719 4.312 7.43c0 4.71-1.594 7.476-4.312 7.476"/></svg>
</template>

CSS

.icon-percent {
  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%22M14.148%2050.395c.797%200%201.29-.352%201.899-1.243l13.851-20.46L43.422%208.745c.305-.398.445-.82.445-1.36c0-.96-.867-1.78-1.922-1.78c-.843%200-1.336.328-1.992%201.265L26.43%2026.863L12.602%2047.16c-.305.446-.47.914-.47%201.43c0%201.031.845%201.804%202.016%201.804m.54-22.946c5.062%200%208.109-4.148%208.109-10.758s-3.07-10.687-8.11-10.687c-5.015%200-8.109%204.102-8.109%2010.687c0%206.633%203.07%2010.758%208.11%2010.758m0-3.281c-2.72%200-4.313-2.742-4.313-7.477c0-4.664%201.617-7.43%204.313-7.43S19%2012.005%2019%2016.692c0%204.735-1.594%207.477-4.312%207.477m26.624%2025.828c5.063%200%208.11-4.148%208.11-10.734c0-6.633-3.07-10.711-8.11-10.711c-5.015%200-8.109%204.101-8.109%2010.71s3.07%2010.735%208.11%2010.735m0-3.258c-2.718%200-4.312-2.765-4.312-7.476c0-4.688%201.617-7.43%204.313-7.43s4.312%202.719%204.312%207.43c0%204.71-1.594%207.476-4.312%207.476%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%22M14.148%2050.395c.797%200%201.29-.352%201.899-1.243l13.851-20.46L43.422%208.745c.305-.398.445-.82.445-1.36c0-.96-.867-1.78-1.922-1.78c-.843%200-1.336.328-1.992%201.265L26.43%2026.863L12.602%2047.16c-.305.446-.47.914-.47%201.43c0%201.031.845%201.804%202.016%201.804m.54-22.946c5.062%200%208.109-4.148%208.109-10.758s-3.07-10.687-8.11-10.687c-5.015%200-8.109%204.102-8.109%2010.687c0%206.633%203.07%2010.758%208.11%2010.758m0-3.281c-2.72%200-4.313-2.742-4.313-7.477c0-4.664%201.617-7.43%204.313-7.43S19%2012.005%2019%2016.692c0%204.735-1.594%207.477-4.312%207.477m26.624%2025.828c5.063%200%208.11-4.148%208.11-10.734c0-6.633-3.07-10.711-8.11-10.711c-5.015%200-8.109%204.101-8.109%2010.71s3.07%2010.735%208.11%2010.735m0-3.258c-2.718%200-4.312-2.765-4.312-7.476c0-4.688%201.617-7.43%204.313-7.43s4.312%202.719%204.312%207.43c0%204.71-1.594%207.476-4.312%207.476%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/percent.svg?color=%231a73e8&size=48

Percent outline icon — Framework7 Icons · IconsDB