check-in-out from Material Symbols by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.

Name
check-in-out
Set
Material Symbols
Style
Regular
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
check-in-out-outline, check-in-out-outline-sharp, check-in-out-sharp

1 other variant in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

Use the check in out icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.525 19Q5.25 19 4.4 18.15t-.85-2.125t.85-2.137t2.125-.863t2.125.85T9.5 16t-.85 2.137T6.525 19m-2.7-8.025V5H5.1v5.975zm2.7 6.875q.775 0 1.275-.525T8.3 16t-.488-1.312t-1.287-.513q-.775 0-1.275.513T4.75 16t.5 1.325t1.275.525m-.275-6.875V5h1.4L9.9 8.8l-.05-.95V5h1.25v5.975H9.825l-2.4-4.025l.075.95v3.075zM12.8 19q-1.05 0-1.675-.675t-.625-1.8v-3.5h1.225V16.6q0 .525.313.875t.762.35t.75-.35t.3-.875v-3.575h1.225v3.5q0 1.125-.625 1.8T12.8 19m4.85 0v-4.8h-1.6v-1.175h4.4V14.2h-1.575V19z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCheckInOut(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="M6.525 19Q5.25 19 4.4 18.15t-.85-2.125t.85-2.137t2.125-.863t2.125.85T9.5 16t-.85 2.137T6.525 19m-2.7-8.025V5H5.1v5.975zm2.7 6.875q.775 0 1.275-.525T8.3 16t-.488-1.312t-1.287-.513q-.775 0-1.275.513T4.75 16t.5 1.325t1.275.525m-.275-6.875V5h1.4L9.9 8.8l-.05-.95V5h1.25v5.975H9.825l-2.4-4.025l.075.95v3.075zM12.8 19q-1.05 0-1.675-.675t-.625-1.8v-3.5h1.225V16.6q0 .525.313.875t.762.35t.75-.35t.3-.875v-3.575h1.225v3.5q0 1.125-.625 1.8T12.8 19m4.85 0v-4.8h-1.6v-1.175h4.4V14.2h-1.575V19z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.525 19Q5.25 19 4.4 18.15t-.85-2.125t.85-2.137t2.125-.863t2.125.85T9.5 16t-.85 2.137T6.525 19m-2.7-8.025V5H5.1v5.975zm2.7 6.875q.775 0 1.275-.525T8.3 16t-.488-1.312t-1.287-.513q-.775 0-1.275.513T4.75 16t.5 1.325t1.275.525m-.275-6.875V5h1.4L9.9 8.8l-.05-.95V5h1.25v5.975H9.825l-2.4-4.025l.075.95v3.075zM12.8 19q-1.05 0-1.675-.675t-.625-1.8v-3.5h1.225V16.6q0 .525.313.875t.762.35t.75-.35t.3-.875v-3.575h1.225v3.5q0 1.125-.625 1.8T12.8 19m4.85 0v-4.8h-1.6v-1.175h4.4V14.2h-1.575V19z"/></svg>
</template>

CSS

.icon-check-in-out {
  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%22M6.525%2019Q5.25%2019%204.4%2018.15t-.85-2.125t.85-2.137t2.125-.863t2.125.85T9.5%2016t-.85%202.137T6.525%2019m-2.7-8.025V5H5.1v5.975zm2.7%206.875q.775%200%201.275-.525T8.3%2016t-.488-1.312t-1.287-.513q-.775%200-1.275.513T4.75%2016t.5%201.325t1.275.525m-.275-6.875V5h1.4L9.9%208.8l-.05-.95V5h1.25v5.975H9.825l-2.4-4.025l.075.95v3.075zM12.8%2019q-1.05%200-1.675-.675t-.625-1.8v-3.5h1.225V16.6q0%20.525.313.875t.762.35t.75-.35t.3-.875v-3.575h1.225v3.5q0%201.125-.625%201.8T12.8%2019m4.85%200v-4.8h-1.6v-1.175h4.4V14.2h-1.575V19z%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%22M6.525%2019Q5.25%2019%204.4%2018.15t-.85-2.125t.85-2.137t2.125-.863t2.125.85T9.5%2016t-.85%202.137T6.525%2019m-2.7-8.025V5H5.1v5.975zm2.7%206.875q.775%200%201.275-.525T8.3%2016t-.488-1.312t-1.287-.513q-.775%200-1.275.513T4.75%2016t.5%201.325t1.275.525m-.275-6.875V5h1.4L9.9%208.8l-.05-.95V5h1.25v5.975H9.825l-2.4-4.025l.075.95v3.075zM12.8%2019q-1.05%200-1.675-.675t-.625-1.8v-3.5h1.225V16.6q0%20.525.313.875t.762.35t.75-.35t.3-.875v-3.575h1.225v3.5q0%201.125-.625%201.8T12.8%2019m4.85%200v-4.8h-1.6v-1.175h4.4V14.2h-1.575V19z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/check-in-out.svg?color=%231a73e8&size=48