calendly from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
calendly
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the calendly logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.655 14.262q.421.001.828.064c0 .005-.005.01-.005.014a6 6 0 0 1-.381.786l-1.219 2.106a6.24 6.24 0 0 1-5.411 3.127h-2.432a6.25 6.25 0 0 1-5.412-3.127l-1.218-2.106a6.25 6.25 0 0 1 0-6.252l1.218-2.106a6.24 6.24 0 0 1 5.412-3.127h2.432a6.25 6.25 0 0 1 5.411 3.127l1.219 2.106c.147.252.271.519.381.786c0 .004.005.009.005.014a5.5 5.5 0 0 1-.828.064c-1.816 0-2.501-.607-3.291-1.306c-.764-.676-1.711-1.517-3.44-1.517h-1.029c-1.251 0-2.387.455-3.2 1.278c-.796.805-1.233 1.904-1.233 3.099v1.411c0 1.196.437 2.295 1.233 3.099c.813.823 1.949 1.278 3.2 1.278h1.034c1.729 0 2.676-.841 3.439-1.517c.791-.703 1.471-1.306 3.287-1.301m.005-3.237q.6 0 1.179-.11q-.003-.007-.002-.014a6.3 6.3 0 0 0-.349-1.218a4.6 4.6 0 0 0 1.986-.819c0-.004-.005-.013-.005-.018a10.6 10.6 0 0 0-1.489-3.03a10.9 10.9 0 0 0-2.331-2.395a10.64 10.64 0 0 0-6.428-2.138c-1.448 0-2.855.28-4.175.841c-1.273.543-2.423 1.315-3.407 2.299S2.878 6.552 2.341 7.83a10.7 10.7 0 0 0-.842 4.175c0 1.448.281 2.855.842 4.174c.542 1.274 1.314 2.423 2.298 3.407s2.129 1.761 3.407 2.299c1.324.556 2.727.841 4.175.841c2.34 0 4.561-.74 6.428-2.137a10.8 10.8 0 0 0 2.331-2.396a10.8 10.8 0 0 0 1.489-3.03c0-.004.005-.014.005-.018a4.6 4.6 0 0 0-1.986-.819c.161-.395.276-.804.349-1.218c.005-.009.005-.014.005-.023a5.85 5.85 0 0 1 2.404 1.035c.685.505.552 1.075.446 1.416C22.184 20.437 17.619 24 12.221 24c-6.625 0-12-5.375-12-12s5.37-12 12-12c5.398 0 9.963 3.563 11.471 8.464c.106.341.239.915-.446 1.421a5.8 5.8 0 0 1-2.404 1.034c.128.716.128 1.45 0 2.166a6.3 6.3 0 0 0-1.182-.11c-4.184 0-3.968 2.823-6.736 2.823h-1.029c-1.899 0-3.15-1.357-3.15-3.095v-1.411c0-1.738 1.251-3.094 3.15-3.094h1.034c2.768 0 2.552 2.823 6.731 2.827"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsCalendly(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="M19.655 14.262q.421.001.828.064c0 .005-.005.01-.005.014a6 6 0 0 1-.381.786l-1.219 2.106a6.24 6.24 0 0 1-5.411 3.127h-2.432a6.25 6.25 0 0 1-5.412-3.127l-1.218-2.106a6.25 6.25 0 0 1 0-6.252l1.218-2.106a6.24 6.24 0 0 1 5.412-3.127h2.432a6.25 6.25 0 0 1 5.411 3.127l1.219 2.106c.147.252.271.519.381.786c0 .004.005.009.005.014a5.5 5.5 0 0 1-.828.064c-1.816 0-2.501-.607-3.291-1.306c-.764-.676-1.711-1.517-3.44-1.517h-1.029c-1.251 0-2.387.455-3.2 1.278c-.796.805-1.233 1.904-1.233 3.099v1.411c0 1.196.437 2.295 1.233 3.099c.813.823 1.949 1.278 3.2 1.278h1.034c1.729 0 2.676-.841 3.439-1.517c.791-.703 1.471-1.306 3.287-1.301m.005-3.237q.6 0 1.179-.11q-.003-.007-.002-.014a6.3 6.3 0 0 0-.349-1.218a4.6 4.6 0 0 0 1.986-.819c0-.004-.005-.013-.005-.018a10.6 10.6 0 0 0-1.489-3.03a10.9 10.9 0 0 0-2.331-2.395a10.64 10.64 0 0 0-6.428-2.138c-1.448 0-2.855.28-4.175.841c-1.273.543-2.423 1.315-3.407 2.299S2.878 6.552 2.341 7.83a10.7 10.7 0 0 0-.842 4.175c0 1.448.281 2.855.842 4.174c.542 1.274 1.314 2.423 2.298 3.407s2.129 1.761 3.407 2.299c1.324.556 2.727.841 4.175.841c2.34 0 4.561-.74 6.428-2.137a10.8 10.8 0 0 0 2.331-2.396a10.8 10.8 0 0 0 1.489-3.03c0-.004.005-.014.005-.018a4.6 4.6 0 0 0-1.986-.819c.161-.395.276-.804.349-1.218c.005-.009.005-.014.005-.023a5.85 5.85 0 0 1 2.404 1.035c.685.505.552 1.075.446 1.416C22.184 20.437 17.619 24 12.221 24c-6.625 0-12-5.375-12-12s5.37-12 12-12c5.398 0 9.963 3.563 11.471 8.464c.106.341.239.915-.446 1.421a5.8 5.8 0 0 1-2.404 1.034c.128.716.128 1.45 0 2.166a6.3 6.3 0 0 0-1.182-.11c-4.184 0-3.968 2.823-6.736 2.823h-1.029c-1.899 0-3.15-1.357-3.15-3.095v-1.411c0-1.738 1.251-3.094 3.15-3.094h1.034c2.768 0 2.552 2.823 6.731 2.827"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.655 14.262q.421.001.828.064c0 .005-.005.01-.005.014a6 6 0 0 1-.381.786l-1.219 2.106a6.24 6.24 0 0 1-5.411 3.127h-2.432a6.25 6.25 0 0 1-5.412-3.127l-1.218-2.106a6.25 6.25 0 0 1 0-6.252l1.218-2.106a6.24 6.24 0 0 1 5.412-3.127h2.432a6.25 6.25 0 0 1 5.411 3.127l1.219 2.106c.147.252.271.519.381.786c0 .004.005.009.005.014a5.5 5.5 0 0 1-.828.064c-1.816 0-2.501-.607-3.291-1.306c-.764-.676-1.711-1.517-3.44-1.517h-1.029c-1.251 0-2.387.455-3.2 1.278c-.796.805-1.233 1.904-1.233 3.099v1.411c0 1.196.437 2.295 1.233 3.099c.813.823 1.949 1.278 3.2 1.278h1.034c1.729 0 2.676-.841 3.439-1.517c.791-.703 1.471-1.306 3.287-1.301m.005-3.237q.6 0 1.179-.11q-.003-.007-.002-.014a6.3 6.3 0 0 0-.349-1.218a4.6 4.6 0 0 0 1.986-.819c0-.004-.005-.013-.005-.018a10.6 10.6 0 0 0-1.489-3.03a10.9 10.9 0 0 0-2.331-2.395a10.64 10.64 0 0 0-6.428-2.138c-1.448 0-2.855.28-4.175.841c-1.273.543-2.423 1.315-3.407 2.299S2.878 6.552 2.341 7.83a10.7 10.7 0 0 0-.842 4.175c0 1.448.281 2.855.842 4.174c.542 1.274 1.314 2.423 2.298 3.407s2.129 1.761 3.407 2.299c1.324.556 2.727.841 4.175.841c2.34 0 4.561-.74 6.428-2.137a10.8 10.8 0 0 0 2.331-2.396a10.8 10.8 0 0 0 1.489-3.03c0-.004.005-.014.005-.018a4.6 4.6 0 0 0-1.986-.819c.161-.395.276-.804.349-1.218c.005-.009.005-.014.005-.023a5.85 5.85 0 0 1 2.404 1.035c.685.505.552 1.075.446 1.416C22.184 20.437 17.619 24 12.221 24c-6.625 0-12-5.375-12-12s5.37-12 12-12c5.398 0 9.963 3.563 11.471 8.464c.106.341.239.915-.446 1.421a5.8 5.8 0 0 1-2.404 1.034c.128.716.128 1.45 0 2.166a6.3 6.3 0 0 0-1.182-.11c-4.184 0-3.968 2.823-6.736 2.823h-1.029c-1.899 0-3.15-1.357-3.15-3.095v-1.411c0-1.738 1.251-3.094 3.15-3.094h1.034c2.768 0 2.552 2.823 6.731 2.827"/></svg>
</template>

