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

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

The same icon in other sets

Use the zzz icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M10.492 26.875h14.906c1.125 0 1.758-.61 1.758-1.64c0-1.032-.633-1.618-1.758-1.618H12.883v-.094l13.125-15.82c.75-.89.937-1.43.937-2.133c0-1.289-.89-2.086-2.437-2.086H9.93c-1.125 0-1.758.586-1.758 1.618c0 1.054.633 1.64 1.758 1.64h12.492v.094L8.992 23.055c-.539.633-.68 1.101-.68 1.78c0 1.22.868 2.04 2.18 2.04m23.813 12.61h11.812c1.102 0 1.711-.563 1.711-1.594c0-.961-.61-1.547-1.71-1.547h-9.61v-.094l10.031-12.094c.797-.96 1.055-1.5 1.055-2.156c0-1.266-.844-2.039-2.344-2.039H33.742c-1.078 0-1.71.586-1.71 1.57c0 1.008.632 1.57 1.71 1.57h9.586v.094l-10.312 12.47c-.61.726-.82 1.194-.82 1.874c0 1.148.82 1.945 2.109 1.945m-16.922 13.03h9.469c1.007 0 1.593-.562 1.593-1.476c0-.937-.586-1.453-1.593-1.453h-7.407v-.094l7.782-9.469c.75-.914.984-1.476.984-2.156c0-1.125-.773-1.758-2.04-1.758h-9.374c-1.008 0-1.57.54-1.57 1.453c0 .938.562 1.477 1.57 1.477h7.523v.07l-8.156 9.844c-.562.703-.75 1.102-.75 1.758c0 1.055.774 1.805 1.969 1.805"/></svg>

React

import type { SVGProps } from "react";

