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

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

The same icon in other sets

Use the sum icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M17.453 53.77h21.938c1.218 0 2.132-.774 2.132-1.97c0-1.194-.914-1.991-2.132-1.991H19.398v-.211l12.985-19.594c.61-.938.867-1.43.867-2.203c0-.844-.398-1.57-1.195-2.742L19.422 6.402v-.21h19.992c1.219 0 2.133-.774 2.133-1.97s-.914-1.992-2.133-1.992H17.477c-1.758 0-3 1.102-3 2.72c0 .913.234 1.57.89 2.554l13.547 20.133v.258l-13.57 20.601c-.656.984-.89 1.64-.89 2.555c0 1.593 1.265 2.718 3 2.718"/></svg>

React

import type { SVGProps } from "react";

export function F7Sum(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="M17.453 53.77h21.938c1.218 0 2.132-.774 2.132-1.97c0-1.194-.914-1.991-2.132-1.991H19.398v-.211l12.985-19.594c.61-.938.867-1.43.867-2.203c0-.844-.398-1.57-1.195-2.742L19.422 6.402v-.21h19.992c1.219 0 2.133-.774 2.133-1.97s-.914-1.992-2.133-1.992H17.477c-1.758 0-3 1.102-3 2.72c0 .913.234 1.57.89 2.554l13.547 20.133v.258l-13.57 20.601c-.656.984-.89 1.64-.89 2.555c0 1.593 1.265 2.718 3 2.718"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M17.453 53.77h21.938c1.218 0 2.132-.774 2.132-1.97c0-1.194-.914-1.991-2.132-1.991H19.398v-.211l12.985-19.594c.61-.938.867-1.43.867-2.203c0-.844-.398-1.57-1.195-2.742L19.422 6.402v-.21h19.992c1.219 0 2.133-.774 2.133-1.97s-.914-1.992-2.133-1.992H17.477c-1.758 0-3 1.102-3 2.72c0 .913.234 1.57.89 2.554l13.547 20.133v.258l-13.57 20.601c-.656.984-.89 1.64-.89 2.555c0 1.593 1.265 2.718 3 2.718"/></svg>
</template>

CSS

.icon-sum {
  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%22M17.453%2053.77h21.938c1.218%200%202.132-.774%202.132-1.97c0-1.194-.914-1.991-2.132-1.991H19.398v-.211l12.985-19.594c.61-.938.867-1.43.867-2.203c0-.844-.398-1.57-1.195-2.742L19.422%206.402v-.21h19.992c1.219%200%202.133-.774%202.133-1.97s-.914-1.992-2.133-1.992H17.477c-1.758%200-3%201.102-3%202.72c0%20.913.234%201.57.89%202.554l13.547%2020.133v.258l-13.57%2020.601c-.656.984-.89%201.64-.89%202.555c0%201.593%201.265%202.718%203%202.718%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%22M17.453%2053.77h21.938c1.218%200%202.132-.774%202.132-1.97c0-1.194-.914-1.991-2.132-1.991H19.398v-.211l12.985-19.594c.61-.938.867-1.43.867-2.203c0-.844-.398-1.57-1.195-2.742L19.422%206.402v-.21h19.992c1.219%200%202.133-.774%202.133-1.97s-.914-1.992-2.133-1.992H17.477c-1.758%200-3%201.102-3%202.72c0%20.913.234%201.57.89%202.554l13.547%2020.133v.258l-13.57%2020.601c-.656.984-.89%201.64-.89%202.555c0%201.593%201.265%202.718%203%202.718%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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