trash7 icon
trash7-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- trash7-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More ui icons from Reicon
Use the trash7 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.75 5a.75.75 0 0 1-.75.75H3a.75.75 0 0 1 0-1.5h2.716c.516 0 .618-.008.7-.032a.8.8 0 0 0 .258-.138c.066-.054.129-.135.415-.564l.62-.93c.216-.324.405-.609.666-.824c.228-.188.492-.329.775-.415c.322-.097.664-.097 1.054-.097h3.593c.389 0 .732 0 1.055.097c.283.086.546.227.775.415c.26.214.45.5.666.824l.62.93c.286.43.349.51.415.564q.116.095.258.138c.081.025.183.032.7.032h2.716a.75.75 0 0 1 .75.75zm-1.967 2.293c-.096-.043-.223-.043-.476-.043H4.694c-.253 0-.38 0-.476.043a.5.5 0 0 0-.272.299c-.033.1-.022.226.002.478l.937 10.039c.063.679.115 1.232.192 1.68c.08.464.197.873.421 1.25c.355.597.88 1.075 1.507 1.373c.396.188.815.266 1.284.303c.453.035 1.009.035 1.691.035h4.043c.682 0 1.237 0 1.691-.035c.469-.037.888-.115 1.284-.303a3.5 3.5 0 0 0 1.507-1.373c.224-.377.341-.786.421-1.25c.078-.448.129-1.001.192-1.68l.937-10.039c.023-.252.035-.378.002-.478a.5.5 0 0 0-.272-.299z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconTrash7Filled(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="M21.75 5a.75.75 0 0 1-.75.75H3a.75.75 0 0 1 0-1.5h2.716c.516 0 .618-.008.7-.032a.8.8 0 0 0 .258-.138c.066-.054.129-.135.415-.564l.62-.93c.216-.324.405-.609.666-.824c.228-.188.492-.329.775-.415c.322-.097.664-.097 1.054-.097h3.593c.389 0 .732 0 1.055.097c.283.086.546.227.775.415c.26.214.45.5.666.824l.62.93c.286.43.349.51.415.564q.116.095.258.138c.081.025.183.032.7.032h2.716a.75.75 0 0 1 .75.75zm-1.967 2.293c-.096-.043-.223-.043-.476-.043H4.694c-.253 0-.38 0-.476.043a.5.5 0 0 0-.272.299c-.033.1-.022.226.002.478l.937 10.039c.063.679.115 1.232.192 1.68c.08.464.197.873.421 1.25c.355.597.88 1.075 1.507 1.373c.396.188.815.266 1.284.303c.453.035 1.009.035 1.691.035h4.043c.682 0 1.237 0 1.691-.035c.469-.037.888-.115 1.284-.303a3.5 3.5 0 0 0 1.507-1.373c.224-.377.341-.786.421-1.25c.078-.448.129-1.001.192-1.68l.937-10.039c.023-.252.035-.378.002-.478a.5.5 0 0 0-.272-.299z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.75 5a.75.75 0 0 1-.75.75H3a.75.75 0 0 1 0-1.5h2.716c.516 0 .618-.008.7-.032a.8.8 0 0 0 .258-.138c.066-.054.129-.135.415-.564l.62-.93c.216-.324.405-.609.666-.824c.228-.188.492-.329.775-.415c.322-.097.664-.097 1.054-.097h3.593c.389 0 .732 0 1.055.097c.283.086.546.227.775.415c.26.214.45.5.666.824l.62.93c.286.43.349.51.415.564q.116.095.258.138c.081.025.183.032.7.032h2.716a.75.75 0 0 1 .75.75zm-1.967 2.293c-.096-.043-.223-.043-.476-.043H4.694c-.253 0-.38 0-.476.043a.5.5 0 0 0-.272.299c-.033.1-.022.226.002.478l.937 10.039c.063.679.115 1.232.192 1.68c.08.464.197.873.421 1.25c.355.597.88 1.075 1.507 1.373c.396.188.815.266 1.284.303c.453.035 1.009.035 1.691.035h4.043c.682 0 1.237 0 1.691-.035c.469-.037.888-.115 1.284-.303a3.5 3.5 0 0 0 1.507-1.373c.224-.377.341-.786.421-1.25c.078-.448.129-1.001.192-1.68l.937-10.039c.023-.252.035-.378.002-.478a.5.5 0 0 0-.272-.299z"/></svg> </template>
CSS
.icon-trash7-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%20d%3D%22M21.75%205a.75.75%200%200%201-.75.75H3a.75.75%200%200%201%200-1.5h2.716c.516%200%20.618-.008.7-.032a.8.8%200%200%200%20.258-.138c.066-.054.129-.135.415-.564l.62-.93c.216-.324.405-.609.666-.824c.228-.188.492-.329.775-.415c.322-.097.664-.097%201.054-.097h3.593c.389%200%20.732%200%201.055.097c.283.086.546.227.775.415c.26.214.45.5.666.824l.62.93c.286.43.349.51.415.564q.116.095.258.138c.081.025.183.032.7.032h2.716a.75.75%200%200%201%20.75.75zm-1.967%202.293c-.096-.043-.223-.043-.476-.043H4.694c-.253%200-.38%200-.476.043a.5.5%200%200%200-.272.299c-.033.1-.022.226.002.478l.937%2010.039c.063.679.115%201.232.192%201.68c.08.464.197.873.421%201.25c.355.597.88%201.075%201.507%201.373c.396.188.815.266%201.284.303c.453.035%201.009.035%201.691.035h4.043c.682%200%201.237%200%201.691-.035c.469-.037.888-.115%201.284-.303a3.5%203.5%200%200%200%201.507-1.373c.224-.377.341-.786.421-1.25c.078-.448.129-1.001.192-1.68l.937-10.039c.023-.252.035-.378.002-.478a.5.5%200%200%200-.272-.299z%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%22M21.75%205a.75.75%200%200%201-.75.75H3a.75.75%200%200%201%200-1.5h2.716c.516%200%20.618-.008.7-.032a.8.8%200%200%200%20.258-.138c.066-.054.129-.135.415-.564l.62-.93c.216-.324.405-.609.666-.824c.228-.188.492-.329.775-.415c.322-.097.664-.097%201.054-.097h3.593c.389%200%20.732%200%201.055.097c.283.086.546.227.775.415c.26.214.45.5.666.824l.62.93c.286.43.349.51.415.564q.116.095.258.138c.081.025.183.032.7.032h2.716a.75.75%200%200%201%20.75.75zm-1.967%202.293c-.096-.043-.223-.043-.476-.043H4.694c-.253%200-.38%200-.476.043a.5.5%200%200%200-.272.299c-.033.1-.022.226.002.478l.937%2010.039c.063.679.115%201.232.192%201.68c.08.464.197.873.421%201.25c.355.597.88%201.075%201.507%201.373c.396.188.815.266%201.284.303c.453.035%201.009.035%201.691.035h4.043c.682%200%201.237%200%201.691-.035c.469-.037.888-.115%201.284-.303a3.5%203.5%200%200%200%201.507-1.373c.224-.377.341-.786.421-1.25c.078-.448.129-1.001.192-1.68l.937-10.039c.023-.252.035-.378.002-.478a.5.5%200%200%200-.272-.299z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/trash7-filled.svg?color=%231a73e8&size=48