calendar settings icon
calendar-settings from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- calendar-settings
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timearrivalbaggage-claimbarbicyclebootbuoybus
Use the calendar settings icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 23v-2h-2.09a5.96 5.96 0 0 0-1.024-2.47l1.478-1.48l-1.414-1.414l-1.479 1.479A5.96 5.96 0 0 0 23 16.09V14h-2v2.09a5.96 5.96 0 0 0-2.47 1.024l-1.48-1.478l-1.414 1.414l1.479 1.479A6 6 0 0 0 16.09 21H14v2h2.09a6 6 0 0 0 1.024 2.47l-1.478 1.48l1.414 1.414l1.479-1.479A5.96 5.96 0 0 0 21 27.91V30h2v-2.09a5.96 5.96 0 0 0 2.47-1.024l1.48 1.478l1.414-1.414l-1.479-1.479A5.96 5.96 0 0 0 27.91 23Zm-8 3a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4"/><path fill="currentColor" d="M28 6a2 2 0 0 0-2-2h-4V2h-2v2h-8V2h-2v2H6a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h4v-2H6V6h4v2h2V6h8v2h2V6h4v6h2Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonCalendarSettings(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 23v-2h-2.09a5.96 5.96 0 0 0-1.024-2.47l1.478-1.48l-1.414-1.414l-1.479 1.479A5.96 5.96 0 0 0 23 16.09V14h-2v2.09a5.96 5.96 0 0 0-2.47 1.024l-1.48-1.478l-1.414 1.414l1.479 1.479A6 6 0 0 0 16.09 21H14v2h2.09a6 6 0 0 0 1.024 2.47l-1.478 1.48l1.414 1.414l1.479-1.479A5.96 5.96 0 0 0 21 27.91V30h2v-2.09a5.96 5.96 0 0 0 2.47-1.024l1.48 1.478l1.414-1.414l-1.479-1.479A5.96 5.96 0 0 0 27.91 23Zm-8 3a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4"/><path fill="currentColor" d="M28 6a2 2 0 0 0-2-2h-4V2h-2v2h-8V2h-2v2H6a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h4v-2H6V6h4v2h2V6h8v2h2V6h4v6h2Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 23v-2h-2.09a5.96 5.96 0 0 0-1.024-2.47l1.478-1.48l-1.414-1.414l-1.479 1.479A5.96 5.96 0 0 0 23 16.09V14h-2v2.09a5.96 5.96 0 0 0-2.47 1.024l-1.48-1.478l-1.414 1.414l1.479 1.479A6 6 0 0 0 16.09 21H14v2h2.09a6 6 0 0 0 1.024 2.47l-1.478 1.48l1.414 1.414l1.479-1.479A5.96 5.96 0 0 0 21 27.91V30h2v-2.09a5.96 5.96 0 0 0 2.47-1.024l1.48 1.478l1.414-1.414l-1.479-1.479A5.96 5.96 0 0 0 27.91 23Zm-8 3a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4"/><path fill="currentColor" d="M28 6a2 2 0 0 0-2-2h-4V2h-2v2h-8V2h-2v2H6a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h4v-2H6V6h4v2h2V6h8v2h2V6h4v6h2Z"/></svg> </template>
CSS
.icon-calendar-settings {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2023v-2h-2.09a5.96%205.96%200%200%200-1.024-2.47l1.478-1.48l-1.414-1.414l-1.479%201.479A5.96%205.96%200%200%200%2023%2016.09V14h-2v2.09a5.96%205.96%200%200%200-2.47%201.024l-1.48-1.478l-1.414%201.414l1.479%201.479A6%206%200%200%200%2016.09%2021H14v2h2.09a6%206%200%200%200%201.024%202.47l-1.478%201.48l1.414%201.414l1.479-1.479A5.96%205.96%200%200%200%2021%2027.91V30h2v-2.09a5.96%205.96%200%200%200%202.47-1.024l1.48%201.478l1.414-1.414l-1.479-1.479A5.96%205.96%200%200%200%2027.91%2023Zm-8%203a4%204%200%201%201%204-4a4.005%204.005%200%200%201-4%204%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%206a2%202%200%200%200-2-2h-4V2h-2v2h-8V2h-2v2H6a2%202%200%200%200-2%202v20a2%202%200%200%200%202%202h4v-2H6V6h4v2h2V6h8v2h2V6h4v6h2Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2023v-2h-2.09a5.96%205.96%200%200%200-1.024-2.47l1.478-1.48l-1.414-1.414l-1.479%201.479A5.96%205.96%200%200%200%2023%2016.09V14h-2v2.09a5.96%205.96%200%200%200-2.47%201.024l-1.48-1.478l-1.414%201.414l1.479%201.479A6%206%200%200%200%2016.09%2021H14v2h2.09a6%206%200%200%200%201.024%202.47l-1.478%201.48l1.414%201.414l1.479-1.479A5.96%205.96%200%200%200%2021%2027.91V30h2v-2.09a5.96%205.96%200%200%200%202.47-1.024l1.48%201.478l1.414-1.414l-1.479-1.479A5.96%205.96%200%200%200%2027.91%2023Zm-8%203a4%204%200%201%201%204-4a4.005%204.005%200%200%201-4%204%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%206a2%202%200%200%200-2-2h-4V2h-2v2h-8V2h-2v2H6a2%202%200%200%200-2%202v20a2%202%200%200%200%202%202h4v-2H6V6h4v2h2V6h8v2h2V6h4v6h2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/calendar-settings.svg?color=%231a73e8&size=48