framework7 icon logo

framework7-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
framework7-icon
Set
SVG Logos
Style
Color
Viewbox
256×256
License
CC0

Use the framework7 icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#ee350f" d="M0 128c0-30.764 10.853-58.992 28.939-81.067H227.06L85.735 248.858C35.811 231.4 0 183.882 0 128m237.562-66.219C249.264 81.101 256 103.764 256 128c0 70.692-57.308 128-128 128c-8.47 0-16.746-.823-24.756-2.392zM45.813 29.867C68.05 11.225 96.713 0 128 0s59.951 11.225 82.187 29.867z"/></svg>

React

import type { SVGProps } from "react";

export function LogosFramework7Icon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#ee350f" d="M0 128c0-30.764 10.853-58.992 28.939-81.067H227.06L85.735 248.858C35.811 231.4 0 183.882 0 128m237.562-66.219C249.264 81.101 256 103.764 256 128c0 70.692-57.308 128-128 128c-8.47 0-16.746-.823-24.756-2.392zM45.813 29.867C68.05 11.225 96.713 0 128 0s59.951 11.225 82.187 29.867z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#ee350f" d="M0 128c0-30.764 10.853-58.992 28.939-81.067H227.06L85.735 248.858C35.811 231.4 0 183.882 0 128m237.562-66.219C249.264 81.101 256 103.764 256 128c0 70.692-57.308 128-128 128c-8.47 0-16.746-.823-24.756-2.392zM45.813 29.867C68.05 11.225 96.713 0 128 0s59.951 11.225 82.187 29.867z"/></svg>
</template>

CSS

.icon-framework7-icon {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22%23ee350f%22%20d%3D%22M0%20128c0-30.764%2010.853-58.992%2028.939-81.067H227.06L85.735%20248.858C35.811%20231.4%200%20183.882%200%20128m237.562-66.219C249.264%2081.101%20256%20103.764%20256%20128c0%2070.692-57.308%20128-128%20128c-8.47%200-16.746-.823-24.756-2.392zM45.813%2029.867C68.05%2011.225%2096.713%200%20128%200s59.951%2011.225%2082.187%2029.867z%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%20256%20256%22%3E%3Cpath%20fill%3D%22%23ee350f%22%20d%3D%22M0%20128c0-30.764%2010.853-58.992%2028.939-81.067H227.06L85.735%20248.858C35.811%20231.4%200%20183.882%200%20128m237.562-66.219C249.264%2081.101%20256%20103.764%20256%20128c0%2070.692-57.308%20128-128%20128c-8.47%200-16.746-.823-24.756-2.392zM45.813%2029.867C68.05%2011.225%2096.713%200%20128%200s59.951%2011.225%2082.187%2029.867z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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