trash-circle from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
trash-circle
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the trash circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.828 23.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.945 4.095 28c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 47.922 8.1 39.062 8.1 28c0-11.04 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922c.023 11.063-8.883 19.922-19.922 19.922m-5.766-5.953H33.72c1.664 0 2.625-.914 2.718-2.578l.868-19.125h1.359c.633 0 1.148-.54 1.148-1.172c0-.657-.515-1.172-1.148-1.172h-5.297v-1.899c0-1.828-1.219-2.976-2.953-2.976h-4.899c-1.734 0-2.93 1.148-2.93 2.976v1.899h-5.32c-.632 0-1.171.515-1.171 1.172a1.19 1.19 0 0 0 1.171 1.172h1.407l.867 19.125c.07 1.664 1.055 2.578 2.695 2.578m2.696-24.047v-1.453c0-.633.445-1.055 1.078-1.055h3.843c.657 0 1.102.422 1.102 1.055v1.453ZM23.64 39.39c-.515 0-.867-.375-.89-.938l-.633-15.726c-.023-.54.352-.938.938-.938c.539 0 .89.375.937.938l.563 15.703c.023.562-.328.96-.915.96m4.313-.024c-.562 0-.96-.375-.96-.937V22.727c0-.54.374-.938.96-.938s.961.398.961.938V38.43c0 .562-.375.937-.961.937m4.336.024c-.586 0-.938-.399-.914-.961l.562-15.703c.024-.563.399-.938.914-.938c.586 0 .985.398.961.938l-.632 15.726c-.024.563-.375.938-.891.938"/></svg>

React

import type { SVGProps } from "react";

export function F7TrashCircle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.828 23.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.945 4.095 28c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 47.922 8.1 39.062 8.1 28c0-11.04 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922c.023 11.063-8.883 19.922-19.922 19.922m-5.766-5.953H33.72c1.664 0 2.625-.914 2.718-2.578l.868-19.125h1.359c.633 0 1.148-.54 1.148-1.172c0-.657-.515-1.172-1.148-1.172h-5.297v-1.899c0-1.828-1.219-2.976-2.953-2.976h-4.899c-1.734 0-2.93 1.148-2.93 2.976v1.899h-5.32c-.632 0-1.171.515-1.171 1.172a1.19 1.19 0 0 0 1.171 1.172h1.407l.867 19.125c.07 1.664 1.055 2.578 2.695 2.578m2.696-24.047v-1.453c0-.633.445-1.055 1.078-1.055h3.843c.657 0 1.102.422 1.102 1.055v1.453ZM23.64 39.39c-.515 0-.867-.375-.89-.938l-.633-15.726c-.023-.54.352-.938.938-.938c.539 0 .89.375.937.938l.563 15.703c.023.562-.328.96-.915.96m4.313-.024c-.562 0-.96-.375-.96-.937V22.727c0-.54.374-.938.96-.938s.961.398.961.938V38.43c0 .562-.375.937-.961.937m4.336.024c-.586 0-.938-.399-.914-.961l.562-15.703c.024-.563.399-.938.914-.938c.586 0 .985.398.961.938l-.632 15.726c-.024.563-.375.938-.891.938"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.828 23.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.945 4.095 28c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 47.922 8.1 39.062 8.1 28c0-11.04 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922c.023 11.063-8.883 19.922-19.922 19.922m-5.766-5.953H33.72c1.664 0 2.625-.914 2.718-2.578l.868-19.125h1.359c.633 0 1.148-.54 1.148-1.172c0-.657-.515-1.172-1.148-1.172h-5.297v-1.899c0-1.828-1.219-2.976-2.953-2.976h-4.899c-1.734 0-2.93 1.148-2.93 2.976v1.899h-5.32c-.632 0-1.171.515-1.171 1.172a1.19 1.19 0 0 0 1.171 1.172h1.407l.867 19.125c.07 1.664 1.055 2.578 2.695 2.578m2.696-24.047v-1.453c0-.633.445-1.055 1.078-1.055h3.843c.657 0 1.102.422 1.102 1.055v1.453ZM23.64 39.39c-.515 0-.867-.375-.89-.938l-.633-15.726c-.023-.54.352-.938.938-.938c.539 0 .89.375.937.938l.563 15.703c.023.562-.328.96-.915.96m4.313-.024c-.562 0-.96-.375-.96-.937V22.727c0-.54.374-.938.96-.938s.961.398.961.938V38.43c0 .562-.375.937-.961.937m4.336.024c-.586 0-.938-.399-.914-.961l.562-15.703c.024-.563.399-.938.914-.938c.586 0 .985.398.961.938l-.632 15.726c-.024.563-.375.938-.891.938"/></svg>
</template>

