trash7 icon
trash7 from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- trash7
- Set
- Reicon
- Style
- Outline
- 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"><g fill="currentColor"><path fill-rule="evenodd" d="M10.204 1.25c-.39 0-.732 0-1.055.097a2.3 2.3 0 0 0-.775.415c-.26.214-.45.5-.666.823l-.62.93c-.286.43-.349.51-.415.564a.8.8 0 0 1-.258.139c-.08.024-.181.032-.685.032H3a.75.75 0 0 0 0 1.5h18a.75.75 0 0 0 0-1.5h-2.73c-.504 0-.604-.008-.685-.032a.8.8 0 0 1-.258-.139c-.066-.054-.129-.134-.415-.564l-.62-.93c-.216-.324-.406-.61-.666-.823a2.3 2.3 0 0 0-.775-.415c-.323-.098-.665-.098-1.055-.097zm5.395 3l-.51-.765c-.287-.43-.35-.51-.416-.564a.8.8 0 0 0-.258-.139c-.081-.024-.183-.032-.7-.032h-3.43c-.517 0-.619.008-.7.032a.8.8 0 0 0-.258.139c-.066.054-.129.134-.415.564l-.51.765z" clip-rule="evenodd"/><path d="M3.947 8.07a.75.75 0 0 1 1.493-.14l.9 9.646c.073.78.124 1.323.197 1.744c.072.412.155.65.262.83c.228.384.566.69.969.883c.19.09.433.15.85.183c.426.034.971.034 1.755.034h3.254c.784 0 1.328 0 1.755-.034c.417-.033.66-.094.85-.184a2.25 2.25 0 0 0 .969-.882c.107-.18.19-.418.262-.83c.072-.421.124-.963.197-1.744l.9-9.646a.75.75 0 0 1 1.493.14l-.903 9.676c-.07.743-.125 1.344-.21 1.83c-.086.502-.211.94-.45 1.34a3.75 3.75 0 0 1-1.615 1.471c-.421.2-.868.285-1.376.324c-.492.039-1.095.039-1.841.039h-3.315c-.747 0-1.35 0-1.842-.039c-.508-.04-.955-.123-1.376-.323a3.75 3.75 0 0 1-1.615-1.472c-.239-.4-.364-.838-.45-1.34c-.085-.486-.14-1.087-.21-1.83z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconTrash7(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M10.204 1.25c-.39 0-.732 0-1.055.097a2.3 2.3 0 0 0-.775.415c-.26.214-.45.5-.666.823l-.62.93c-.286.43-.349.51-.415.564a.8.8 0 0 1-.258.139c-.08.024-.181.032-.685.032H3a.75.75 0 0 0 0 1.5h18a.75.75 0 0 0 0-1.5h-2.73c-.504 0-.604-.008-.685-.032a.8.8 0 0 1-.258-.139c-.066-.054-.129-.134-.415-.564l-.62-.93c-.216-.324-.406-.61-.666-.823a2.3 2.3 0 0 0-.775-.415c-.323-.098-.665-.098-1.055-.097zm5.395 3l-.51-.765c-.287-.43-.35-.51-.416-.564a.8.8 0 0 0-.258-.139c-.081-.024-.183-.032-.7-.032h-3.43c-.517 0-.619.008-.7.032a.8.8 0 0 0-.258.139c-.066.054-.129.134-.415.564l-.51.765z" clipRule="evenodd"/><path d="M3.947 8.07a.75.75 0 0 1 1.493-.14l.9 9.646c.073.78.124 1.323.197 1.744c.072.412.155.65.262.83c.228.384.566.69.969.883c.19.09.433.15.85.183c.426.034.971.034 1.755.034h3.254c.784 0 1.328 0 1.755-.034c.417-.033.66-.094.85-.184a2.25 2.25 0 0 0 .969-.882c.107-.18.19-.418.262-.83c.072-.421.124-.963.197-1.744l.9-9.646a.75.75 0 0 1 1.493.14l-.903 9.676c-.07.743-.125 1.344-.21 1.83c-.086.502-.211.94-.45 1.34a3.75 3.75 0 0 1-1.615 1.471c-.421.2-.868.285-1.376.324c-.492.039-1.095.039-1.841.039h-3.315c-.747 0-1.35 0-1.842-.039c-.508-.04-.955-.123-1.376-.323a3.75 3.75 0 0 1-1.615-1.472c-.239-.4-.364-.838-.45-1.34c-.085-.486-.14-1.087-.21-1.83z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.204 1.25c-.39 0-.732 0-1.055.097a2.3 2.3 0 0 0-.775.415c-.26.214-.45.5-.666.823l-.62.93c-.286.43-.349.51-.415.564a.8.8 0 0 1-.258.139c-.08.024-.181.032-.685.032H3a.75.75 0 0 0 0 1.5h18a.75.75 0 0 0 0-1.5h-2.73c-.504 0-.604-.008-.685-.032a.8.8 0 0 1-.258-.139c-.066-.054-.129-.134-.415-.564l-.62-.93c-.216-.324-.406-.61-.666-.823a2.3 2.3 0 0 0-.775-.415c-.323-.098-.665-.098-1.055-.097zm5.395 3l-.51-.765c-.287-.43-.35-.51-.416-.564a.8.8 0 0 0-.258-.139c-.081-.024-.183-.032-.7-.032h-3.43c-.517 0-.619.008-.7.032a.8.8 0 0 0-.258.139c-.066.054-.129.134-.415.564l-.51.765z" clip-rule="evenodd"/><path d="M3.947 8.07a.75.75 0 0 1 1.493-.14l.9 9.646c.073.78.124 1.323.197 1.744c.072.412.155.65.262.83c.228.384.566.69.969.883c.19.09.433.15.85.183c.426.034.971.034 1.755.034h3.254c.784 0 1.328 0 1.755-.034c.417-.033.66-.094.85-.184a2.25 2.25 0 0 0 .969-.882c.107-.18.19-.418.262-.83c.072-.421.124-.963.197-1.744l.9-9.646a.75.75 0 0 1 1.493.14l-.903 9.676c-.07.743-.125 1.344-.21 1.83c-.086.502-.211.94-.45 1.34a3.75 3.75 0 0 1-1.615 1.471c-.421.2-.868.285-1.376.324c-.492.039-1.095.039-1.841.039h-3.315c-.747 0-1.35 0-1.842-.039c-.508-.04-.955-.123-1.376-.323a3.75 3.75 0 0 1-1.615-1.472c-.239-.4-.364-.838-.45-1.34c-.085-.486-.14-1.087-.21-1.83z"/></g></svg> </template>
CSS
.icon-trash7 {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.204%201.25c-.39%200-.732%200-1.055.097a2.3%202.3%200%200%200-.775.415c-.26.214-.45.5-.666.823l-.62.93c-.286.43-.349.51-.415.564a.8.8%200%200%201-.258.139c-.08.024-.181.032-.685.032H3a.75.75%200%200%200%200%201.5h18a.75.75%200%200%200%200-1.5h-2.73c-.504%200-.604-.008-.685-.032a.8.8%200%200%201-.258-.139c-.066-.054-.129-.134-.415-.564l-.62-.93c-.216-.324-.406-.61-.666-.823a2.3%202.3%200%200%200-.775-.415c-.323-.098-.665-.098-1.055-.097zm5.395%203l-.51-.765c-.287-.43-.35-.51-.416-.564a.8.8%200%200%200-.258-.139c-.081-.024-.183-.032-.7-.032h-3.43c-.517%200-.619.008-.7.032a.8.8%200%200%200-.258.139c-.066.054-.129.134-.415.564l-.51.765z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M3.947%208.07a.75.75%200%200%201%201.493-.14l.9%209.646c.073.78.124%201.323.197%201.744c.072.412.155.65.262.83c.228.384.566.69.969.883c.19.09.433.15.85.183c.426.034.971.034%201.755.034h3.254c.784%200%201.328%200%201.755-.034c.417-.033.66-.094.85-.184a2.25%202.25%200%200%200%20.969-.882c.107-.18.19-.418.262-.83c.072-.421.124-.963.197-1.744l.9-9.646a.75.75%200%200%201%201.493.14l-.903%209.676c-.07.743-.125%201.344-.21%201.83c-.086.502-.211.94-.45%201.34a3.75%203.75%200%200%201-1.615%201.471c-.421.2-.868.285-1.376.324c-.492.039-1.095.039-1.841.039h-3.315c-.747%200-1.35%200-1.842-.039c-.508-.04-.955-.123-1.376-.323a3.75%203.75%200%200%201-1.615-1.472c-.239-.4-.364-.838-.45-1.34c-.085-.486-.14-1.087-.21-1.83z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.204%201.25c-.39%200-.732%200-1.055.097a2.3%202.3%200%200%200-.775.415c-.26.214-.45.5-.666.823l-.62.93c-.286.43-.349.51-.415.564a.8.8%200%200%201-.258.139c-.08.024-.181.032-.685.032H3a.75.75%200%200%200%200%201.5h18a.75.75%200%200%200%200-1.5h-2.73c-.504%200-.604-.008-.685-.032a.8.8%200%200%201-.258-.139c-.066-.054-.129-.134-.415-.564l-.62-.93c-.216-.324-.406-.61-.666-.823a2.3%202.3%200%200%200-.775-.415c-.323-.098-.665-.098-1.055-.097zm5.395%203l-.51-.765c-.287-.43-.35-.51-.416-.564a.8.8%200%200%200-.258-.139c-.081-.024-.183-.032-.7-.032h-3.43c-.517%200-.619.008-.7.032a.8.8%200%200%200-.258.139c-.066.054-.129.134-.415.564l-.51.765z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M3.947%208.07a.75.75%200%200%201%201.493-.14l.9%209.646c.073.78.124%201.323.197%201.744c.072.412.155.65.262.83c.228.384.566.69.969.883c.19.09.433.15.85.183c.426.034.971.034%201.755.034h3.254c.784%200%201.328%200%201.755-.034c.417-.033.66-.094.85-.184a2.25%202.25%200%200%200%20.969-.882c.107-.18.19-.418.262-.83c.072-.421.124-.963.197-1.744l.9-9.646a.75.75%200%200%201%201.493.14l-.903%209.676c-.07.743-.125%201.344-.21%201.83c-.086.502-.211.94-.45%201.34a3.75%203.75%200%200%201-1.615%201.471c-.421.2-.868.285-1.376.324c-.492.039-1.095.039-1.841.039h-3.315c-.747%200-1.35%200-1.842-.039c-.508-.04-.955-.123-1.376-.323a3.75%203.75%200%200%201-1.615-1.472c-.239-.4-.364-.838-.45-1.34c-.085-.486-.14-1.087-.21-1.83z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/trash7.svg?color=%231a73e8&size=48