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

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

The same icon in other sets

Related icons in Framework7 Icons

Use the divide icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M27.988 17.676c1.922 0 3.469-1.57 3.469-3.445a3.46 3.46 0 0 0-3.469-3.47c-1.898 0-3.445 1.548-3.445 3.47c0 1.874 1.547 3.445 3.445 3.445M10.762 30.027h34.476c1.125 0 2.11-.96 2.11-2.109c0-1.148-.985-2.086-2.11-2.086H10.762c-1.125 0-2.11.938-2.11 2.086s.985 2.11 2.11 2.11m17.226 15.211a3.46 3.46 0 0 0 3.469-3.468c0-1.899-1.547-3.446-3.469-3.446a3.45 3.45 0 0 0-3.445 3.446c0 1.921 1.547 3.468 3.445 3.468"/></svg>

React

import type { SVGProps } from "react";

export function F7Divide(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="M27.988 17.676c1.922 0 3.469-1.57 3.469-3.445a3.46 3.46 0 0 0-3.469-3.47c-1.898 0-3.445 1.548-3.445 3.47c0 1.874 1.547 3.445 3.445 3.445M10.762 30.027h34.476c1.125 0 2.11-.96 2.11-2.109c0-1.148-.985-2.086-2.11-2.086H10.762c-1.125 0-2.11.938-2.11 2.086s.985 2.11 2.11 2.11m17.226 15.211a3.46 3.46 0 0 0 3.469-3.468c0-1.899-1.547-3.446-3.469-3.446a3.45 3.45 0 0 0-3.445 3.446c0 1.921 1.547 3.468 3.445 3.468"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M27.988 17.676c1.922 0 3.469-1.57 3.469-3.445a3.46 3.46 0 0 0-3.469-3.47c-1.898 0-3.445 1.548-3.445 3.47c0 1.874 1.547 3.445 3.445 3.445M10.762 30.027h34.476c1.125 0 2.11-.96 2.11-2.109c0-1.148-.985-2.086-2.11-2.086H10.762c-1.125 0-2.11.938-2.11 2.086s.985 2.11 2.11 2.11m17.226 15.211a3.46 3.46 0 0 0 3.469-3.468c0-1.899-1.547-3.446-3.469-3.446a3.45 3.45 0 0 0-3.445 3.446c0 1.921 1.547 3.468 3.445 3.468"/></svg>
</template>

CSS

.icon-divide {
  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%22M27.988%2017.676c1.922%200%203.469-1.57%203.469-3.445a3.46%203.46%200%200%200-3.469-3.47c-1.898%200-3.445%201.548-3.445%203.47c0%201.874%201.547%203.445%203.445%203.445M10.762%2030.027h34.476c1.125%200%202.11-.96%202.11-2.109c0-1.148-.985-2.086-2.11-2.086H10.762c-1.125%200-2.11.938-2.11%202.086s.985%202.11%202.11%202.11m17.226%2015.211a3.46%203.46%200%200%200%203.469-3.468c0-1.899-1.547-3.446-3.469-3.446a3.45%203.45%200%200%200-3.445%203.446c0%201.921%201.547%203.468%203.445%203.468%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%22M27.988%2017.676c1.922%200%203.469-1.57%203.469-3.445a3.46%203.46%200%200%200-3.469-3.47c-1.898%200-3.445%201.548-3.445%203.47c0%201.874%201.547%203.445%203.445%203.445M10.762%2030.027h34.476c1.125%200%202.11-.96%202.11-2.109c0-1.148-.985-2.086-2.11-2.086H10.762c-1.125%200-2.11.938-2.11%202.086s.985%202.11%202.11%202.11m17.226%2015.211a3.46%203.46%200%200%200%203.469-3.468c0-1.899-1.547-3.446-3.469-3.446a3.45%203.45%200%200%200-3.445%203.446c0%201.921%201.547%203.468%203.445%203.468%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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