export function F7Zzz(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.492 26.875h14.906c1.125 0 1.758-.61 1.758-1.64c0-1.032-.633-1.618-1.758-1.618H12.883v-.094l13.125-15.82c.75-.89.937-1.43.937-2.133c0-1.289-.89-2.086-2.437-2.086H9.93c-1.125 0-1.758.586-1.758 1.618c0 1.054.633 1.64 1.758 1.64h12.492v.094L8.992 23.055c-.539.633-.68 1.101-.68 1.78c0 1.22.868 2.04 2.18 2.04m23.813 12.61h11.812c1.102 0 1.711-.563 1.711-1.594c0-.961-.61-1.547-1.71-1.547h-9.61v-.094l10.031-12.094c.797-.96 1.055-1.5 1.055-2.156c0-1.266-.844-2.039-2.344-2.039H33.742c-1.078 0-1.71.586-1.71 1.57c0 1.008.632 1.57 1.71 1.57h9.586v.094l-10.312 12.47c-.61.726-.82 1.194-.82 1.874c0 1.148.82 1.945 2.109 1.945m-16.922 13.03h9.469c1.007 0 1.593-.562 1.593-1.476c0-.937-.586-1.453-1.593-1.453h-7.407v-.094l7.782-9.469c.75-.914.984-1.476.984-2.156c0-1.125-.773-1.758-2.04-1.758h-9.374c-1.008 0-1.57.54-1.57 1.453c0 .938.562 1.477 1.57 1.477h7.523v.07l-8.156 9.844c-.562.703-.75 1.102-.75 1.758c0 1.055.774 1.805 1.969 1.805"/></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.492 26.875h14.906c1.125 0 1.758-.61 1.758-1.64c0-1.032-.633-1.618-1.758-1.618H12.883v-.094l13.125-15.82c.75-.89.937-1.43.937-2.133c0-1.289-.89-2.086-2.437-2.086H9.93c-1.125 0-1.758.586-1.758 1.618c0 1.054.633 1.64 1.758 1.64h12.492v.094L8.992 23.055c-.539.633-.68 1.101-.68 1.78c0 1.22.868 2.04 2.18 2.04m23.813 12.61h11.812c1.102 0 1.711-.563 1.711-1.594c0-.961-.61-1.547-1.71-1.547h-9.61v-.094l10.031-12.094c.797-.96 1.055-1.5 1.055-2.156c0-1.266-.844-2.039-2.344-2.039H33.742c-1.078 0-1.71.586-1.71 1.57c0 1.008.632 1.57 1.71 1.57h9.586v.094l-10.312 12.47c-.61.726-.82 1.194-.82 1.874c0 1.148.82 1.945 2.109 1.945m-16.922 13.03h9.469c1.007 0 1.593-.562 1.593-1.476c0-.937-.586-1.453-1.593-1.453h-7.407v-.094l7.782-9.469c.75-.914.984-1.476.984-2.156c0-1.125-.773-1.758-2.04-1.758h-9.374c-1.008 0-1.57.54-1.57 1.453c0 .938.562 1.477 1.57 1.477h7.523v.07l-8.156 9.844c-.562.703-.75 1.102-.75 1.758c0 1.055.774 1.805 1.969 1.805"/></svg>
</template>

CSS

.icon-zzz {
  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.492%2026.875h14.906c1.125%200%201.758-.61%201.758-1.64c0-1.032-.633-1.618-1.758-1.618H12.883v-.094l13.125-15.82c.75-.89.937-1.43.937-2.133c0-1.289-.89-2.086-2.437-2.086H9.93c-1.125%200-1.758.586-1.758%201.618c0%201.054.633%201.64%201.758%201.64h12.492v.094L8.992%2023.055c-.539.633-.68%201.101-.68%201.78c0%201.22.868%202.04%202.18%202.04m23.813%2012.61h11.812c1.102%200%201.711-.563%201.711-1.594c0-.961-.61-1.547-1.71-1.547h-9.61v-.094l10.031-12.094c.797-.96%201.055-1.5%201.055-2.156c0-1.266-.844-2.039-2.344-2.039H33.742c-1.078%200-1.71.586-1.71%201.57c0%201.008.632%201.57%201.71%201.57h9.586v.094l-10.312%2012.47c-.61.726-.82%201.194-.82%201.874c0%201.148.82%201.945%202.109%201.945m-16.922%2013.03h9.469c1.007%200%201.593-.562%201.593-1.476c0-.937-.586-1.453-1.593-1.453h-7.407v-.094l7.782-9.469c.75-.914.984-1.476.984-2.156c0-1.125-.773-1.758-2.04-1.758h-9.374c-1.008%200-1.57.54-1.57%201.453c0%20.938.562%201.477%201.57%201.477h7.523v.07l-8.156%209.844c-.562.703-.75%201.102-.75%201.758c0%201.055.774%201.805%201.969%201.805%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.492%2026.875h14.906c1.125%200%201.758-.61%201.758-1.64c0-1.032-.633-1.618-1.758-1.618H12.883v-.094l13.125-15.82c.75-.89.937-1.43.937-2.133c0-1.289-.89-2.086-2.437-2.086H9.93c-1.125%200-1.758.586-1.758%201.618c0%201.054.633%201.64%201.758%201.64h12.492v.094L8.992%2023.055c-.539.633-.68%201.101-.68%201.78c0%201.22.868%202.04%202.18%202.04m23.813%2012.61h11.812c1.102%200%201.711-.563%201.711-1.594c0-.961-.61-1.547-1.71-1.547h-9.61v-.094l10.031-12.094c.797-.96%201.055-1.5%201.055-2.156c0-1.266-.844-2.039-2.344-2.039H33.742c-1.078%200-1.71.586-1.71%201.57c0%201.008.632%201.57%201.71%201.57h9.586v.094l-10.312%2012.47c-.61.726-.82%201.194-.82%201.874c0%201.148.82%201.945%202.109%201.945m-16.922%2013.03h9.469c1.007%200%201.593-.562%201.593-1.476c0-.937-.586-1.453-1.593-1.453h-7.407v-.094l7.782-9.469c.75-.914.984-1.476.984-2.156c0-1.125-.773-1.758-2.04-1.758h-9.374c-1.008%200-1.57.54-1.57%201.453c0%20.938.562%201.477%201.57%201.477h7.523v.07l-8.156%209.844c-.562.703-.75%201.102-.75%201.758c0%201.055.774%201.805%201.969%201.805%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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