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

Name
trash-circle-fill
Set
Framework7 Icons
Style
Fill
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.851 23.906-23.906c0-13.078-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.922 4.095 28c0 13.055 10.828 23.906 23.906 23.906m-5.79-9.984c-1.663 0-2.624-.914-2.695-2.578l-.867-19.125h-1.406a1.19 1.19 0 0 1-1.172-1.172c0-.656.54-1.172 1.172-1.172h5.32v-1.898c0-1.829 1.196-2.977 2.93-2.977h4.898c1.735 0 2.93 1.148 2.93 2.977v1.898h5.32c.633 0 1.149.516 1.149 1.172c0 .633-.516 1.172-1.148 1.172h-1.36l-.867 19.125c-.094 1.664-1.055 2.578-2.719 2.578Zm2.72-24.047h6.023v-1.453c0-.633-.445-1.055-1.102-1.055h-3.843c-.633 0-1.078.422-1.078 1.055Zm-1.29 21.469c.587 0 .938-.399.915-.961l-.563-15.703c-.047-.563-.398-.938-.937-.938c-.586 0-.961.399-.938.938l.633 15.726c.023.563.375.938.89.938m4.313-.024c.586 0 .961-.375.961-.937V22.68c0-.54-.375-.938-.961-.938s-.96.399-.96.938v15.703c0 .562.398.937.96.937m4.336.024c.516 0 .867-.375.89-.938l.633-15.726c.024-.54-.375-.938-.96-.938c-.516 0-.891.375-.915.938l-.562 15.703c-.024.562.328.96.914.96"/></svg>

React

import type { SVGProps } from "react";

