round free cancellation icon
round-free-cancellation from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- round-free-cancellation
- 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 free cancellation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.79 20H5V10h14v2.96c0 .89 1.08 1.34 1.71.71a1 1 0 0 0 .29-.71V6c0-1.1-.9-2-2-2h-1V3c0-.55-.45-1-1-1s-1 .45-1 1v1H8V3c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 0 0 2 2h5.79c.89 0 1.34-1.08.71-1.71c-.19-.18-.44-.29-.71-.29m2.92-1.74a.996.996 0 0 1 1.41 0l1.41 1.41l3.54-3.54a.996.996 0 1 1 1.41 1.41l-4.24 4.24a.996.996 0 0 1-1.41 0l-2.12-2.12a.984.984 0 0 1 0-1.4m-2.42-1.97a.996.996 0 0 1-1.41 0L9 15.41l-.88.88a.996.996 0 1 1-1.41-1.41l.88-.88l-.88-.88a.996.996 0 1 1 1.41-1.41l.88.88l.88-.88a.996.996 0 1 1 1.41 1.41l-.88.88l.88.88c.39.39.39 1.02 0 1.41"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundFreeCancellation(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="M10.79 20H5V10h14v2.96c0 .89 1.08 1.34 1.71.71a1 1 0 0 0 .29-.71V6c0-1.1-.9-2-2-2h-1V3c0-.55-.45-1-1-1s-1 .45-1 1v1H8V3c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 0 0 2 2h5.79c.89 0 1.34-1.08.71-1.71c-.19-.18-.44-.29-.71-.29m2.92-1.74a.996.996 0 0 1 1.41 0l1.41 1.41l3.54-3.54a.996.996 0 1 1 1.41 1.41l-4.24 4.24a.996.996 0 0 1-1.41 0l-2.12-2.12a.984.984 0 0 1 0-1.4m-2.42-1.97a.996.996 0 0 1-1.41 0L9 15.41l-.88.88a.996.996 0 1 1-1.41-1.41l.88-.88l-.88-.88a.996.996 0 1 1 1.41-1.41l.88.88l.88-.88a.996.996 0 1 1 1.41 1.41l-.88.88l.88.88c.39.39.39 1.02 0 1.41"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.79 20H5V10h14v2.96c0 .89 1.08 1.34 1.71.71a1 1 0 0 0 .29-.71V6c0-1.1-.9-2-2-2h-1V3c0-.55-.45-1-1-1s-1 .45-1 1v1H8V3c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 0 0 2 2h5.79c.89 0 1.34-1.08.71-1.71c-.19-.18-.44-.29-.71-.29m2.92-1.74a.996.996 0 0 1 1.41 0l1.41 1.41l3.54-3.54a.996.996 0 1 1 1.41 1.41l-4.24 4.24a.996.996 0 0 1-1.41 0l-2.12-2.12a.984.984 0 0 1 0-1.4m-2.42-1.97a.996.996 0 0 1-1.41 0L9 15.41l-.88.88a.996.996 0 1 1-1.41-1.41l.88-.88l-.88-.88a.996.996 0 1 1 1.41-1.41l.88.88l.88-.88a.996.996 0 1 1 1.41 1.41l-.88.88l.88.88c.39.39.39 1.02 0 1.41"/></svg> </template>
CSS
.icon-round-free-cancellation {
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%22M10.79%2020H5V10h14v2.96c0%20.89%201.08%201.34%201.71.71a1%201%200%200%200%20.29-.71V6c0-1.1-.9-2-2-2h-1V3c0-.55-.45-1-1-1s-1%20.45-1%201v1H8V3c0-.55-.45-1-1-1s-1%20.45-1%201v1H5c-1.11%200-1.99.9-1.99%202L3%2020a2%202%200%200%200%202%202h5.79c.89%200%201.34-1.08.71-1.71c-.19-.18-.44-.29-.71-.29m2.92-1.74a.996.996%200%200%201%201.41%200l1.41%201.41l3.54-3.54a.996.996%200%201%201%201.41%201.41l-4.24%204.24a.996.996%200%200%201-1.41%200l-2.12-2.12a.984.984%200%200%201%200-1.4m-2.42-1.97a.996.996%200%200%201-1.41%200L9%2015.41l-.88.88a.996.996%200%201%201-1.41-1.41l.88-.88l-.88-.88a.996.996%200%201%201%201.41-1.41l.88.88l.88-.88a.996.996%200%201%201%201.41%201.41l-.88.88l.88.88c.39.39.39%201.02%200%201.41%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%22M10.79%2020H5V10h14v2.96c0%20.89%201.08%201.34%201.71.71a1%201%200%200%200%20.29-.71V6c0-1.1-.9-2-2-2h-1V3c0-.55-.45-1-1-1s-1%20.45-1%201v1H8V3c0-.55-.45-1-1-1s-1%20.45-1%201v1H5c-1.11%200-1.99.9-1.99%202L3%2020a2%202%200%200%200%202%202h5.79c.89%200%201.34-1.08.71-1.71c-.19-.18-.44-.29-.71-.29m2.92-1.74a.996.996%200%200%201%201.41%200l1.41%201.41l3.54-3.54a.996.996%200%201%201%201.41%201.41l-4.24%204.24a.996.996%200%200%201-1.41%200l-2.12-2.12a.984.984%200%200%201%200-1.4m-2.42-1.97a.996.996%200%200%201-1.41%200L9%2015.41l-.88.88a.996.996%200%201%201-1.41-1.41l.88-.88l-.88-.88a.996.996%200%201%201%201.41-1.41l.88.88l.88-.88a.996.996%200%201%201%201.41%201.41l-.88.88l.88.88c.39.39.39%201.02%200%201.41%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-free-cancellation.svg?color=%231a73e8&size=48