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

Name
check-in-out-outline-rounded
Set
Material Symbols Light
Style
Outline 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-.17 0-.296-.127q-.127-.127-.127-.287v-4q0-.17.119-.289t.289-.119h.325q.127 0 .219.06t.142.144l1.96 3.25l-.012-.604V6.606q0-.182.116-.298t.296-.116t.298.116t.117.298v4.03q0 .155-.114.266t-.272.111h-.298q-.104 0-.183-.046t-.135-.133L8.041 7.373l.017.604v2.642q0 .16-.108.277t-.277.117m4.999 6.795q-.787 0-1.306-.56q-.52-.56-.52-1.396v-2.458q0-.162.118-.275t.277-.113t.274.114t.114.274v2.494q0 .5.3.834t.734.334t.724-.334t.29-.834v-2.494q0-.162.127-.275t.287-.113t.274.114t.114.274v2.458q0 .836-.52 1.396q-.518.56-1.287.56m4.622 0q-.16 0-.286-.127q-.127-.127-.127-.287V13.74h-.967q-.158 0-.261-.108t-.103-.262t.103-.258t.26-.105h2.75q.158 0 .261.102t.103.258t-.103.265t-.26.108h-.981v3.68q0 .162-.106.276q-.105.113-.283.113"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCheckInOutOutlineRounded(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-.17 0-.296-.127q-.127-.127-.127-.287v-4q0-.17.119-.289t.289-.119h.325q.127 0 .219.06t.142.144l1.96 3.25l-.012-.604V6.606q0-.182.116-.298t.296-.116t.298.116t.117.298v4.03q0 .155-.114.266t-.272.111h-.298q-.104 0-.183-.046t-.135-.133L8.041 7.373l.017.604v2.642q0 .16-.108.277t-.277.117m4.999 6.795q-.787 0-1.306-.56q-.52-.56-.52-1.396v-2.458q0-.162.118-.275t.277-.113t.274.114t.114.274v2.494q0 .5.3.834t.734.334t.724-.334t.29-.834v-2.494q0-.162.127-.275t.287-.113t.274.114t.114.274v2.458q0 .836-.52 1.396q-.518.56-1.287.56m4.622 0q-.16 0-.286-.127q-.127-.127-.127-.287V13.74h-.967q-.158 0-.261-.108t-.103-.262t.103-.258t.26-.105h2.75q.158 0 .261.102t.103.258t-.103.265t-.26.108h-.981v3.68q0 .162-.106.276q-.105.113-.283.113"/></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-.17 0-.296-.127q-.127-.127-.127-.287v-4q0-.17.119-.289t.289-.119h.325q.127 0 .219.06t.142.144l1.96 3.25l-.012-.604V6.606q0-.182.116-.298t.296-.116t.298.116t.117.298v4.03q0 .155-.114.266t-.272.111h-.298q-.104 0-.183-.046t-.135-.133L8.041 7.373l.017.604v2.642q0 .16-.108.277t-.277.117m4.999 6.795q-.787 0-1.306-.56q-.52-.56-.52-1.396v-2.458q0-.162.118-.275t.277-.113t.274.114t.114.274v2.494q0 .5.3.834t.734.334t.724-.334t.29-.834v-2.494q0-.162.127-.275t.287-.113t.274.114t.114.274v2.458q0 .836-.52 1.396q-.518.56-1.287.56m4.622 0q-.16 0-.286-.127q-.127-.127-.127-.287V13.74h-.967q-.158 0-.261-.108t-.103-.262t.103-.258t.26-.105h2.75q.158 0 .261.102t.103.258t-.103.265t-.26.108h-.981v3.68q0 .162-.106.276q-.105.113-.283.113"/></svg>
</template>

CSS

.icon-check-in-out-outline-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-.17%200-.296-.127q-.127-.127-.127-.287v-4q0-.17.119-.289t.289-.119h.325q.127%200%20.219.06t.142.144l1.96%203.25l-.012-.604V6.606q0-.182.116-.298t.296-.116t.298.116t.117.298v4.03q0%20.155-.114.266t-.272.111h-.298q-.104%200-.183-.046t-.135-.133L8.041%207.373l.017.604v2.642q0%20.16-.108.277t-.277.117m4.999%206.795q-.787%200-1.306-.56q-.52-.56-.52-1.396v-2.458q0-.162.118-.275t.277-.113t.274.114t.114.274v2.494q0%20.5.3.834t.734.334t.724-.334t.29-.834v-2.494q0-.162.127-.275t.287-.113t.274.114t.114.274v2.458q0%20.836-.52%201.396q-.518.56-1.287.56m4.622%200q-.16%200-.286-.127q-.127-.127-.127-.287V13.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.68q0%20.162-.106.276q-.105.113-.283.113%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-.17%200-.296-.127q-.127-.127-.127-.287v-4q0-.17.119-.289t.289-.119h.325q.127%200%20.219.06t.142.144l1.96%203.25l-.012-.604V6.606q0-.182.116-.298t.296-.116t.298.116t.117.298v4.03q0%20.155-.114.266t-.272.111h-.298q-.104%200-.183-.046t-.135-.133L8.041%207.373l.017.604v2.642q0%20.16-.108.277t-.277.117m4.999%206.795q-.787%200-1.306-.56q-.52-.56-.52-1.396v-2.458q0-.162.118-.275t.277-.113t.274.114t.114.274v2.494q0%20.5.3.834t.734.334t.724-.334t.29-.834v-2.494q0-.162.127-.275t.287-.113t.274.114t.114.274v2.458q0%20.836-.52%201.396q-.518.56-1.287.56m4.622%200q-.16%200-.286-.127q-.127-.127-.127-.287V13.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.68q0%20.162-.106.276q-.105.113-.283.113%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-outline-rounded.svg?color=%231a73e8&size=48