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

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

1 other variant in Framework7 Icons

The same icon in other sets

Use the capslock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M20.781 37.621h14.461c3.281 0 5.016-1.922 5.016-5.016v-4.148h8.882c1.946 0 3.493-1.148 3.493-2.953c0-1.102-.563-1.969-1.617-2.883L30.906 4.88c-.96-.844-1.851-1.406-2.906-1.406c-1.031 0-1.922.562-2.883 1.406L4.984 22.645c-1.101.96-1.617 1.757-1.617 2.859c0 1.805 1.547 2.953 3.516 2.953h8.86v4.148c0 3.094 1.757 5.016 5.038 5.016m.375-3.539c-.89 0-1.5-.586-1.5-1.477v-6.89c0-.563-.21-.797-.773-.797H8.664c-.164 0-.234-.07-.234-.187a.33.33 0 0 1 .14-.282L27.508 7.996c.21-.187.328-.258.492-.258s.305.07.492.258L47.453 24.45a.33.33 0 0 1 .14.281c0 .118-.093.188-.257.188H37.14c-.563 0-.774.234-.774.797v6.89c0 .868-.656 1.477-1.5 1.477Zm-1.383 18.445h16.29c2.695 0 4.242-1.5 4.242-4.218v-3.375c0-2.72-1.547-4.266-4.243-4.266H19.773c-2.718 0-4.265 1.57-4.265 4.266v3.375c0 2.695 1.547 4.218 4.265 4.218m.54-3.304c-.82 0-1.266-.422-1.266-1.242v-2.72c0-.82.445-1.288 1.265-1.288h15.211c.797 0 1.242.468 1.242 1.289v2.718c0 .82-.445 1.243-1.242 1.243Z"/></svg>

React

import type { SVGProps } from "react";