CSS

.icon-trash-circle {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2051.906c13.055%200%2023.906-10.828%2023.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899%204.094%204.095%2014.945%204.095%2028c0%2013.078%2010.828%2023.906%2023.906%2023.906m0-3.984C16.937%2047.922%208.1%2039.062%208.1%2028c0-11.04%208.813-19.922%2019.876-19.922c11.039%200%2019.921%208.883%2019.945%2019.922c.023%2011.063-8.883%2019.922-19.922%2019.922m-5.766-5.953H33.72c1.664%200%202.625-.914%202.718-2.578l.868-19.125h1.359c.633%200%201.148-.54%201.148-1.172c0-.657-.515-1.172-1.148-1.172h-5.297v-1.899c0-1.828-1.219-2.976-2.953-2.976h-4.899c-1.734%200-2.93%201.148-2.93%202.976v1.899h-5.32c-.632%200-1.171.515-1.171%201.172a1.19%201.19%200%200%200%201.171%201.172h1.407l.867%2019.125c.07%201.664%201.055%202.578%202.695%202.578m2.696-24.047v-1.453c0-.633.445-1.055%201.078-1.055h3.843c.657%200%201.102.422%201.102%201.055v1.453ZM23.64%2039.39c-.515%200-.867-.375-.89-.938l-.633-15.726c-.023-.54.352-.938.938-.938c.539%200%20.89.375.937.938l.563%2015.703c.023.562-.328.96-.915.96m4.313-.024c-.562%200-.96-.375-.96-.937V22.727c0-.54.374-.938.96-.938s.961.398.961.938V38.43c0%20.562-.375.937-.961.937m4.336.024c-.586%200-.938-.399-.914-.961l.562-15.703c.024-.563.399-.938.914-.938c.586%200%20.985.398.961.938l-.632%2015.726c-.024.563-.375.938-.891.938%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2051.906c13.055%200%2023.906-10.828%2023.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899%204.094%204.095%2014.945%204.095%2028c0%2013.078%2010.828%2023.906%2023.906%2023.906m0-3.984C16.937%2047.922%208.1%2039.062%208.1%2028c0-11.04%208.813-19.922%2019.876-19.922c11.039%200%2019.921%208.883%2019.945%2019.922c.023%2011.063-8.883%2019.922-19.922%2019.922m-5.766-5.953H33.72c1.664%200%202.625-.914%202.718-2.578l.868-19.125h1.359c.633%200%201.148-.54%201.148-1.172c0-.657-.515-1.172-1.148-1.172h-5.297v-1.899c0-1.828-1.219-2.976-2.953-2.976h-4.899c-1.734%200-2.93%201.148-2.93%202.976v1.899h-5.32c-.632%200-1.171.515-1.171%201.172a1.19%201.19%200%200%200%201.171%201.172h1.407l.867%2019.125c.07%201.664%201.055%202.578%202.695%202.578m2.696-24.047v-1.453c0-.633.445-1.055%201.078-1.055h3.843c.657%200%201.102.422%201.102%201.055v1.453ZM23.64%2039.39c-.515%200-.867-.375-.89-.938l-.633-15.726c-.023-.54.352-.938.938-.938c.539%200%20.89.375.937.938l.563%2015.703c.023.562-.328.96-.915.96m4.313-.024c-.562%200-.96-.375-.96-.937V22.727c0-.54.374-.938.96-.938s.961.398.961.938V38.43c0%20.562-.375.937-.961.937m4.336.024c-.586%200-.938-.399-.914-.961l.562-15.703c.024-.563.399-.938.914-.938c.586%200%20.985.398.961.938l-.632%2015.726c-.024.563-.375.938-.891.938%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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