round cancel schedule send icon
round-cancel-schedule-send from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- round-cancel-schedule-send
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
More action icons from Google Material Icons
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the round cancel schedule send icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 9c-.42 0-.83.04-1.24.11L2.4 3.6a.993.993 0 0 0-1.39.91L1 9.2c0 .47.33.88.78.98L10 12l-8.22 1.83c-.45.1-.78.5-.78.97l.01 4.68c0 .72.73 1.2 1.39.92l6.68-2.86C9.59 21.19 12.71 24 16.5 24c4.14 0 7.5-3.36 7.5-7.5S20.64 9 16.5 9m0 13c-3.03 0-5.5-2.47-5.5-5.5s2.47-5.5 5.5-5.5s5.5 2.47 5.5 5.5s-2.47 5.5-5.5 5.5"/><path fill="currentColor" d="M18.62 14.38c-.2-.2-.51-.2-.71 0l-1.41 1.41l-1.41-1.41c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l1.41 1.41l-1.41 1.41c-.2.2-.2.51 0 .71s.51.2.71 0l1.41-1.41l1.41 1.41c.2.2.51.2.71 0s.2-.51 0-.71l-1.41-1.41l1.41-1.41c.2-.2.2-.52 0-.71"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundCancelScheduleSend(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="M16.5 9c-.42 0-.83.04-1.24.11L2.4 3.6a.993.993 0 0 0-1.39.91L1 9.2c0 .47.33.88.78.98L10 12l-8.22 1.83c-.45.1-.78.5-.78.97l.01 4.68c0 .72.73 1.2 1.39.92l6.68-2.86C9.59 21.19 12.71 24 16.5 24c4.14 0 7.5-3.36 7.5-7.5S20.64 9 16.5 9m0 13c-3.03 0-5.5-2.47-5.5-5.5s2.47-5.5 5.5-5.5s5.5 2.47 5.5 5.5s-2.47 5.5-5.5 5.5"/><path fill="currentColor" d="M18.62 14.38c-.2-.2-.51-.2-.71 0l-1.41 1.41l-1.41-1.41c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l1.41 1.41l-1.41 1.41c-.2.2-.2.51 0 .71s.51.2.71 0l1.41-1.41l1.41 1.41c.2.2.51.2.71 0s.2-.51 0-.71l-1.41-1.41l1.41-1.41c.2-.2.2-.52 0-.71"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 9c-.42 0-.83.04-1.24.11L2.4 3.6a.993.993 0 0 0-1.39.91L1 9.2c0 .47.33.88.78.98L10 12l-8.22 1.83c-.45.1-.78.5-.78.97l.01 4.68c0 .72.73 1.2 1.39.92l6.68-2.86C9.59 21.19 12.71 24 16.5 24c4.14 0 7.5-3.36 7.5-7.5S20.64 9 16.5 9m0 13c-3.03 0-5.5-2.47-5.5-5.5s2.47-5.5 5.5-5.5s5.5 2.47 5.5 5.5s-2.47 5.5-5.5 5.5"/><path fill="currentColor" d="M18.62 14.38c-.2-.2-.51-.2-.71 0l-1.41 1.41l-1.41-1.41c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l1.41 1.41l-1.41 1.41c-.2.2-.2.51 0 .71s.51.2.71 0l1.41-1.41l1.41 1.41c.2.2.51.2.71 0s.2-.51 0-.71l-1.41-1.41l1.41-1.41c.2-.2.2-.52 0-.71"/></svg> </template>
CSS
.icon-round-cancel-schedule-send {
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%22M16.5%209c-.42%200-.83.04-1.24.11L2.4%203.6a.993.993%200%200%200-1.39.91L1%209.2c0%20.47.33.88.78.98L10%2012l-8.22%201.83c-.45.1-.78.5-.78.97l.01%204.68c0%20.72.73%201.2%201.39.92l6.68-2.86C9.59%2021.19%2012.71%2024%2016.5%2024c4.14%200%207.5-3.36%207.5-7.5S20.64%209%2016.5%209m0%2013c-3.03%200-5.5-2.47-5.5-5.5s2.47-5.5%205.5-5.5s5.5%202.47%205.5%205.5s-2.47%205.5-5.5%205.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.62%2014.38c-.2-.2-.51-.2-.71%200l-1.41%201.41l-1.41-1.41c-.2-.2-.51-.2-.71%200s-.2.51%200%20.71l1.41%201.41l-1.41%201.41c-.2.2-.2.51%200%20.71s.51.2.71%200l1.41-1.41l1.41%201.41c.2.2.51.2.71%200s.2-.51%200-.71l-1.41-1.41l1.41-1.41c.2-.2.2-.52%200-.71%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%22M16.5%209c-.42%200-.83.04-1.24.11L2.4%203.6a.993.993%200%200%200-1.39.91L1%209.2c0%20.47.33.88.78.98L10%2012l-8.22%201.83c-.45.1-.78.5-.78.97l.01%204.68c0%20.72.73%201.2%201.39.92l6.68-2.86C9.59%2021.19%2012.71%2024%2016.5%2024c4.14%200%207.5-3.36%207.5-7.5S20.64%209%2016.5%209m0%2013c-3.03%200-5.5-2.47-5.5-5.5s2.47-5.5%205.5-5.5s5.5%202.47%205.5%205.5s-2.47%205.5-5.5%205.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.62%2014.38c-.2-.2-.51-.2-.71%200l-1.41%201.41l-1.41-1.41c-.2-.2-.51-.2-.71%200s-.2.51%200%20.71l1.41%201.41l-1.41%201.41c-.2.2-.2.51%200%20.71s.51.2.71%200l1.41-1.41l1.41%201.41c.2.2.51.2.71%200s.2-.51%200-.71l-1.41-1.41l1.41-1.41c.2-.2.2-.52%200-.71%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-cancel-schedule-send.svg?color=%231a73e8&size=48