export function F7Capslock(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.781 37.621h14.461c3.281 0 5.016-1.922 5.016-5.016v-4.148h8.882c1.946 0 3.493-1.148 3.493-2.953c0-1.102-.563-1.969-1.617-2.883L30.906 4.88c-.96-.844-1.851-1.406-2.906-1.406c-1.031 0-1.922.562-2.883 1.406L4.984 22.645c-1.101.96-1.617 1.757-1.617 2.859c0 1.805 1.547 2.953 3.516 2.953h8.86v4.148c0 3.094 1.757 5.016 5.038 5.016m.375-3.539c-.89 0-1.5-.586-1.5-1.477v-6.89c0-.563-.21-.797-.773-.797H8.664c-.164 0-.234-.07-.234-.187a.33.33 0 0 1 .14-.282L27.508 7.996c.21-.187.328-.258.492-.258s.305.07.492.258L47.453 24.45a.33.33 0 0 1 .14.281c0 .118-.093.188-.257.188H37.14c-.563 0-.774.234-.774.797v6.89c0 .868-.656 1.477-1.5 1.477Zm-1.383 18.445h16.29c2.695 0 4.242-1.5 4.242-4.218v-3.375c0-2.72-1.547-4.266-4.243-4.266H19.773c-2.718 0-4.265 1.57-4.265 4.266v3.375c0 2.695 1.547 4.218 4.265 4.218m.54-3.304c-.82 0-1.266-.422-1.266-1.242v-2.72c0-.82.445-1.288 1.265-1.288h15.211c.797 0 1.242.468 1.242 1.289v2.718c0 .82-.445 1.243-1.242 1.243Z"/></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.781 37.621h14.461c3.281 0 5.016-1.922 5.016-5.016v-4.148h8.882c1.946 0 3.493-1.148 3.493-2.953c0-1.102-.563-1.969-1.617-2.883L30.906 4.88c-.96-.844-1.851-1.406-2.906-1.406c-1.031 0-1.922.562-2.883 1.406L4.984 22.645c-1.101.96-1.617 1.757-1.617 2.859c0 1.805 1.547 2.953 3.516 2.953h8.86v4.148c0 3.094 1.757 5.016 5.038 5.016m.375-3.539c-.89 0-1.5-.586-1.5-1.477v-6.89c0-.563-.21-.797-.773-.797H8.664c-.164 0-.234-.07-.234-.187a.33.33 0 0 1 .14-.282L27.508 7.996c.21-.187.328-.258.492-.258s.305.07.492.258L47.453 24.45a.33.33 0 0 1 .14.281c0 .118-.093.188-.257.188H37.14c-.563 0-.774.234-.774.797v6.89c0 .868-.656 1.477-1.5 1.477Zm-1.383 18.445h16.29c2.695 0 4.242-1.5 4.242-4.218v-3.375c0-2.72-1.547-4.266-4.243-4.266H19.773c-2.718 0-4.265 1.57-4.265 4.266v3.375c0 2.695 1.547 4.218 4.265 4.218m.54-3.304c-.82 0-1.266-.422-1.266-1.242v-2.72c0-.82.445-1.288 1.265-1.288h15.211c.797 0 1.242.468 1.242 1.289v2.718c0 .82-.445 1.243-1.242 1.243Z"/></svg>
</template>

CSS

.icon-capslock {
  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.781%2037.621h14.461c3.281%200%205.016-1.922%205.016-5.016v-4.148h8.882c1.946%200%203.493-1.148%203.493-2.953c0-1.102-.563-1.969-1.617-2.883L30.906%204.88c-.96-.844-1.851-1.406-2.906-1.406c-1.031%200-1.922.562-2.883%201.406L4.984%2022.645c-1.101.96-1.617%201.757-1.617%202.859c0%201.805%201.547%202.953%203.516%202.953h8.86v4.148c0%203.094%201.757%205.016%205.038%205.016m.375-3.539c-.89%200-1.5-.586-1.5-1.477v-6.89c0-.563-.21-.797-.773-.797H8.664c-.164%200-.234-.07-.234-.187a.33.33%200%200%201%20.14-.282L27.508%207.996c.21-.187.328-.258.492-.258s.305.07.492.258L47.453%2024.45a.33.33%200%200%201%20.14.281c0%20.118-.093.188-.257.188H37.14c-.563%200-.774.234-.774.797v6.89c0%20.868-.656%201.477-1.5%201.477Zm-1.383%2018.445h16.29c2.695%200%204.242-1.5%204.242-4.218v-3.375c0-2.72-1.547-4.266-4.243-4.266H19.773c-2.718%200-4.265%201.57-4.265%204.266v3.375c0%202.695%201.547%204.218%204.265%204.218m.54-3.304c-.82%200-1.266-.422-1.266-1.242v-2.72c0-.82.445-1.288%201.265-1.288h15.211c.797%200%201.242.468%201.242%201.289v2.718c0%20.82-.445%201.243-1.242%201.243Z%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.781%2037.621h14.461c3.281%200%205.016-1.922%205.016-5.016v-4.148h8.882c1.946%200%203.493-1.148%203.493-2.953c0-1.102-.563-1.969-1.617-2.883L30.906%204.88c-.96-.844-1.851-1.406-2.906-1.406c-1.031%200-1.922.562-2.883%201.406L4.984%2022.645c-1.101.96-1.617%201.757-1.617%202.859c0%201.805%201.547%202.953%203.516%202.953h8.86v4.148c0%203.094%201.757%205.016%205.038%205.016m.375-3.539c-.89%200-1.5-.586-1.5-1.477v-6.89c0-.563-.21-.797-.773-.797H8.664c-.164%200-.234-.07-.234-.187a.33.33%200%200%201%20.14-.282L27.508%207.996c.21-.187.328-.258.492-.258s.305.07.492.258L47.453%2024.45a.33.33%200%200%201%20.14.281c0%20.118-.093.188-.257.188H37.14c-.563%200-.774.234-.774.797v6.89c0%20.868-.656%201.477-1.5%201.477Zm-1.383%2018.445h16.29c2.695%200%204.242-1.5%204.242-4.218v-3.375c0-2.72-1.547-4.266-4.243-4.266H19.773c-2.718%200-4.265%201.57-4.265%204.266v3.375c0%202.695%201.547%204.218%204.265%204.218m.54-3.304c-.82%200-1.266-.422-1.266-1.242v-2.72c0-.82.445-1.288%201.265-1.288h15.211c.797%200%201.242.468%201.242%201.289v2.718c0%20.82-.445%201.243-1.242%201.243Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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