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

Name
check-in-out-rounded
Set
Material Symbols Light
Style
Rounded
Category
Activities
Viewbox
24×24
License
Apache 2.0

2 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

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="M7.352 17.808q-.986 0-1.673-.687q-.687-.686-.725-1.711q.019-1.026.705-1.715q.687-.69 1.702-.69q1.016 0 1.712.697q.696.696.696 1.702t-.696 1.705t-1.721.699m-2.041-6.91q-.12-.116-.12-.298V6.606q0-.182.12-.298q.122-.116.3-.116q.177 0 .295.116t.117.298V10.6q0 .182-.115.298t-.296.116t-.302-.116m2.042 6.164q.679 0 1.15-.477t.471-1.181t-.468-1.188t-1.161-.483q-.671 0-1.142.483q-.471.484-.471 1.188t.471 1.18t1.15.478m.321-6.048q-.189 0-.306-.108t-.117-.287v-4q0-.17.129-.298t.298-.129h.306q.127 0 .229.06q.101.06.151.144l1.94 3.25l-.01-.604V6.606q0-.182.114-.298t.297-.116q.18 0 .298.116t.117.298v4.03q0 .155-.114.266q-.115.112-.272.112h-.298q-.105 0-.183-.047q-.079-.046-.135-.133L8.04 7.374l.018.604v2.642q0 .16-.108.277t-.277.117m4.999 6.795q-.788 0-1.307-.56t-.519-1.396v-2.458q0-.162.117-.275t.278-.113t.273.114t.115.274v2.494q0 .5.3.834t.734.334t.723-.334t.291-.834v-2.494q0-.162.117-.275t.277-.113t.284.114t.124.274v2.458q0 .836-.52 1.396q-.518.56-1.287.56m4.622 0q-.179 0-.296-.118t-.117-.296V13.74h-.967q-.158 0-.261-.108t-.103-.262t.103-.258t.26-.105h2.75q.158 0 .261.102t.103.258t-.103.265t-.26.108h-.981v3.66q0 .162-.106.285t-.283.123"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCheckInOutRounded(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="M7.352 17.808q-.986 0-1.673-.687q-.687-.686-.725-1.711q.019-1.026.705-1.715q.687-.69 1.702-.69q1.016 0 1.712.697q.696.696.696 1.702t-.696 1.705t-1.721.699m-2.041-6.91q-.12-.116-.12-.298V6.606q0-.182.12-.298q.122-.116.3-.116q.177 0 .295.116t.117.298V10.6q0 .182-.115.298t-.296.116t-.302-.116m2.042 6.164q.679 0 1.15-.477t.471-1.181t-.468-1.188t-1.161-.483q-.671 0-1.142.483q-.471.484-.471 1.188t.471 1.18t1.15.478m.321-6.048q-.189 0-.306-.108t-.117-.287v-4q0-.17.129-.298t.298-.129h.306q.127 0 .229.06q.101.06.151.144l1.94 3.25l-.01-.604V6.606q0-.182.114-.298t.297-.116q.18 0 .298.116t.117.298v4.03q0 .155-.114.266q-.115.112-.272.112h-.298q-.105 0-.183-.047q-.079-.046-.135-.133L8.04 7.374l.018.604v2.642q0 .16-.108.277t-.277.117m4.999 6.795q-.788 0-1.307-.56t-.519-1.396v-2.458q0-.162.117-.275t.278-.113t.273.114t.115.274v2.494q0 .5.3.834t.734.334t.723-.334t.291-.834v-2.494q0-.162.117-.275t.277-.113t.284.114t.124.274v2.458q0 .836-.52 1.396q-.518.56-1.287.56m4.622 0q-.179 0-.296-.118t-.117-.296V13.74h-.967q-.158 0-.261-.108t-.103-.262t.103-.258t.26-.105h2.75q.158 0 .261.102t.103.258t-.103.265t-.26.108h-.981v3.66q0 .162-.106.285t-.283.123"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.352 17.808q-.986 0-1.673-.687q-.687-.686-.725-1.711q.019-1.026.705-1.715q.687-.69 1.702-.69q1.016 0 1.712.697q.696.696.696 1.702t-.696 1.705t-1.721.699m-2.041-6.91q-.12-.116-.12-.298V6.606q0-.182.12-.298q.122-.116.3-.116q.177 0 .295.116t.117.298V10.6q0 .182-.115.298t-.296.116t-.302-.116m2.042 6.164q.679 0 1.15-.477t.471-1.181t-.468-1.188t-1.161-.483q-.671 0-1.142.483q-.471.484-.471 1.188t.471 1.18t1.15.478m.321-6.048q-.189 0-.306-.108t-.117-.287v-4q0-.17.129-.298t.298-.129h.306q.127 0 .229.06q.101.06.151.144l1.94 3.25l-.01-.604V6.606q0-.182.114-.298t.297-.116q.18 0 .298.116t.117.298v4.03q0 .155-.114.266q-.115.112-.272.112h-.298q-.105 0-.183-.047q-.079-.046-.135-.133L8.04 7.374l.018.604v2.642q0 .16-.108.277t-.277.117m4.999 6.795q-.788 0-1.307-.56t-.519-1.396v-2.458q0-.162.117-.275t.278-.113t.273.114t.115.274v2.494q0 .5.3.834t.734.334t.723-.334t.291-.834v-2.494q0-.162.117-.275t.277-.113t.284.114t.124.274v2.458q0 .836-.52 1.396q-.518.56-1.287.56m4.622 0q-.179 0-.296-.118t-.117-.296V13.74h-.967q-.158 0-.261-.108t-.103-.262t.103-.258t.26-.105h2.75q.158 0 .261.102t.103.258t-.103.265t-.26.108h-.981v3.66q0 .162-.106.285t-.283.123"/></svg>
</template>

CSS

.icon-check-in-out-rounded {
  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%22M7.352%2017.808q-.986%200-1.673-.687q-.687-.686-.725-1.711q.019-1.026.705-1.715q.687-.69%201.702-.69q1.016%200%201.712.697q.696.696.696%201.702t-.696%201.705t-1.721.699m-2.041-6.91q-.12-.116-.12-.298V6.606q0-.182.12-.298q.122-.116.3-.116q.177%200%20.295.116t.117.298V10.6q0%20.182-.115.298t-.296.116t-.302-.116m2.042%206.164q.679%200%201.15-.477t.471-1.181t-.468-1.188t-1.161-.483q-.671%200-1.142.483q-.471.484-.471%201.188t.471%201.18t1.15.478m.321-6.048q-.189%200-.306-.108t-.117-.287v-4q0-.17.129-.298t.298-.129h.306q.127%200%20.229.06q.101.06.151.144l1.94%203.25l-.01-.604V6.606q0-.182.114-.298t.297-.116q.18%200%20.298.116t.117.298v4.03q0%20.155-.114.266q-.115.112-.272.112h-.298q-.105%200-.183-.047q-.079-.046-.135-.133L8.04%207.374l.018.604v2.642q0%20.16-.108.277t-.277.117m4.999%206.795q-.788%200-1.307-.56t-.519-1.396v-2.458q0-.162.117-.275t.278-.113t.273.114t.115.274v2.494q0%20.5.3.834t.734.334t.723-.334t.291-.834v-2.494q0-.162.117-.275t.277-.113t.284.114t.124.274v2.458q0%20.836-.52%201.396q-.518.56-1.287.56m4.622%200q-.179%200-.296-.118t-.117-.296V13.74h-.967q-.158%200-.261-.108t-.103-.262t.103-.258t.26-.105h2.75q.158%200%20.261.102t.103.258t-.103.265t-.26.108h-.981v3.66q0%20.162-.106.285t-.283.123%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%22M7.352%2017.808q-.986%200-1.673-.687q-.687-.686-.725-1.711q.019-1.026.705-1.715q.687-.69%201.702-.69q1.016%200%201.712.697q.696.696.696%201.702t-.696%201.705t-1.721.699m-2.041-6.91q-.12-.116-.12-.298V6.606q0-.182.12-.298q.122-.116.3-.116q.177%200%20.295.116t.117.298V10.6q0%20.182-.115.298t-.296.116t-.302-.116m2.042%206.164q.679%200%201.15-.477t.471-1.181t-.468-1.188t-1.161-.483q-.671%200-1.142.483q-.471.484-.471%201.188t.471%201.18t1.15.478m.321-6.048q-.189%200-.306-.108t-.117-.287v-4q0-.17.129-.298t.298-.129h.306q.127%200%20.229.06q.101.06.151.144l1.94%203.25l-.01-.604V6.606q0-.182.114-.298t.297-.116q.18%200%20.298.116t.117.298v4.03q0%20.155-.114.266q-.115.112-.272.112h-.298q-.105%200-.183-.047q-.079-.046-.135-.133L8.04%207.374l.018.604v2.642q0%20.16-.108.277t-.277.117m4.999%206.795q-.788%200-1.307-.56t-.519-1.396v-2.458q0-.162.117-.275t.278-.113t.273.114t.115.274v2.494q0%20.5.3.834t.734.334t.723-.334t.291-.834v-2.494q0-.162.117-.275t.277-.113t.284.114t.124.274v2.458q0%20.836-.52%201.396q-.518.56-1.287.56m4.622%200q-.179%200-.296-.118t-.117-.296V13.74h-.967q-.158%200-.261-.108t-.103-.262t.103-.258t.26-.105h2.75q.158%200%20.261.102t.103.258t-.103.265t-.26.108h-.981v3.66q0%20.162-.106.285t-.283.123%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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