clean icon
clean from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- clean
- Set
- Carbon
- Style
- Outline
- Category
- Actions
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More actions icons from Carbon
activity-taskadapter-notificationaddadd-altadd-commentadd-largealign-box-bottom-centeralign-box-bottom-leftalign-box-bottom-rightalign-box-middle-centeralign-box-middle-leftalign-box-middle-rightalign-box-top-centeralign-box-top-leftalign-box-top-rightalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-vertical-bottomalign-vertical-centeralign-vertical-topappsareaarea-custom
Use the clean icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 20h-6v-2h6zm4 8h-6v-2h6zm-2-4h-6v-2h6z"/><path fill="currentColor" d="M17.003 20a4.9 4.9 0 0 0-2.404-4.173L22 3l-1.73-1l-7.577 13.126a5.7 5.7 0 0 0-5.243 1.503C3.706 20.24 3.996 28.682 4.01 29.04a1 1 0 0 0 1 .96h14.991a1 1 0 0 0 .6-1.8c-3.54-2.656-3.598-8.146-3.598-8.2m-5.073-3.003A3.11 3.11 0 0 1 15.004 20c0 .038.002.208.017.469l-5.9-2.624a3.8 3.8 0 0 1 2.809-.848M15.45 28A5.2 5.2 0 0 1 14 25h-2a6.5 6.5 0 0 0 .968 3h-2.223A16.6 16.6 0 0 1 10 24H8a17.3 17.3 0 0 0 .665 4H6c.031-1.836.29-5.892 1.803-8.553l7.533 3.35A13 13 0 0 0 17.596 28Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonClean(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 20h-6v-2h6zm4 8h-6v-2h6zm-2-4h-6v-2h6z"/><path fill="currentColor" d="M17.003 20a4.9 4.9 0 0 0-2.404-4.173L22 3l-1.73-1l-7.577 13.126a5.7 5.7 0 0 0-5.243 1.503C3.706 20.24 3.996 28.682 4.01 29.04a1 1 0 0 0 1 .96h14.991a1 1 0 0 0 .6-1.8c-3.54-2.656-3.598-8.146-3.598-8.2m-5.073-3.003A3.11 3.11 0 0 1 15.004 20c0 .038.002.208.017.469l-5.9-2.624a3.8 3.8 0 0 1 2.809-.848M15.45 28A5.2 5.2 0 0 1 14 25h-2a6.5 6.5 0 0 0 .968 3h-2.223A16.6 16.6 0 0 1 10 24H8a17.3 17.3 0 0 0 .665 4H6c.031-1.836.29-5.892 1.803-8.553l7.533 3.35A13 13 0 0 0 17.596 28Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 20h-6v-2h6zm4 8h-6v-2h6zm-2-4h-6v-2h6z"/><path fill="currentColor" d="M17.003 20a4.9 4.9 0 0 0-2.404-4.173L22 3l-1.73-1l-7.577 13.126a5.7 5.7 0 0 0-5.243 1.503C3.706 20.24 3.996 28.682 4.01 29.04a1 1 0 0 0 1 .96h14.991a1 1 0 0 0 .6-1.8c-3.54-2.656-3.598-8.146-3.598-8.2m-5.073-3.003A3.11 3.11 0 0 1 15.004 20c0 .038.002.208.017.469l-5.9-2.624a3.8 3.8 0 0 1 2.809-.848M15.45 28A5.2 5.2 0 0 1 14 25h-2a6.5 6.5 0 0 0 .968 3h-2.223A16.6 16.6 0 0 1 10 24H8a17.3 17.3 0 0 0 .665 4H6c.031-1.836.29-5.892 1.803-8.553l7.533 3.35A13 13 0 0 0 17.596 28Z"/></svg> </template>
CSS
.icon-clean {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2020h-6v-2h6zm4%208h-6v-2h6zm-2-4h-6v-2h6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.003%2020a4.9%204.9%200%200%200-2.404-4.173L22%203l-1.73-1l-7.577%2013.126a5.7%205.7%200%200%200-5.243%201.503C3.706%2020.24%203.996%2028.682%204.01%2029.04a1%201%200%200%200%201%20.96h14.991a1%201%200%200%200%20.6-1.8c-3.54-2.656-3.598-8.146-3.598-8.2m-5.073-3.003A3.11%203.11%200%200%201%2015.004%2020c0%20.038.002.208.017.469l-5.9-2.624a3.8%203.8%200%200%201%202.809-.848M15.45%2028A5.2%205.2%200%200%201%2014%2025h-2a6.5%206.5%200%200%200%20.968%203h-2.223A16.6%2016.6%200%200%201%2010%2024H8a17.3%2017.3%200%200%200%20.665%204H6c.031-1.836.29-5.892%201.803-8.553l7.533%203.35A13%2013%200%200%200%2017.596%2028Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2020h-6v-2h6zm4%208h-6v-2h6zm-2-4h-6v-2h6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.003%2020a4.9%204.9%200%200%200-2.404-4.173L22%203l-1.73-1l-7.577%2013.126a5.7%205.7%200%200%200-5.243%201.503C3.706%2020.24%203.996%2028.682%204.01%2029.04a1%201%200%200%200%201%20.96h14.991a1%201%200%200%200%20.6-1.8c-3.54-2.656-3.598-8.146-3.598-8.2m-5.073-3.003A3.11%203.11%200%200%201%2015.004%2020c0%20.038.002.208.017.469l-5.9-2.624a3.8%203.8%200%200%201%202.809-.848M15.45%2028A5.2%205.2%200%200%201%2014%2025h-2a6.5%206.5%200%200%200%20.968%203h-2.223A16.6%2016.6%200%200%201%2010%2024H8a17.3%2017.3%200%200%200%20.665%204H6c.031-1.836.29-5.892%201.803-8.553l7.533%203.35A13%2013%200%200%200%2017.596%2028Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/clean.svg?color=%231a73e8&size=48