litter in bin sign emoji
litter-in-bin-sign from OpenMoji by OpenMoji · Default · Symbols · CC-BY-SA-4.0 Attribution required.
- Name
- litter-in-bin-sign
- Set
- OpenMoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More symbols icons from OpenMoji
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the litter in bin sign emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M12 12h48v47.83H12z"/><path fill="#fff" d="m31.666 42.576l-1 14.078h-7.538L22.12 42.576m6.97-2.136s-5.283.32-5.402.387c-.12.069 1.095-1.52.916-3.284c0 0 2.866.978 5.543-.49zm10.74-14.66s-.513 3.722-2.825 6.509c-.557.671-2.597 1.967-3.163 2.205c-2.12.888-4.224-.14-4.224-.14l5.595-3.42l1.734-5.012z"/><path fill="#fff" d="m49.3 40.52l-.616-15.11c-.089-1.787-1.524-3.195-3.273-3.212h-4.665c-1.75.017-3.184 1.425-3.273 3.212l1.04 1.926c-.004.101.142.567.102.66l.438 11.24l-.725 17.2c-.025.244.206.506.356.7q.046.057.118.07c.166 0 .51-.333.572-.876l1.977-17.53q.064-.542.274-1.043l.765-.484h1.264l.563.626c.12.306.275.6.313.927l2.254 17.5c.062.543.406.875.572.875a.2.2 0 0 0 .118-.07a.96.96 0 0 0 .195-.684l-.555-17.21l2.28 1.628a.8.8 0 0 1-.093-.34z"/><circle cx="43" cy="17.18" r="2.238" fill="#fff"/><g fill="none" stroke="#000"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2.001" d="m31.609 43.462l-.942 13.192h-7.539l-.942-13.192"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M29.09 40.44s-5.283.32-5.402.387c-.12.069 1.095-1.52.916-3.284c0 0 2.866.978 5.543-.49z"/><circle cx="43" cy="17.18" r="2.238" stroke-miterlimit="10" stroke-width="2"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m46.8 26.93l1.432 28.65c.041.83-.433 1.508-1.055 1.508a1.565 1.565 0 0 1-1.303-1.498l-1.914-16.6c-.095-.824-.512-1.498-.926-1.498s-.83.674-.927 1.498l-1.917 16.6a1.565 1.565 0 0 1-1.303 1.498c-.622 0-1.097-.678-1.055-1.508l1.432-28.65"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M29.96 33.5s3.695-1.334 4.711-2.827c.985-1.445 4-8.457 6.098-8.48h4.523a3.976 3.976 0 0 1 3.926 3.769l.597 14.32"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 12h48v48H12z"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiLitterInBinSign(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M12 12h48v47.83H12z"/><path fill="#fff" d="m31.666 42.576l-1 14.078h-7.538L22.12 42.576m6.97-2.136s-5.283.32-5.402.387c-.12.069 1.095-1.52.916-3.284c0 0 2.866.978 5.543-.49zm10.74-14.66s-.513 3.722-2.825 6.509c-.557.671-2.597 1.967-3.163 2.205c-2.12.888-4.224-.14-4.224-.14l5.595-3.42l1.734-5.012z"/><path fill="#fff" d="m49.3 40.52l-.616-15.11c-.089-1.787-1.524-3.195-3.273-3.212h-4.665c-1.75.017-3.184 1.425-3.273 3.212l1.04 1.926c-.004.101.142.567.102.66l.438 11.24l-.725 17.2c-.025.244.206.506.356.7q.046.057.118.07c.166 0 .51-.333.572-.876l1.977-17.53q.064-.542.274-1.043l.765-.484h1.264l.563.626c.12.306.275.6.313.927l2.254 17.5c.062.543.406.875.572.875a.2.2 0 0 0 .118-.07a.96.96 0 0 0 .195-.684l-.555-17.21l2.28 1.628a.8.8 0 0 1-.093-.34z"/><circle cx="43" cy="17.18" r="2.238" fill="#fff"/><g fill="none" stroke="#000"><path strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2.001" d="m31.609 43.462l-.942 13.192h-7.539l-.942-13.192"/><path strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M29.09 40.44s-5.283.32-5.402.387c-.12.069 1.095-1.52.916-3.284c0 0 2.866.978 5.543-.49z"/><circle cx="43" cy="17.18" r="2.238" strokeMiterlimit="10" strokeWidth="2"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m46.8 26.93l1.432 28.65c.041.83-.433 1.508-1.055 1.508a1.565 1.565 0 0 1-1.303-1.498l-1.914-16.6c-.095-.824-.512-1.498-.926-1.498s-.83.674-.927 1.498l-1.917 16.6a1.565 1.565 0 0 1-1.303 1.498c-.622 0-1.097-.678-1.055-1.508l1.432-28.65"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M29.96 33.5s3.695-1.334 4.711-2.827c.985-1.445 4-8.457 6.098-8.48h4.523a3.976 3.976 0 0 1 3.926 3.769l.597 14.32"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M12 12h48v48H12z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M12 12h48v47.83H12z"/><path fill="#fff" d="m31.666 42.576l-1 14.078h-7.538L22.12 42.576m6.97-2.136s-5.283.32-5.402.387c-.12.069 1.095-1.52.916-3.284c0 0 2.866.978 5.543-.49zm10.74-14.66s-.513 3.722-2.825 6.509c-.557.671-2.597 1.967-3.163 2.205c-2.12.888-4.224-.14-4.224-.14l5.595-3.42l1.734-5.012z"/><path fill="#fff" d="m49.3 40.52l-.616-15.11c-.089-1.787-1.524-3.195-3.273-3.212h-4.665c-1.75.017-3.184 1.425-3.273 3.212l1.04 1.926c-.004.101.142.567.102.66l.438 11.24l-.725 17.2c-.025.244.206.506.356.7q.046.057.118.07c.166 0 .51-.333.572-.876l1.977-17.53q.064-.542.274-1.043l.765-.484h1.264l.563.626c.12.306.275.6.313.927l2.254 17.5c.062.543.406.875.572.875a.2.2 0 0 0 .118-.07a.96.96 0 0 0 .195-.684l-.555-17.21l2.28 1.628a.8.8 0 0 1-.093-.34z"/><circle cx="43" cy="17.18" r="2.238" fill="#fff"/><g fill="none" stroke="#000"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2.001" d="m31.609 43.462l-.942 13.192h-7.539l-.942-13.192"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M29.09 40.44s-5.283.32-5.402.387c-.12.069 1.095-1.52.916-3.284c0 0 2.866.978 5.543-.49z"/><circle cx="43" cy="17.18" r="2.238" stroke-miterlimit="10" stroke-width="2"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m46.8 26.93l1.432 28.65c.041.83-.433 1.508-1.055 1.508a1.565 1.565 0 0 1-1.303-1.498l-1.914-16.6c-.095-.824-.512-1.498-.926-1.498s-.83.674-.927 1.498l-1.917 16.6a1.565 1.565 0 0 1-1.303 1.498c-.622 0-1.097-.678-1.055-1.508l1.432-28.65"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M29.96 33.5s3.695-1.334 4.711-2.827c.985-1.445 4-8.457 6.098-8.48h4.523a3.976 3.976 0 0 1 3.926 3.769l.597 14.32"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 12h48v48H12z"/></g></svg> </template>
CSS
.icon-litter-in-bin-sign {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M12%2012h48v47.83H12z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m31.666%2042.576l-1%2014.078h-7.538L22.12%2042.576m6.97-2.136s-5.283.32-5.402.387c-.12.069%201.095-1.52.916-3.284c0%200%202.866.978%205.543-.49zm10.74-14.66s-.513%203.722-2.825%206.509c-.557.671-2.597%201.967-3.163%202.205c-2.12.888-4.224-.14-4.224-.14l5.595-3.42l1.734-5.012z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m49.3%2040.52l-.616-15.11c-.089-1.787-1.524-3.195-3.273-3.212h-4.665c-1.75.017-3.184%201.425-3.273%203.212l1.04%201.926c-.004.101.142.567.102.66l.438%2011.24l-.725%2017.2c-.025.244.206.506.356.7q.046.057.118.07c.166%200%20.51-.333.572-.876l1.977-17.53q.064-.542.274-1.043l.765-.484h1.264l.563.626c.12.306.275.6.313.927l2.254%2017.5c.062.543.406.875.572.875a.2.2%200%200%200%20.118-.07a.96.96%200%200%200%20.195-.684l-.555-17.21l2.28%201.628a.8.8%200%200%201-.093-.34z%22%2F%3E%3Ccircle%20cx%3D%2243%22%20cy%3D%2217.18%22%20r%3D%222.238%22%20fill%3D%22%23fff%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222.001%22%20d%3D%22m31.609%2043.462l-.942%2013.192h-7.539l-.942-13.192%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M29.09%2040.44s-5.283.32-5.402.387c-.12.069%201.095-1.52.916-3.284c0%200%202.866.978%205.543-.49z%22%2F%3E%3Ccircle%20cx%3D%2243%22%20cy%3D%2217.18%22%20r%3D%222.238%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m46.8%2026.93l1.432%2028.65c.041.83-.433%201.508-1.055%201.508a1.565%201.565%200%200%201-1.303-1.498l-1.914-16.6c-.095-.824-.512-1.498-.926-1.498s-.83.674-.927%201.498l-1.917%2016.6a1.565%201.565%200%200%201-1.303%201.498c-.622%200-1.097-.678-1.055-1.508l1.432-28.65%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M29.96%2033.5s3.695-1.334%204.711-2.827c.985-1.445%204-8.457%206.098-8.48h4.523a3.976%203.976%200%200%201%203.926%203.769l.597%2014.32%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%2012h48v48H12z%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%2072%2072%22%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M12%2012h48v47.83H12z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m31.666%2042.576l-1%2014.078h-7.538L22.12%2042.576m6.97-2.136s-5.283.32-5.402.387c-.12.069%201.095-1.52.916-3.284c0%200%202.866.978%205.543-.49zm10.74-14.66s-.513%203.722-2.825%206.509c-.557.671-2.597%201.967-3.163%202.205c-2.12.888-4.224-.14-4.224-.14l5.595-3.42l1.734-5.012z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m49.3%2040.52l-.616-15.11c-.089-1.787-1.524-3.195-3.273-3.212h-4.665c-1.75.017-3.184%201.425-3.273%203.212l1.04%201.926c-.004.101.142.567.102.66l.438%2011.24l-.725%2017.2c-.025.244.206.506.356.7q.046.057.118.07c.166%200%20.51-.333.572-.876l1.977-17.53q.064-.542.274-1.043l.765-.484h1.264l.563.626c.12.306.275.6.313.927l2.254%2017.5c.062.543.406.875.572.875a.2.2%200%200%200%20.118-.07a.96.96%200%200%200%20.195-.684l-.555-17.21l2.28%201.628a.8.8%200%200%201-.093-.34z%22%2F%3E%3Ccircle%20cx%3D%2243%22%20cy%3D%2217.18%22%20r%3D%222.238%22%20fill%3D%22%23fff%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222.001%22%20d%3D%22m31.609%2043.462l-.942%2013.192h-7.539l-.942-13.192%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M29.09%2040.44s-5.283.32-5.402.387c-.12.069%201.095-1.52.916-3.284c0%200%202.866.978%205.543-.49z%22%2F%3E%3Ccircle%20cx%3D%2243%22%20cy%3D%2217.18%22%20r%3D%222.238%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m46.8%2026.93l1.432%2028.65c.041.83-.433%201.508-1.055%201.508a1.565%201.565%200%200%201-1.303-1.498l-1.914-16.6c-.095-.824-.512-1.498-.926-1.498s-.83.674-.927%201.498l-1.917%2016.6a1.565%201.565%200%200%201-1.303%201.498c-.622%200-1.097-.678-1.055-1.508l1.432-28.65%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M29.96%2033.5s3.695-1.334%204.711-2.827c.985-1.445%204-8.457%206.098-8.48h4.523a3.976%203.976%200%200%201%203.926%203.769l.597%2014.32%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%2012h48v48H12z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/litter-in-bin-sign.svg?color=%231a73e8&size=48