view agenda icon

view-agenda from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
view-agenda
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the view agenda icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M17 10H7c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C4 8.398 4 7.932 4 7s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C5.602 4 6.068 4 7 4h10c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C20 5.602 20 6.068 20 7s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C18.398 10 17.932 10 17 10Zm0 10H7c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C4 18.398 4 17.932 4 17s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C5.602 14 6.068 14 7 14h10c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C20 15.602 20 16.068 20 17s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C18.398 20 17.932 20 17 20Z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsViewAgenda(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5" d="M17 10H7c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C4 8.398 4 7.932 4 7s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C5.602 4 6.068 4 7 4h10c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C20 5.602 20 6.068 20 7s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C18.398 10 17.932 10 17 10Zm0 10H7c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C4 18.398 4 17.932 4 17s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C5.602 14 6.068 14 7 14h10c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C20 15.602 20 16.068 20 17s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C18.398 20 17.932 20 17 20Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M17 10H7c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C4 8.398 4 7.932 4 7s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C5.602 4 6.068 4 7 4h10c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C20 5.602 20 6.068 20 7s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C18.398 10 17.932 10 17 10Zm0 10H7c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C4 18.398 4 17.932 4 17s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C5.602 14 6.068 14 7 14h10c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C20 15.602 20 16.068 20 17s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C18.398 20 17.932 20 17 20Z"/></svg>
</template>

CSS

.icon-view-agenda {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17%2010H7c-.932%200-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C4%208.398%204%207.932%204%207s0-1.398.152-1.765a2%202%200%200%201%201.083-1.083C5.602%204%206.068%204%207%204h10c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083C20%205.602%2020%206.068%2020%207s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C18.398%2010%2017.932%2010%2017%2010Zm0%2010H7c-.932%200-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C4%2018.398%204%2017.932%204%2017s0-1.398.152-1.765a2%202%200%200%201%201.083-1.083C5.602%2014%206.068%2014%207%2014h10c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083C20%2015.602%2020%2016.068%2020%2017s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C18.398%2020%2017.932%2020%2017%2020Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17%2010H7c-.932%200-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C4%208.398%204%207.932%204%207s0-1.398.152-1.765a2%202%200%200%201%201.083-1.083C5.602%204%206.068%204%207%204h10c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083C20%205.602%2020%206.068%2020%207s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C18.398%2010%2017.932%2010%2017%2010Zm0%2010H7c-.932%200-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C4%2018.398%204%2017.932%204%2017s0-1.398.152-1.765a2%202%200%200%201%201.083-1.083C5.602%2014%206.068%2014%207%2014h10c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083C20%2015.602%2020%2016.068%2020%2017s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C18.398%2020%2017.932%2020%2017%2020Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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