toilet paper negative icon
toilet-paper-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- toilet-paper-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the toilet paper negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsToiletPaperNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM21.846 12.103c-.454-.232-.53-.416-.542-.453c.012-.036.088-.22.542-.453c.505-.258 1.273-.447 2.176-.447s1.67.19 2.176.447c.454.232.53.417.542.453c-.012.037-.088.221-.542.453c-.505.258-1.273.447-2.176.447s-1.67-.189-2.176-.447m2.176-3.353c-1.152 0-2.244.237-3.085.666c-.788.402-1.636 1.138-1.636 2.234s.848 1.832 1.636 2.234c.84.43 1.933.666 3.085.666s2.245-.236 3.086-.666c.787-.402 1.635-1.137 1.635-2.234s-.848-1.832-1.635-2.234c-.841-.43-1.934-.666-3.086-.666m-8.753-.912C13.026 8.984 12 10.386 12 11.65c0 1.265 1.026 2.667 3.269 3.812c2.188 1.118 5.282 1.838 8.753 1.838s6.565-.72 8.753-1.838c2.243-1.145 3.27-2.547 3.27-3.812s-1.027-2.666-3.27-3.812C30.587 6.721 27.494 6 24.022 6c-3.471 0-6.564.72-8.753 1.838m20.775 7.813v20.7c0 1.073-.738 2.244-2.33 3.273l-.207-.423l.715-1.46a1 1 0 0 0 0-.88l-.715-1.46l.715-1.46a1 1 0 0 0 0-.88l-.715-1.46l.715-1.46a1 1 0 0 0 0-.88l-.715-1.46l.715-1.46a1 1 0 0 0 0-.88l-.715-1.46l.715-1.46a1 1 0 0 0 0-.88l-.715-1.46l.715-1.46a1 1 0 0 0-.693-1.42l.156-.078c.88-.45 1.686-.982 2.36-1.592m-12.038 3.65h7.715l-.226.46a1 1 0 0 0 0 .88l.715 1.46l-.715 1.46a1 1 0 0 0 0 .88l.715 1.46l-.715 1.46a1 1 0 0 0 0 .88l.715 1.46l-.715 1.46a1 1 0 0 0 0 .88l.715 1.46l-.715 1.46a1 1 0 0 0 0 .88l.715 1.46l-.715 1.46a1 1 0 0 0 0 .88l.715 1.46l-.44.9h-7.754c-3.47 0-6.56-.721-8.747-1.838C13.026 39.018 12 37.616 12 36.35v-20.7c.673.61 1.48 1.143 2.36 1.592c2.52 1.288 5.931 2.055 9.646 2.057m.051 24.7h-.035c-3.72 0-7.138-.768-9.663-2.057C11.89 40.682 10 38.76 10 36.351v-24.7c0-2.409 1.889-4.332 4.36-5.594C16.883 4.768 20.301 4 24.021 4s7.139.768 9.663 2.057c2.47 1.262 4.36 3.185 4.36 5.593v24.701c0 2.256-1.659 4.087-3.9 5.347l-.853 1.743a1 1 0 0 1-.898.56zm-8.267-22.7a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 8.6a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 6.6a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1-10.4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 6.6a1 1 0 1 1-2 0a1 1 0 0 1 2 0" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsToiletPaperNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsToiletPaperNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsToiletPaperNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM21.846 12.103c-.454-.232-.53-.416-.542-.453c.012-.036.088-.22.542-.453c.505-.258 1.273-.447 2.176-.447s1.67.19 2.176.447c.454.232.53.417.542.453c-.012.037-.088.221-.542.453c-.505.258-1.273.447-2.176.447s-1.67-.189-2.176-.447m2.176-3.353c-1.152 0-2.244.237-3.085.666c-.788.402-1.636 1.138-1.636 2.234s.848 1.832 1.636 2.234c.84.43 1.933.666 3.085.666s2.245-.236 3.086-.666c.787-.402 1.635-1.137 1.635-2.234s-.848-1.832-1.635-2.234c-.841-.43-1.934-.666-3.086-.666m-8.753-.912C13.026 8.984 12 10.386 12 11.65c0 1.265 1.026 2.667 3.269 3.812c2.188 1.118 5.282 1.838 8.753 1.838s6.565-.72 8.753-1.838c2.243-1.145 3.27-2.547 3.27-3.812s-1.027-2.666-3.27-3.812C30.587 6.721 27.494 6 24.022 6c-3.471 0-6.564.72-8.753 1.838m20.775 7.813v20.7c0 1.073-.738 2.244-2.33 3.273l-.207-.423l.715-1.46a1 1 0 0 0 0-.88l-.715-1.46l.715-1.46a1 1 0 0 0 0-.88l-.715-1.46l.715-1.46a1 1 0 0 0 0-.88l-.715-1.46l.715-1.46a1 1 0 0 0 0-.88l-.715-1.46l.715-1.46a1 1 0 0 0 0-.88l-.715-1.46l.715-1.46a1 1 0 0 0-.693-1.42l.156-.078c.88-.45 1.686-.982 2.36-1.592m-12.038 3.65h7.715l-.226.46a1 1 0 0 0 0 .88l.715 1.46l-.715 1.46a1 1 0 0 0 0 .88l.715 1.46l-.715 1.46a1 1 0 0 0 0 .88l.715 1.46l-.715 1.46a1 1 0 0 0 0 .88l.715 1.46l-.715 1.46a1 1 0 0 0 0 .88l.715 1.46l-.715 1.46a1 1 0 0 0 0 .88l.715 1.46l-.44.9h-7.754c-3.47 0-6.56-.721-8.747-1.838C13.026 39.018 12 37.616 12 36.35v-20.7c.673.61 1.48 1.143 2.36 1.592c2.52 1.288 5.931 2.055 9.646 2.057m.051 24.7h-.035c-3.72 0-7.138-.768-9.663-2.057C11.89 40.682 10 38.76 10 36.351v-24.7c0-2.409 1.889-4.332 4.36-5.594C16.883 4.768 20.301 4 24.021 4s7.139.768 9.663 2.057c2.47 1.262 4.36 3.185 4.36 5.593v24.701c0 2.256-1.659 4.087-3.9 5.347l-.853 1.743a1 1 0 0 1-.898.56zm-8.267-22.7a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 8.6a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 6.6a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1-10.4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 6.6a1 1 0 1 1-2 0a1 1 0 0 1 2 0" clipRule="evenodd"/></g><defs><clipPath id="healthiconsToiletPaperNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsToiletPaperNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM21.846 12.103c-.454-.232-.53-.416-.542-.453c.012-.036.088-.22.542-.453c.505-.258 1.273-.447 2.176-.447s1.67.19 2.176.447c.454.232.53.417.542.453c-.012.037-.088.221-.542.453c-.505.258-1.273.447-2.176.447s-1.67-.189-2.176-.447m2.176-3.353c-1.152 0-2.244.237-3.085.666c-.788.402-1.636 1.138-1.636 2.234s.848 1.832 1.636 2.234c.84.43 1.933.666 3.085.666s2.245-.236 3.086-.666c.787-.402 1.635-1.137 1.635-2.234s-.848-1.832-1.635-2.234c-.841-.43-1.934-.666-3.086-.666m-8.753-.912C13.026 8.984 12 10.386 12 11.65c0 1.265 1.026 2.667 3.269 3.812c2.188 1.118 5.282 1.838 8.753 1.838s6.565-.72 8.753-1.838c2.243-1.145 3.27-2.547 3.27-3.812s-1.027-2.666-3.27-3.812C30.587 6.721 27.494 6 24.022 6c-3.471 0-6.564.72-8.753 1.838m20.775 7.813v20.7c0 1.073-.738 2.244-2.33 3.273l-.207-.423l.715-1.46a1 1 0 0 0 0-.88l-.715-1.46l.715-1.46a1 1 0 0 0 0-.88l-.715-1.46l.715-1.46a1 1 0 0 0 0-.88l-.715-1.46l.715-1.46a1 1 0 0 0 0-.88l-.715-1.46l.715-1.46a1 1 0 0 0 0-.88l-.715-1.46l.715-1.46a1 1 0 0 0-.693-1.42l.156-.078c.88-.45 1.686-.982 2.36-1.592m-12.038 3.65h7.715l-.226.46a1 1 0 0 0 0 .88l.715 1.46l-.715 1.46a1 1 0 0 0 0 .88l.715 1.46l-.715 1.46a1 1 0 0 0 0 .88l.715 1.46l-.715 1.46a1 1 0 0 0 0 .88l.715 1.46l-.715 1.46a1 1 0 0 0 0 .88l.715 1.46l-.715 1.46a1 1 0 0 0 0 .88l.715 1.46l-.44.9h-7.754c-3.47 0-6.56-.721-8.747-1.838C13.026 39.018 12 37.616 12 36.35v-20.7c.673.61 1.48 1.143 2.36 1.592c2.52 1.288 5.931 2.055 9.646 2.057m.051 24.7h-.035c-3.72 0-7.138-.768-9.663-2.057C11.89 40.682 10 38.76 10 36.351v-24.7c0-2.409 1.889-4.332 4.36-5.594C16.883 4.768 20.301 4 24.021 4s7.139.768 9.663 2.057c2.47 1.262 4.36 3.185 4.36 5.593v24.701c0 2.256-1.659 4.087-3.9 5.347l-.853 1.743a1 1 0 0 1-.898.56zm-8.267-22.7a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 8.6a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 6.6a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1-10.4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 6.6a1 1 0 1 1-2 0a1 1 0 0 1 2 0" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsToiletPaperNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-toilet-paper-negative {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsToiletPaperNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM21.846%2012.103c-.454-.232-.53-.416-.542-.453c.012-.036.088-.22.542-.453c.505-.258%201.273-.447%202.176-.447s1.67.19%202.176.447c.454.232.53.417.542.453c-.012.037-.088.221-.542.453c-.505.258-1.273.447-2.176.447s-1.67-.189-2.176-.447m2.176-3.353c-1.152%200-2.244.237-3.085.666c-.788.402-1.636%201.138-1.636%202.234s.848%201.832%201.636%202.234c.84.43%201.933.666%203.085.666s2.245-.236%203.086-.666c.787-.402%201.635-1.137%201.635-2.234s-.848-1.832-1.635-2.234c-.841-.43-1.934-.666-3.086-.666m-8.753-.912C13.026%208.984%2012%2010.386%2012%2011.65c0%201.265%201.026%202.667%203.269%203.812c2.188%201.118%205.282%201.838%208.753%201.838s6.565-.72%208.753-1.838c2.243-1.145%203.27-2.547%203.27-3.812s-1.027-2.666-3.27-3.812C30.587%206.721%2027.494%206%2024.022%206c-3.471%200-6.564.72-8.753%201.838m20.775%207.813v20.7c0%201.073-.738%202.244-2.33%203.273l-.207-.423l.715-1.46a1%201%200%200%200%200-.88l-.715-1.46l.715-1.46a1%201%200%200%200%200-.88l-.715-1.46l.715-1.46a1%201%200%200%200%200-.88l-.715-1.46l.715-1.46a1%201%200%200%200%200-.88l-.715-1.46l.715-1.46a1%201%200%200%200%200-.88l-.715-1.46l.715-1.46a1%201%200%200%200-.693-1.42l.156-.078c.88-.45%201.686-.982%202.36-1.592m-12.038%203.65h7.715l-.226.46a1%201%200%200%200%200%20.88l.715%201.46l-.715%201.46a1%201%200%200%200%200%20.88l.715%201.46l-.715%201.46a1%201%200%200%200%200%20.88l.715%201.46l-.715%201.46a1%201%200%200%200%200%20.88l.715%201.46l-.715%201.46a1%201%200%200%200%200%20.88l.715%201.46l-.715%201.46a1%201%200%200%200%200%20.88l.715%201.46l-.44.9h-7.754c-3.47%200-6.56-.721-8.747-1.838C13.026%2039.018%2012%2037.616%2012%2036.35v-20.7c.673.61%201.48%201.143%202.36%201.592c2.52%201.288%205.931%202.055%209.646%202.057m.051%2024.7h-.035c-3.72%200-7.138-.768-9.663-2.057C11.89%2040.682%2010%2038.76%2010%2036.351v-24.7c0-2.409%201.889-4.332%204.36-5.594C16.883%204.768%2020.301%204%2024.021%204s7.139.768%209.663%202.057c2.47%201.262%204.36%203.185%204.36%205.593v24.701c0%202.256-1.659%204.087-3.9%205.347l-.853%201.743a1%201%200%200%201-.898.56zm-8.267-22.7a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1%208.6a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1%206.6a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1-10.4a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1%206.6a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsToiletPaperNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsToiletPaperNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM21.846%2012.103c-.454-.232-.53-.416-.542-.453c.012-.036.088-.22.542-.453c.505-.258%201.273-.447%202.176-.447s1.67.19%202.176.447c.454.232.53.417.542.453c-.012.037-.088.221-.542.453c-.505.258-1.273.447-2.176.447s-1.67-.189-2.176-.447m2.176-3.353c-1.152%200-2.244.237-3.085.666c-.788.402-1.636%201.138-1.636%202.234s.848%201.832%201.636%202.234c.84.43%201.933.666%203.085.666s2.245-.236%203.086-.666c.787-.402%201.635-1.137%201.635-2.234s-.848-1.832-1.635-2.234c-.841-.43-1.934-.666-3.086-.666m-8.753-.912C13.026%208.984%2012%2010.386%2012%2011.65c0%201.265%201.026%202.667%203.269%203.812c2.188%201.118%205.282%201.838%208.753%201.838s6.565-.72%208.753-1.838c2.243-1.145%203.27-2.547%203.27-3.812s-1.027-2.666-3.27-3.812C30.587%206.721%2027.494%206%2024.022%206c-3.471%200-6.564.72-8.753%201.838m20.775%207.813v20.7c0%201.073-.738%202.244-2.33%203.273l-.207-.423l.715-1.46a1%201%200%200%200%200-.88l-.715-1.46l.715-1.46a1%201%200%200%200%200-.88l-.715-1.46l.715-1.46a1%201%200%200%200%200-.88l-.715-1.46l.715-1.46a1%201%200%200%200%200-.88l-.715-1.46l.715-1.46a1%201%200%200%200%200-.88l-.715-1.46l.715-1.46a1%201%200%200%200-.693-1.42l.156-.078c.88-.45%201.686-.982%202.36-1.592m-12.038%203.65h7.715l-.226.46a1%201%200%200%200%200%20.88l.715%201.46l-.715%201.46a1%201%200%200%200%200%20.88l.715%201.46l-.715%201.46a1%201%200%200%200%200%20.88l.715%201.46l-.715%201.46a1%201%200%200%200%200%20.88l.715%201.46l-.715%201.46a1%201%200%200%200%200%20.88l.715%201.46l-.715%201.46a1%201%200%200%200%200%20.88l.715%201.46l-.44.9h-7.754c-3.47%200-6.56-.721-8.747-1.838C13.026%2039.018%2012%2037.616%2012%2036.35v-20.7c.673.61%201.48%201.143%202.36%201.592c2.52%201.288%205.931%202.055%209.646%202.057m.051%2024.7h-.035c-3.72%200-7.138-.768-9.663-2.057C11.89%2040.682%2010%2038.76%2010%2036.351v-24.7c0-2.409%201.889-4.332%204.36-5.594C16.883%204.768%2020.301%204%2024.021%204s7.139.768%209.663%202.057c2.47%201.262%204.36%203.185%204.36%205.593v24.701c0%202.256-1.659%204.087-3.9%205.347l-.853%201.743a1%201%200%200%201-.898.56zm-8.267-22.7a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1%208.6a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1%206.6a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1-10.4a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1%206.6a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsToiletPaperNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/toilet-paper-negative.svg?color=%231a73e8&size=48