CSS

.icon-calendly {
  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%22M19.655%2014.262q.421.001.828.064c0%20.005-.005.01-.005.014a6%206%200%200%201-.381.786l-1.219%202.106a6.24%206.24%200%200%201-5.411%203.127h-2.432a6.25%206.25%200%200%201-5.412-3.127l-1.218-2.106a6.25%206.25%200%200%201%200-6.252l1.218-2.106a6.24%206.24%200%200%201%205.412-3.127h2.432a6.25%206.25%200%200%201%205.411%203.127l1.219%202.106c.147.252.271.519.381.786c0%20.004.005.009.005.014a5.5%205.5%200%200%201-.828.064c-1.816%200-2.501-.607-3.291-1.306c-.764-.676-1.711-1.517-3.44-1.517h-1.029c-1.251%200-2.387.455-3.2%201.278c-.796.805-1.233%201.904-1.233%203.099v1.411c0%201.196.437%202.295%201.233%203.099c.813.823%201.949%201.278%203.2%201.278h1.034c1.729%200%202.676-.841%203.439-1.517c.791-.703%201.471-1.306%203.287-1.301m.005-3.237q.6%200%201.179-.11q-.003-.007-.002-.014a6.3%206.3%200%200%200-.349-1.218a4.6%204.6%200%200%200%201.986-.819c0-.004-.005-.013-.005-.018a10.6%2010.6%200%200%200-1.489-3.03a10.9%2010.9%200%200%200-2.331-2.395a10.64%2010.64%200%200%200-6.428-2.138c-1.448%200-2.855.28-4.175.841c-1.273.543-2.423%201.315-3.407%202.299S2.878%206.552%202.341%207.83a10.7%2010.7%200%200%200-.842%204.175c0%201.448.281%202.855.842%204.174c.542%201.274%201.314%202.423%202.298%203.407s2.129%201.761%203.407%202.299c1.324.556%202.727.841%204.175.841c2.34%200%204.561-.74%206.428-2.137a10.8%2010.8%200%200%200%202.331-2.396a10.8%2010.8%200%200%200%201.489-3.03c0-.004.005-.014.005-.018a4.6%204.6%200%200%200-1.986-.819c.161-.395.276-.804.349-1.218c.005-.009.005-.014.005-.023a5.85%205.85%200%200%201%202.404%201.035c.685.505.552%201.075.446%201.416C22.184%2020.437%2017.619%2024%2012.221%2024c-6.625%200-12-5.375-12-12s5.37-12%2012-12c5.398%200%209.963%203.563%2011.471%208.464c.106.341.239.915-.446%201.421a5.8%205.8%200%200%201-2.404%201.034c.128.716.128%201.45%200%202.166a6.3%206.3%200%200%200-1.182-.11c-4.184%200-3.968%202.823-6.736%202.823h-1.029c-1.899%200-3.15-1.357-3.15-3.095v-1.411c0-1.738%201.251-3.094%203.15-3.094h1.034c2.768%200%202.552%202.823%206.731%202.827%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%22M19.655%2014.262q.421.001.828.064c0%20.005-.005.01-.005.014a6%206%200%200%201-.381.786l-1.219%202.106a6.24%206.24%200%200%201-5.411%203.127h-2.432a6.25%206.25%200%200%201-5.412-3.127l-1.218-2.106a6.25%206.25%200%200%201%200-6.252l1.218-2.106a6.24%206.24%200%200%201%205.412-3.127h2.432a6.25%206.25%200%200%201%205.411%203.127l1.219%202.106c.147.252.271.519.381.786c0%20.004.005.009.005.014a5.5%205.5%200%200%201-.828.064c-1.816%200-2.501-.607-3.291-1.306c-.764-.676-1.711-1.517-3.44-1.517h-1.029c-1.251%200-2.387.455-3.2%201.278c-.796.805-1.233%201.904-1.233%203.099v1.411c0%201.196.437%202.295%201.233%203.099c.813.823%201.949%201.278%203.2%201.278h1.034c1.729%200%202.676-.841%203.439-1.517c.791-.703%201.471-1.306%203.287-1.301m.005-3.237q.6%200%201.179-.11q-.003-.007-.002-.014a6.3%206.3%200%200%200-.349-1.218a4.6%204.6%200%200%200%201.986-.819c0-.004-.005-.013-.005-.018a10.6%2010.6%200%200%200-1.489-3.03a10.9%2010.9%200%200%200-2.331-2.395a10.64%2010.64%200%200%200-6.428-2.138c-1.448%200-2.855.28-4.175.841c-1.273.543-2.423%201.315-3.407%202.299S2.878%206.552%202.341%207.83a10.7%2010.7%200%200%200-.842%204.175c0%201.448.281%202.855.842%204.174c.542%201.274%201.314%202.423%202.298%203.407s2.129%201.761%203.407%202.299c1.324.556%202.727.841%204.175.841c2.34%200%204.561-.74%206.428-2.137a10.8%2010.8%200%200%200%202.331-2.396a10.8%2010.8%200%200%200%201.489-3.03c0-.004.005-.014.005-.018a4.6%204.6%200%200%200-1.986-.819c.161-.395.276-.804.349-1.218c.005-.009.005-.014.005-.023a5.85%205.85%200%200%201%202.404%201.035c.685.505.552%201.075.446%201.416C22.184%2020.437%2017.619%2024%2012.221%2024c-6.625%200-12-5.375-12-12s5.37-12%2012-12c5.398%200%209.963%203.563%2011.471%208.464c.106.341.239.915-.446%201.421a5.8%205.8%200%200%201-2.404%201.034c.128.716.128%201.45%200%202.166a6.3%206.3%200%200%200-1.182-.11c-4.184%200-3.968%202.823-6.736%202.823h-1.029c-1.899%200-3.15-1.357-3.15-3.095v-1.411c0-1.738%201.251-3.094%203.15-3.094h1.034c2.768%200%202.552%202.823%206.731%202.827%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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