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

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

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the pause icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M20.266 47.36c1.101 0 1.992-.844 1.992-1.946V10.61a1.97 1.97 0 0 0-1.992-1.968c-1.102 0-2.016.867-2.016 1.968v34.805c0 1.102.914 1.945 2.016 1.945m15.492 0c1.101 0 1.992-.844 1.992-1.946V10.61a1.97 1.97 0 0 0-1.992-1.968c-1.102 0-2.016.867-2.016 1.968v34.805c0 1.102.914 1.945 2.016 1.945"/></svg>

React

import type { SVGProps } from "react";

export function F7Pause(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="M20.266 47.36c1.101 0 1.992-.844 1.992-1.946V10.61a1.97 1.97 0 0 0-1.992-1.968c-1.102 0-2.016.867-2.016 1.968v34.805c0 1.102.914 1.945 2.016 1.945m15.492 0c1.101 0 1.992-.844 1.992-1.946V10.61a1.97 1.97 0 0 0-1.992-1.968c-1.102 0-2.016.867-2.016 1.968v34.805c0 1.102.914 1.945 2.016 1.945"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M20.266 47.36c1.101 0 1.992-.844 1.992-1.946V10.61a1.97 1.97 0 0 0-1.992-1.968c-1.102 0-2.016.867-2.016 1.968v34.805c0 1.102.914 1.945 2.016 1.945m15.492 0c1.101 0 1.992-.844 1.992-1.946V10.61a1.97 1.97 0 0 0-1.992-1.968c-1.102 0-2.016.867-2.016 1.968v34.805c0 1.102.914 1.945 2.016 1.945"/></svg>
</template>

CSS

.icon-pause {
  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%22M20.266%2047.36c1.101%200%201.992-.844%201.992-1.946V10.61a1.97%201.97%200%200%200-1.992-1.968c-1.102%200-2.016.867-2.016%201.968v34.805c0%201.102.914%201.945%202.016%201.945m15.492%200c1.101%200%201.992-.844%201.992-1.946V10.61a1.97%201.97%200%200%200-1.992-1.968c-1.102%200-2.016.867-2.016%201.968v34.805c0%201.102.914%201.945%202.016%201.945%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%22M20.266%2047.36c1.101%200%201.992-.844%201.992-1.946V10.61a1.97%201.97%200%200%200-1.992-1.968c-1.102%200-2.016.867-2.016%201.968v34.805c0%201.102.914%201.945%202.016%201.945m15.492%200c1.101%200%201.992-.844%201.992-1.946V10.61a1.97%201.97%200%200%200-1.992-1.968c-1.102%200-2.016.867-2.016%201.968v34.805c0%201.102.914%201.945%202.016%201.945%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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