calendar search icon

calendar-search-bold from Solar by 480 Design · Bold · Time · CC-BY-4.0 Attribution required.

Name
calendar-search-bold
Set
Solar
Style
Bold
Category
Time
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More time icons from Solar

Use the calendar search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M18 15.75C16.7574 15.75 15.75 16.7574 15.75 18C15.75 19.2426 16.7574 20.25 18 20.25C19.2426 20.25 20.25 19.2426 20.25 18C20.25 16.7574 19.2426 15.75 18 15.75ZM14.25 18C14.25 15.9289 15.9289 14.25 18 14.25C20.0711 14.25 21.75 15.9289 21.75 18C21.75 18.7643 21.5213 19.4752 21.1287 20.068L22.5303 21.4697C22.8232 21.7626 22.8232 22.2374 22.5303 22.5303C22.2374 22.8232 21.7626 22.8232 21.4697 22.5303L20.068 21.1287C19.4752 21.5213 18.7643 21.75 18 21.75C15.9289 21.75 14.25 20.0711 14.25 18Z" clip-rule="evenodd"/><path d="M7.75 2.5C7.75 2.08579 7.41421 1.75 7 1.75C6.58579 1.75 6.25 2.08579 6.25 2.5V4.07926C4.81067 4.19451 3.86577 4.47737 3.17157 5.17157C2.47737 5.86577 2.19451 6.81067 2.07926 8.25H21.9207C21.8055 6.81067 21.5226 5.86577 20.8284 5.17157C20.1342 4.47737 19.1893 4.19451 17.75 4.07926V2.5C17.75 2.08579 17.4142 1.75 17 1.75C16.5858 1.75 16.25 2.08579 16.25 2.5V4.0129C15.5847 4 14.839 4 14 4H10C9.16097 4 8.41527 4 7.75 4.0129V2.5Z"/><path d="M22 12V14C22 14.2053 22 14.405 21.9998 14.5992C21.0368 13.4677 19.6022 12.75 18 12.75C15.1005 12.75 12.75 15.1005 12.75 18C12.75 19.6022 13.4677 21.0368 14.5992 21.9998C14.405 22 14.2053 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14V12C2 11.161 2 10.4153 2.0129 9.75H21.9871C22 10.4153 22 11.161 22 12Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarCalendarSearchBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M18 15.75C16.7574 15.75 15.75 16.7574 15.75 18C15.75 19.2426 16.7574 20.25 18 20.25C19.2426 20.25 20.25 19.2426 20.25 18C20.25 16.7574 19.2426 15.75 18 15.75ZM14.25 18C14.25 15.9289 15.9289 14.25 18 14.25C20.0711 14.25 21.75 15.9289 21.75 18C21.75 18.7643 21.5213 19.4752 21.1287 20.068L22.5303 21.4697C22.8232 21.7626 22.8232 22.2374 22.5303 22.5303C22.2374 22.8232 21.7626 22.8232 21.4697 22.5303L20.068 21.1287C19.4752 21.5213 18.7643 21.75 18 21.75C15.9289 21.75 14.25 20.0711 14.25 18Z" clipRule="evenodd"/><path d="M7.75 2.5C7.75 2.08579 7.41421 1.75 7 1.75C6.58579 1.75 6.25 2.08579 6.25 2.5V4.07926C4.81067 4.19451 3.86577 4.47737 3.17157 5.17157C2.47737 5.86577 2.19451 6.81067 2.07926 8.25H21.9207C21.8055 6.81067 21.5226 5.86577 20.8284 5.17157C20.1342 4.47737 19.1893 4.19451 17.75 4.07926V2.5C17.75 2.08579 17.4142 1.75 17 1.75C16.5858 1.75 16.25 2.08579 16.25 2.5V4.0129C15.5847 4 14.839 4 14 4H10C9.16097 4 8.41527 4 7.75 4.0129V2.5Z"/><path d="M22 12V14C22 14.2053 22 14.405 21.9998 14.5992C21.0368 13.4677 19.6022 12.75 18 12.75C15.1005 12.75 12.75 15.1005 12.75 18C12.75 19.6022 13.4677 21.0368 14.5992 21.9998C14.405 22 14.2053 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14V12C2 11.161 2 10.4153 2.0129 9.75H21.9871C22 10.4153 22 11.161 22 12Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M18 15.75C16.7574 15.75 15.75 16.7574 15.75 18C15.75 19.2426 16.7574 20.25 18 20.25C19.2426 20.25 20.25 19.2426 20.25 18C20.25 16.7574 19.2426 15.75 18 15.75ZM14.25 18C14.25 15.9289 15.9289 14.25 18 14.25C20.0711 14.25 21.75 15.9289 21.75 18C21.75 18.7643 21.5213 19.4752 21.1287 20.068L22.5303 21.4697C22.8232 21.7626 22.8232 22.2374 22.5303 22.5303C22.2374 22.8232 21.7626 22.8232 21.4697 22.5303L20.068 21.1287C19.4752 21.5213 18.7643 21.75 18 21.75C15.9289 21.75 14.25 20.0711 14.25 18Z" clip-rule="evenodd"/><path d="M7.75 2.5C7.75 2.08579 7.41421 1.75 7 1.75C6.58579 1.75 6.25 2.08579 6.25 2.5V4.07926C4.81067 4.19451 3.86577 4.47737 3.17157 5.17157C2.47737 5.86577 2.19451 6.81067 2.07926 8.25H21.9207C21.8055 6.81067 21.5226 5.86577 20.8284 5.17157C20.1342 4.47737 19.1893 4.19451 17.75 4.07926V2.5C17.75 2.08579 17.4142 1.75 17 1.75C16.5858 1.75 16.25 2.08579 16.25 2.5V4.0129C15.5847 4 14.839 4 14 4H10C9.16097 4 8.41527 4 7.75 4.0129V2.5Z"/><path d="M22 12V14C22 14.2053 22 14.405 21.9998 14.5992C21.0368 13.4677 19.6022 12.75 18 12.75C15.1005 12.75 12.75 15.1005 12.75 18C12.75 19.6022 13.4677 21.0368 14.5992 21.9998C14.405 22 14.2053 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14V12C2 11.161 2 10.4153 2.0129 9.75H21.9871C22 10.4153 22 11.161 22 12Z"/></g></svg>
</template>