export function F7TrashCircleFill(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.851 23.906-23.906c0-13.078-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.922 4.095 28c0 13.055 10.828 23.906 23.906 23.906m-5.79-9.984c-1.663 0-2.624-.914-2.695-2.578l-.867-19.125h-1.406a1.19 1.19 0 0 1-1.172-1.172c0-.656.54-1.172 1.172-1.172h5.32v-1.898c0-1.829 1.196-2.977 2.93-2.977h4.898c1.735 0 2.93 1.148 2.93 2.977v1.898h5.32c.633 0 1.149.516 1.149 1.172c0 .633-.516 1.172-1.148 1.172h-1.36l-.867 19.125c-.094 1.664-1.055 2.578-2.719 2.578Zm2.72-24.047h6.023v-1.453c0-.633-.445-1.055-1.102-1.055h-3.843c-.633 0-1.078.422-1.078 1.055Zm-1.29 21.469c.587 0 .938-.399.915-.961l-.563-15.703c-.047-.563-.398-.938-.937-.938c-.586 0-.961.399-.938.938l.633 15.726c.023.563.375.938.89.938m4.313-.024c.586 0 .961-.375.961-.937V22.68c0-.54-.375-.938-.961-.938s-.96.399-.96.938v15.703c0 .562.398.937.96.937m4.336.024c.516 0 .867-.375.89-.938l.633-15.726c.024-.54-.375-.938-.96-.938c-.516 0-.891.375-.915.938l-.562 15.703c-.024.562.328.96.914.96"/></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.851 23.906-23.906c0-13.078-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.922 4.095 28c0 13.055 10.828 23.906 23.906 23.906m-5.79-9.984c-1.663 0-2.624-.914-2.695-2.578l-.867-19.125h-1.406a1.19 1.19 0 0 1-1.172-1.172c0-.656.54-1.172 1.172-1.172h5.32v-1.898c0-1.829 1.196-2.977 2.93-2.977h4.898c1.735 0 2.93 1.148 2.93 2.977v1.898h5.32c.633 0 1.149.516 1.149 1.172c0 .633-.516 1.172-1.148 1.172h-1.36l-.867 19.125c-.094 1.664-1.055 2.578-2.719 2.578Zm2.72-24.047h6.023v-1.453c0-.633-.445-1.055-1.102-1.055h-3.843c-.633 0-1.078.422-1.078 1.055Zm-1.29 21.469c.587 0 .938-.399.915-.961l-.563-15.703c-.047-.563-.398-.938-.937-.938c-.586 0-.961.399-.938.938l.633 15.726c.023.563.375.938.89.938m4.313-.024c.586 0 .961-.375.961-.937V22.68c0-.54-.375-.938-.961-.938s-.96.399-.96.938v15.703c0 .562.398.937.96.937m4.336.024c.516 0 .867-.375.89-.938l.633-15.726c.024-.54-.375-.938-.96-.938c-.516 0-.891.375-.915.938l-.562 15.703c-.024.562.328.96.914.96"/></svg>
</template>

CSS

.icon-trash-circle-fill {
  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.851%2023.906-23.906c0-13.078-10.875-23.906-23.93-23.906C14.899%204.094%204.095%2014.922%204.095%2028c0%2013.055%2010.828%2023.906%2023.906%2023.906m-5.79-9.984c-1.663%200-2.624-.914-2.695-2.578l-.867-19.125h-1.406a1.19%201.19%200%200%201-1.172-1.172c0-.656.54-1.172%201.172-1.172h5.32v-1.898c0-1.829%201.196-2.977%202.93-2.977h4.898c1.735%200%202.93%201.148%202.93%202.977v1.898h5.32c.633%200%201.149.516%201.149%201.172c0%20.633-.516%201.172-1.148%201.172h-1.36l-.867%2019.125c-.094%201.664-1.055%202.578-2.719%202.578Zm2.72-24.047h6.023v-1.453c0-.633-.445-1.055-1.102-1.055h-3.843c-.633%200-1.078.422-1.078%201.055Zm-1.29%2021.469c.587%200%20.938-.399.915-.961l-.563-15.703c-.047-.563-.398-.938-.937-.938c-.586%200-.961.399-.938.938l.633%2015.726c.023.563.375.938.89.938m4.313-.024c.586%200%20.961-.375.961-.937V22.68c0-.54-.375-.938-.961-.938s-.96.399-.96.938v15.703c0%20.562.398.937.96.937m4.336.024c.516%200%20.867-.375.89-.938l.633-15.726c.024-.54-.375-.938-.96-.938c-.516%200-.891.375-.915.938l-.562%2015.703c-.024.562.328.96.914.96%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.851%2023.906-23.906c0-13.078-10.875-23.906-23.93-23.906C14.899%204.094%204.095%2014.922%204.095%2028c0%2013.055%2010.828%2023.906%2023.906%2023.906m-5.79-9.984c-1.663%200-2.624-.914-2.695-2.578l-.867-19.125h-1.406a1.19%201.19%200%200%201-1.172-1.172c0-.656.54-1.172%201.172-1.172h5.32v-1.898c0-1.829%201.196-2.977%202.93-2.977h4.898c1.735%200%202.93%201.148%202.93%202.977v1.898h5.32c.633%200%201.149.516%201.149%201.172c0%20.633-.516%201.172-1.148%201.172h-1.36l-.867%2019.125c-.094%201.664-1.055%202.578-2.719%202.578Zm2.72-24.047h6.023v-1.453c0-.633-.445-1.055-1.102-1.055h-3.843c-.633%200-1.078.422-1.078%201.055Zm-1.29%2021.469c.587%200%20.938-.399.915-.961l-.563-15.703c-.047-.563-.398-.938-.937-.938c-.586%200-.961.399-.938.938l.633%2015.726c.023.563.375.938.89.938m4.313-.024c.586%200%20.961-.375.961-.937V22.68c0-.54-.375-.938-.961-.938s-.96.399-.96.938v15.703c0%20.562.398.937.96.937m4.336.024c.516%200%20.867-.375.89-.938l.633-15.726c.024-.54-.375-.938-.96-.938c-.516%200-.891.375-.915.938l-.562%2015.703c-.024.562.328.96.914.96%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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