no littering emoji
no-littering from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- no-littering
- Set
- Twitter Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More symbols icons from Twitter Emoji
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 no littering emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path d="M34.999 17.999c0 9.389-7.611 17-17 17S1 27.388 1 17.999S8.61 1 17.999 1s17 7.61 17 16.999"/><ellipse cx="20" cy="7.5" fill="#fff" rx="3" ry="3.5"/><path fill="#fff" d="M26 13s0-2-2-2h-7c-1 0-2 1-2 1l-2 2H9s-1 0-1 1s1 1 1 1h5l2-1.171V31s0 1 1 1h1s1 0 1-1v-8s0-1 1-1s1 1 1 1v8s0 1 1 1h1s1 0 1-1v-9s2 0 2-2zM9.242 19.467c0 .846-.726 1.533-1.621 1.533S6 20.313 6 19.467c0-.847.726-1.533 1.621-1.533s1.621.686 1.621 1.533"/><path fill="#fff" d="M13.242 22.467c0 .847-.726 1.533-1.621 1.533S10 23.313 10 22.467c0-.847.726-1.533 1.621-1.533s1.621.686 1.621 1.533m-2 4c0 .847-.726 1.533-1.621 1.533S8 27.313 8 26.467c0-.847.726-1.533 1.621-1.533s1.621.686 1.621 1.533"/><path fill="#dd2e44" d="M18 0C8.059 0 0 8.06 0 18c0 9.941 8.059 18 18 18s18-8.059 18-18c0-9.94-8.059-18-18-18m16 18c0 3.968-1.453 7.591-3.845 10.388L7.612 5.845A15.93 15.93 0 0 1 18 2c8.837 0 16 7.164 16 16M2 18c0-3.968 1.453-7.592 3.845-10.388l22.543 22.544A15.92 15.92 0 0 1 18 34C9.164 34 2 26.837 2 18"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiNoLittering(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path d="M34.999 17.999c0 9.389-7.611 17-17 17S1 27.388 1 17.999S8.61 1 17.999 1s17 7.61 17 16.999"/><ellipse cx="20" cy="7.5" fill="#fff" rx="3" ry="3.5"/><path fill="#fff" d="M26 13s0-2-2-2h-7c-1 0-2 1-2 1l-2 2H9s-1 0-1 1s1 1 1 1h5l2-1.171V31s0 1 1 1h1s1 0 1-1v-8s0-1 1-1s1 1 1 1v8s0 1 1 1h1s1 0 1-1v-9s2 0 2-2zM9.242 19.467c0 .846-.726 1.533-1.621 1.533S6 20.313 6 19.467c0-.847.726-1.533 1.621-1.533s1.621.686 1.621 1.533"/><path fill="#fff" d="M13.242 22.467c0 .847-.726 1.533-1.621 1.533S10 23.313 10 22.467c0-.847.726-1.533 1.621-1.533s1.621.686 1.621 1.533m-2 4c0 .847-.726 1.533-1.621 1.533S8 27.313 8 26.467c0-.847.726-1.533 1.621-1.533s1.621.686 1.621 1.533"/><path fill="#dd2e44" d="M18 0C8.059 0 0 8.06 0 18c0 9.941 8.059 18 18 18s18-8.059 18-18c0-9.94-8.059-18-18-18m16 18c0 3.968-1.453 7.591-3.845 10.388L7.612 5.845A15.93 15.93 0 0 1 18 2c8.837 0 16 7.164 16 16M2 18c0-3.968 1.453-7.592 3.845-10.388l22.543 22.544A15.92 15.92 0 0 1 18 34C9.164 34 2 26.837 2 18"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path d="M34.999 17.999c0 9.389-7.611 17-17 17S1 27.388 1 17.999S8.61 1 17.999 1s17 7.61 17 16.999"/><ellipse cx="20" cy="7.5" fill="#fff" rx="3" ry="3.5"/><path fill="#fff" d="M26 13s0-2-2-2h-7c-1 0-2 1-2 1l-2 2H9s-1 0-1 1s1 1 1 1h5l2-1.171V31s0 1 1 1h1s1 0 1-1v-8s0-1 1-1s1 1 1 1v8s0 1 1 1h1s1 0 1-1v-9s2 0 2-2zM9.242 19.467c0 .846-.726 1.533-1.621 1.533S6 20.313 6 19.467c0-.847.726-1.533 1.621-1.533s1.621.686 1.621 1.533"/><path fill="#fff" d="M13.242 22.467c0 .847-.726 1.533-1.621 1.533S10 23.313 10 22.467c0-.847.726-1.533 1.621-1.533s1.621.686 1.621 1.533m-2 4c0 .847-.726 1.533-1.621 1.533S8 27.313 8 26.467c0-.847.726-1.533 1.621-1.533s1.621.686 1.621 1.533"/><path fill="#dd2e44" d="M18 0C8.059 0 0 8.06 0 18c0 9.941 8.059 18 18 18s18-8.059 18-18c0-9.94-8.059-18-18-18m16 18c0 3.968-1.453 7.591-3.845 10.388L7.612 5.845A15.93 15.93 0 0 1 18 2c8.837 0 16 7.164 16 16M2 18c0-3.968 1.453-7.592 3.845-10.388l22.543 22.544A15.92 15.92 0 0 1 18 34C9.164 34 2 26.837 2 18"/></svg> </template>
CSS
.icon-no-littering {
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%2036%2036%22%3E%3Cpath%20d%3D%22M34.999%2017.999c0%209.389-7.611%2017-17%2017S1%2027.388%201%2017.999S8.61%201%2017.999%201s17%207.61%2017%2016.999%22%2F%3E%3Cellipse%20cx%3D%2220%22%20cy%3D%227.5%22%20fill%3D%22%23fff%22%20rx%3D%223%22%20ry%3D%223.5%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26%2013s0-2-2-2h-7c-1%200-2%201-2%201l-2%202H9s-1%200-1%201s1%201%201%201h5l2-1.171V31s0%201%201%201h1s1%200%201-1v-8s0-1%201-1s1%201%201%201v8s0%201%201%201h1s1%200%201-1v-9s2%200%202-2zM9.242%2019.467c0%20.846-.726%201.533-1.621%201.533S6%2020.313%206%2019.467c0-.847.726-1.533%201.621-1.533s1.621.686%201.621%201.533%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.242%2022.467c0%20.847-.726%201.533-1.621%201.533S10%2023.313%2010%2022.467c0-.847.726-1.533%201.621-1.533s1.621.686%201.621%201.533m-2%204c0%20.847-.726%201.533-1.621%201.533S8%2027.313%208%2026.467c0-.847.726-1.533%201.621-1.533s1.621.686%201.621%201.533%22%2F%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22M18%200C8.059%200%200%208.06%200%2018c0%209.941%208.059%2018%2018%2018s18-8.059%2018-18c0-9.94-8.059-18-18-18m16%2018c0%203.968-1.453%207.591-3.845%2010.388L7.612%205.845A15.93%2015.93%200%200%201%2018%202c8.837%200%2016%207.164%2016%2016M2%2018c0-3.968%201.453-7.592%203.845-10.388l22.543%2022.544A15.92%2015.92%200%200%201%2018%2034C9.164%2034%202%2026.837%202%2018%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%2036%2036%22%3E%3Cpath%20d%3D%22M34.999%2017.999c0%209.389-7.611%2017-17%2017S1%2027.388%201%2017.999S8.61%201%2017.999%201s17%207.61%2017%2016.999%22%2F%3E%3Cellipse%20cx%3D%2220%22%20cy%3D%227.5%22%20fill%3D%22%23fff%22%20rx%3D%223%22%20ry%3D%223.5%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26%2013s0-2-2-2h-7c-1%200-2%201-2%201l-2%202H9s-1%200-1%201s1%201%201%201h5l2-1.171V31s0%201%201%201h1s1%200%201-1v-8s0-1%201-1s1%201%201%201v8s0%201%201%201h1s1%200%201-1v-9s2%200%202-2zM9.242%2019.467c0%20.846-.726%201.533-1.621%201.533S6%2020.313%206%2019.467c0-.847.726-1.533%201.621-1.533s1.621.686%201.621%201.533%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.242%2022.467c0%20.847-.726%201.533-1.621%201.533S10%2023.313%2010%2022.467c0-.847.726-1.533%201.621-1.533s1.621.686%201.621%201.533m-2%204c0%20.847-.726%201.533-1.621%201.533S8%2027.313%208%2026.467c0-.847.726-1.533%201.621-1.533s1.621.686%201.621%201.533%22%2F%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22M18%200C8.059%200%200%208.06%200%2018c0%209.941%208.059%2018%2018%2018s18-8.059%2018-18c0-9.94-8.059-18-18-18m16%2018c0%203.968-1.453%207.591-3.845%2010.388L7.612%205.845A15.93%2015.93%200%200%201%2018%202c8.837%200%2016%207.164%2016%2016M2%2018c0-3.968%201.453-7.592%203.845-10.388l22.543%2022.544A15.92%2015.92%200%200%201%2018%2034C9.164%2034%202%2026.837%202%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/no-littering.svg?color=%231a73e8&size=48