CSS

.icon-calendar-search-bold {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2015.75C16.7574%2015.75%2015.75%2016.7574%2015.75%2018C15.75%2019.2426%2016.7574%2020.25%2018%2020.25C19.2426%2020.25%2020.25%2019.2426%2020.25%2018C20.25%2016.7574%2019.2426%2015.75%2018%2015.75ZM14.25%2018C14.25%2015.9289%2015.9289%2014.25%2018%2014.25C20.0711%2014.25%2021.75%2015.9289%2021.75%2018C21.75%2018.7643%2021.5213%2019.4752%2021.1287%2020.068L22.5303%2021.4697C22.8232%2021.7626%2022.8232%2022.2374%2022.5303%2022.5303C22.2374%2022.8232%2021.7626%2022.8232%2021.4697%2022.5303L20.068%2021.1287C19.4752%2021.5213%2018.7643%2021.75%2018%2021.75C15.9289%2021.75%2014.25%2020.0711%2014.25%2018Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.75%202.5C7.75%202.08579%207.41421%201.75%207%201.75C6.58579%201.75%206.25%202.08579%206.25%202.5V4.07926C4.81067%204.19451%203.86577%204.47737%203.17157%205.17157C2.47737%205.86577%202.19451%206.81067%202.07926%208.25H21.9207C21.8055%206.81067%2021.5226%205.86577%2020.8284%205.17157C20.1342%204.47737%2019.1893%204.19451%2017.75%204.07926V2.5C17.75%202.08579%2017.4142%201.75%2017%201.75C16.5858%201.75%2016.25%202.08579%2016.25%202.5V4.0129C15.5847%204%2014.839%204%2014%204H10C9.16097%204%208.41527%204%207.75%204.0129V2.5Z%22%2F%3E%3Cpath%20d%3D%22M22%2012V14C22%2014.2053%2022%2014.405%2021.9998%2014.5992C21.0368%2013.4677%2019.6022%2012.75%2018%2012.75C15.1005%2012.75%2012.75%2015.1005%2012.75%2018C12.75%2019.6022%2013.4677%2021.0368%2014.5992%2021.9998C14.405%2022%2014.2053%2022%2014%2022H10C6.22876%2022%204.34315%2022%203.17157%2020.8284C2%2019.6569%202%2017.7712%202%2014V12C2%2011.161%202%2010.4153%202.0129%209.75H21.9871C22%2010.4153%2022%2011.161%2022%2012Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2015.75C16.7574%2015.75%2015.75%2016.7574%2015.75%2018C15.75%2019.2426%2016.7574%2020.25%2018%2020.25C19.2426%2020.25%2020.25%2019.2426%2020.25%2018C20.25%2016.7574%2019.2426%2015.75%2018%2015.75ZM14.25%2018C14.25%2015.9289%2015.9289%2014.25%2018%2014.25C20.0711%2014.25%2021.75%2015.9289%2021.75%2018C21.75%2018.7643%2021.5213%2019.4752%2021.1287%2020.068L22.5303%2021.4697C22.8232%2021.7626%2022.8232%2022.2374%2022.5303%2022.5303C22.2374%2022.8232%2021.7626%2022.8232%2021.4697%2022.5303L20.068%2021.1287C19.4752%2021.5213%2018.7643%2021.75%2018%2021.75C15.9289%2021.75%2014.25%2020.0711%2014.25%2018Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.75%202.5C7.75%202.08579%207.41421%201.75%207%201.75C6.58579%201.75%206.25%202.08579%206.25%202.5V4.07926C4.81067%204.19451%203.86577%204.47737%203.17157%205.17157C2.47737%205.86577%202.19451%206.81067%202.07926%208.25H21.9207C21.8055%206.81067%2021.5226%205.86577%2020.8284%205.17157C20.1342%204.47737%2019.1893%204.19451%2017.75%204.07926V2.5C17.75%202.08579%2017.4142%201.75%2017%201.75C16.5858%201.75%2016.25%202.08579%2016.25%202.5V4.0129C15.5847%204%2014.839%204%2014%204H10C9.16097%204%208.41527%204%207.75%204.0129V2.5Z%22%2F%3E%3Cpath%20d%3D%22M22%2012V14C22%2014.2053%2022%2014.405%2021.9998%2014.5992C21.0368%2013.4677%2019.6022%2012.75%2018%2012.75C15.1005%2012.75%2012.75%2015.1005%2012.75%2018C12.75%2019.6022%2013.4677%2021.0368%2014.5992%2021.9998C14.405%2022%2014.2053%2022%2014%2022H10C6.22876%2022%204.34315%2022%203.17157%2020.8284C2%2019.6569%202%2017.7712%202%2014V12C2%2011.161%202%2010.4153%202.0129%209.75H21.9871C22%2010.4153%2022%2011.161%2022%2012Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/calendar-search-bold.svg?color=%231a73e8&size=48