pause-sharp-fill from Keyline Icons by Keyline Icons · Sharp Fill · MIT Free for personal and commercial use.

Name
pause-sharp-fill
Set
Keyline Icons
Style
Sharp Fill
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Use the pause icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 3L9 3C9.5523 3 10 3.4477 10 4L10 20C10 20.5523 9.5523 21 9 21L5 21C4.4477 21 4 20.5523 4 20L4 4C4 3.4477 4.4477 3 5 3ZM15 3L19 3C19.5523 3 20 3.4477 20 4L20 20C20 20.5523 19.5523 21 19 21L15 21C14.4477 21 14 20.5523 14 20L14 4C14 3.4477 14.4477 3 15 3Z"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsPauseSharpFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 3L9 3C9.5523 3 10 3.4477 10 4L10 20C10 20.5523 9.5523 21 9 21L5 21C4.4477 21 4 20.5523 4 20L4 4C4 3.4477 4.4477 3 5 3ZM15 3L19 3C19.5523 3 20 3.4477 20 4L20 20C20 20.5523 19.5523 21 19 21L15 21C14.4477 21 14 20.5523 14 20L14 4C14 3.4477 14.4477 3 15 3Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 3L9 3C9.5523 3 10 3.4477 10 4L10 20C10 20.5523 9.5523 21 9 21L5 21C4.4477 21 4 20.5523 4 20L4 4C4 3.4477 4.4477 3 5 3ZM15 3L19 3C19.5523 3 20 3.4477 20 4L20 20C20 20.5523 19.5523 21 19 21L15 21C14.4477 21 14 20.5523 14 20L14 4C14 3.4477 14.4477 3 15 3Z"/></svg>
</template>

CSS

.icon-pause-sharp-fill {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%203L9%203C9.5523%203%2010%203.4477%2010%204L10%2020C10%2020.5523%209.5523%2021%209%2021L5%2021C4.4477%2021%204%2020.5523%204%2020L4%204C4%203.4477%204.4477%203%205%203ZM15%203L19%203C19.5523%203%2020%203.4477%2020%204L20%2020C20%2020.5523%2019.5523%2021%2019%2021L15%2021C14.4477%2021%2014%2020.5523%2014%2020L14%204C14%203.4477%2014.4477%203%2015%203Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%203L9%203C9.5523%203%2010%203.4477%2010%204L10%2020C10%2020.5523%209.5523%2021%209%2021L5%2021C4.4477%2021%204%2020.5523%204%2020L4%204C4%203.4477%204.4477%203%205%203ZM15%203L19%203C19.5523%203%2020%203.4477%2020%204L20%2020C20%2020.5523%2019.5523%2021%2019%2021L15%2021C14.4477%2021%2014%2020.5523%2014%2020L14%204C14%203.4477%2014.4477%203%2015%203Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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