twenty four hour support icon
twenty-four-hour-support-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- twenty-four-hour-support-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the twenty four hour support icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M18 18.86h-.76c-.8 0-1.56.31-2.12.87l-1.71 1.69c-.78.77-2.05.77-2.83 0l-1.71-1.69c-.56-.56-1.33-.87-2.12-.87H6c-1.66 0-3-1.33-3-2.97V4.98c0-1.64 1.34-2.97 3-2.97h12c1.66 0 3 1.33 3 2.97v10.91c0 1.63-1.34 2.97-3 2.97m-7.62-4.35H7.7c-.44 0-.85-.21-1.11-.57c-.25-.34-.31-.76-.19-1.16c.35-1.07 1.21-1.65 1.97-2.17c.8-.54 1.25-.88 1.25-1.46a.939.939 0 1 0-1.88 0c0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-1.34 1.09-2.44 2.44-2.44s2.44 1.09 2.44 2.44c0 1.41-1.06 2.13-1.91 2.71c-.53.36-1.03.7-1.28 1.15h2.44c.41 0 .75.34.75.75s-.33.75-.74.75m5.66 0c-.41 0-.75-.34-.75-.75v-.69h-1.97c-.49 0-.94-.26-1.19-.68c-.25-.43-.25-.96 0-1.38c.68-1.17 1.47-2.5 2.19-3.66c.32-.51.93-.74 1.5-.58c.57.17.97.69.96 1.29v3.52H17c.41 0 .75.34.75.75s-.34.75-.75.75h-.21v.69c0 .41-.33.74-.75.74m-.75-5.87c-.59.96-1.2 1.99-1.75 2.93h1.75z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconTwentyFourHourSupportFilled(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" fillRule="evenodd" d="M18 18.86h-.76c-.8 0-1.56.31-2.12.87l-1.71 1.69c-.78.77-2.05.77-2.83 0l-1.71-1.69c-.56-.56-1.33-.87-2.12-.87H6c-1.66 0-3-1.33-3-2.97V4.98c0-1.64 1.34-2.97 3-2.97h12c1.66 0 3 1.33 3 2.97v10.91c0 1.63-1.34 2.97-3 2.97m-7.62-4.35H7.7c-.44 0-.85-.21-1.11-.57c-.25-.34-.31-.76-.19-1.16c.35-1.07 1.21-1.65 1.97-2.17c.8-.54 1.25-.88 1.25-1.46a.939.939 0 1 0-1.88 0c0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-1.34 1.09-2.44 2.44-2.44s2.44 1.09 2.44 2.44c0 1.41-1.06 2.13-1.91 2.71c-.53.36-1.03.7-1.28 1.15h2.44c.41 0 .75.34.75.75s-.33.75-.74.75m5.66 0c-.41 0-.75-.34-.75-.75v-.69h-1.97c-.49 0-.94-.26-1.19-.68c-.25-.43-.25-.96 0-1.38c.68-1.17 1.47-2.5 2.19-3.66c.32-.51.93-.74 1.5-.58c.57.17.97.69.96 1.29v3.52H17c.41 0 .75.34.75.75s-.34.75-.75.75h-.21v.69c0 .41-.33.74-.75.74m-.75-5.87c-.59.96-1.2 1.99-1.75 2.93h1.75z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M18 18.86h-.76c-.8 0-1.56.31-2.12.87l-1.71 1.69c-.78.77-2.05.77-2.83 0l-1.71-1.69c-.56-.56-1.33-.87-2.12-.87H6c-1.66 0-3-1.33-3-2.97V4.98c0-1.64 1.34-2.97 3-2.97h12c1.66 0 3 1.33 3 2.97v10.91c0 1.63-1.34 2.97-3 2.97m-7.62-4.35H7.7c-.44 0-.85-.21-1.11-.57c-.25-.34-.31-.76-.19-1.16c.35-1.07 1.21-1.65 1.97-2.17c.8-.54 1.25-.88 1.25-1.46a.939.939 0 1 0-1.88 0c0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-1.34 1.09-2.44 2.44-2.44s2.44 1.09 2.44 2.44c0 1.41-1.06 2.13-1.91 2.71c-.53.36-1.03.7-1.28 1.15h2.44c.41 0 .75.34.75.75s-.33.75-.74.75m5.66 0c-.41 0-.75-.34-.75-.75v-.69h-1.97c-.49 0-.94-.26-1.19-.68c-.25-.43-.25-.96 0-1.38c.68-1.17 1.47-2.5 2.19-3.66c.32-.51.93-.74 1.5-.58c.57.17.97.69.96 1.29v3.52H17c.41 0 .75.34.75.75s-.34.75-.75.75h-.21v.69c0 .41-.33.74-.75.74m-.75-5.87c-.59.96-1.2 1.99-1.75 2.93h1.75z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-twenty-four-hour-support-filled {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2018.86h-.76c-.8%200-1.56.31-2.12.87l-1.71%201.69c-.78.77-2.05.77-2.83%200l-1.71-1.69c-.56-.56-1.33-.87-2.12-.87H6c-1.66%200-3-1.33-3-2.97V4.98c0-1.64%201.34-2.97%203-2.97h12c1.66%200%203%201.33%203%202.97v10.91c0%201.63-1.34%202.97-3%202.97m-7.62-4.35H7.7c-.44%200-.85-.21-1.11-.57c-.25-.34-.31-.76-.19-1.16c.35-1.07%201.21-1.65%201.97-2.17c.8-.54%201.25-.88%201.25-1.46a.939.939%200%201%200-1.88%200c0%20.41-.34.75-.75.75s-.75-.34-.75-.75c0-1.34%201.09-2.44%202.44-2.44s2.44%201.09%202.44%202.44c0%201.41-1.06%202.13-1.91%202.71c-.53.36-1.03.7-1.28%201.15h2.44c.41%200%20.75.34.75.75s-.33.75-.74.75m5.66%200c-.41%200-.75-.34-.75-.75v-.69h-1.97c-.49%200-.94-.26-1.19-.68c-.25-.43-.25-.96%200-1.38c.68-1.17%201.47-2.5%202.19-3.66c.32-.51.93-.74%201.5-.58c.57.17.97.69.96%201.29v3.52H17c.41%200%20.75.34.75.75s-.34.75-.75.75h-.21v.69c0%20.41-.33.74-.75.74m-.75-5.87c-.59.96-1.2%201.99-1.75%202.93h1.75z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2018.86h-.76c-.8%200-1.56.31-2.12.87l-1.71%201.69c-.78.77-2.05.77-2.83%200l-1.71-1.69c-.56-.56-1.33-.87-2.12-.87H6c-1.66%200-3-1.33-3-2.97V4.98c0-1.64%201.34-2.97%203-2.97h12c1.66%200%203%201.33%203%202.97v10.91c0%201.63-1.34%202.97-3%202.97m-7.62-4.35H7.7c-.44%200-.85-.21-1.11-.57c-.25-.34-.31-.76-.19-1.16c.35-1.07%201.21-1.65%201.97-2.17c.8-.54%201.25-.88%201.25-1.46a.939.939%200%201%200-1.88%200c0%20.41-.34.75-.75.75s-.75-.34-.75-.75c0-1.34%201.09-2.44%202.44-2.44s2.44%201.09%202.44%202.44c0%201.41-1.06%202.13-1.91%202.71c-.53.36-1.03.7-1.28%201.15h2.44c.41%200%20.75.34.75.75s-.33.75-.74.75m5.66%200c-.41%200-.75-.34-.75-.75v-.69h-1.97c-.49%200-.94-.26-1.19-.68c-.25-.43-.25-.96%200-1.38c.68-1.17%201.47-2.5%202.19-3.66c.32-.51.93-.74%201.5-.58c.57.17.97.69.96%201.29v3.52H17c.41%200%20.75.34.75.75s-.34.75-.75.75h-.21v.69c0%20.41-.33.74-.75.74m-.75-5.87c-.59.96-1.2%201.99-1.75%202.93h1.75z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/twenty-four-hour-support-filled.svg?color=%231a73e8&size=48