no one under eighteen emoji
no-one-under-eighteen from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- no-one-under-eighteen
- 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 one under eighteen 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 17s-17-7.611-17-17s7.611-17 17-17s17 7.611 17 17"/><path fill="#f5f8fa" d="M9.521 12.245H7.85c-1.358 0-1.924-.991-1.924-1.953c0-.99.707-1.952 1.924-1.952h4.019c1.217 0 1.896.876 1.896 2.007v16.104c0 1.414-.906 2.207-2.122 2.207s-2.122-.793-2.122-2.207zm7.307 10.13c0-2.264 1.245-3.934 3.027-4.895c-1.33-.963-2.15-2.265-2.15-4.047c0-3.312 2.745-5.434 6.112-5.434c3.283 0 6.14 2.093 6.14 5.434c0 1.583-.791 3.17-2.178 4.047c1.924.96 3.027 2.715 3.027 4.895c0 3.934-3.197 6.451-6.989 6.451c-3.906 0-6.989-2.658-6.989-6.451m4.413-.283c0 1.443.849 2.832 2.575 2.832c1.612 0 2.576-1.389 2.576-2.832c0-1.783-1.02-2.83-2.576-2.83c-1.641 0-2.575 1.246-2.575 2.83m.538-8.206c0 1.274.736 2.151 2.037 2.151c1.302 0 2.066-.877 2.066-2.151c0-1.217-.736-2.151-2.066-2.151s-2.037.934-2.037 2.151"/><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.969-1.453 7.592-3.845 10.389L7.612 5.845A15.93 15.93 0 0 1 18 2c8.837 0 16 7.164 16 16M2 18c0-3.968 1.453-7.591 3.844-10.387l22.543 22.543A15.92 15.92 0 0 1 18 34C9.164 34 2 26.837 2 18"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiNoOneUnderEighteen(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 17s-17-7.611-17-17s7.611-17 17-17s17 7.611 17 17"/><path fill="#f5f8fa" d="M9.521 12.245H7.85c-1.358 0-1.924-.991-1.924-1.953c0-.99.707-1.952 1.924-1.952h4.019c1.217 0 1.896.876 1.896 2.007v16.104c0 1.414-.906 2.207-2.122 2.207s-2.122-.793-2.122-2.207zm7.307 10.13c0-2.264 1.245-3.934 3.027-4.895c-1.33-.963-2.15-2.265-2.15-4.047c0-3.312 2.745-5.434 6.112-5.434c3.283 0 6.14 2.093 6.14 5.434c0 1.583-.791 3.17-2.178 4.047c1.924.96 3.027 2.715 3.027 4.895c0 3.934-3.197 6.451-6.989 6.451c-3.906 0-6.989-2.658-6.989-6.451m4.413-.283c0 1.443.849 2.832 2.575 2.832c1.612 0 2.576-1.389 2.576-2.832c0-1.783-1.02-2.83-2.576-2.83c-1.641 0-2.575 1.246-2.575 2.83m.538-8.206c0 1.274.736 2.151 2.037 2.151c1.302 0 2.066-.877 2.066-2.151c0-1.217-.736-2.151-2.066-2.151s-2.037.934-2.037 2.151"/><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.969-1.453 7.592-3.845 10.389L7.612 5.845A15.93 15.93 0 0 1 18 2c8.837 0 16 7.164 16 16M2 18c0-3.968 1.453-7.591 3.844-10.387l22.543 22.543A15.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 17s-17-7.611-17-17s7.611-17 17-17s17 7.611 17 17"/><path fill="#f5f8fa" d="M9.521 12.245H7.85c-1.358 0-1.924-.991-1.924-1.953c0-.99.707-1.952 1.924-1.952h4.019c1.217 0 1.896.876 1.896 2.007v16.104c0 1.414-.906 2.207-2.122 2.207s-2.122-.793-2.122-2.207zm7.307 10.13c0-2.264 1.245-3.934 3.027-4.895c-1.33-.963-2.15-2.265-2.15-4.047c0-3.312 2.745-5.434 6.112-5.434c3.283 0 6.14 2.093 6.14 5.434c0 1.583-.791 3.17-2.178 4.047c1.924.96 3.027 2.715 3.027 4.895c0 3.934-3.197 6.451-6.989 6.451c-3.906 0-6.989-2.658-6.989-6.451m4.413-.283c0 1.443.849 2.832 2.575 2.832c1.612 0 2.576-1.389 2.576-2.832c0-1.783-1.02-2.83-2.576-2.83c-1.641 0-2.575 1.246-2.575 2.83m.538-8.206c0 1.274.736 2.151 2.037 2.151c1.302 0 2.066-.877 2.066-2.151c0-1.217-.736-2.151-2.066-2.151s-2.037.934-2.037 2.151"/><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.969-1.453 7.592-3.845 10.389L7.612 5.845A15.93 15.93 0 0 1 18 2c8.837 0 16 7.164 16 16M2 18c0-3.968 1.453-7.591 3.844-10.387l22.543 22.543A15.92 15.92 0 0 1 18 34C9.164 34 2 26.837 2 18"/></svg> </template>
CSS
.icon-no-one-under-eighteen {
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%2017s-17-7.611-17-17s7.611-17%2017-17s17%207.611%2017%2017%22%2F%3E%3Cpath%20fill%3D%22%23f5f8fa%22%20d%3D%22M9.521%2012.245H7.85c-1.358%200-1.924-.991-1.924-1.953c0-.99.707-1.952%201.924-1.952h4.019c1.217%200%201.896.876%201.896%202.007v16.104c0%201.414-.906%202.207-2.122%202.207s-2.122-.793-2.122-2.207zm7.307%2010.13c0-2.264%201.245-3.934%203.027-4.895c-1.33-.963-2.15-2.265-2.15-4.047c0-3.312%202.745-5.434%206.112-5.434c3.283%200%206.14%202.093%206.14%205.434c0%201.583-.791%203.17-2.178%204.047c1.924.96%203.027%202.715%203.027%204.895c0%203.934-3.197%206.451-6.989%206.451c-3.906%200-6.989-2.658-6.989-6.451m4.413-.283c0%201.443.849%202.832%202.575%202.832c1.612%200%202.576-1.389%202.576-2.832c0-1.783-1.02-2.83-2.576-2.83c-1.641%200-2.575%201.246-2.575%202.83m.538-8.206c0%201.274.736%202.151%202.037%202.151c1.302%200%202.066-.877%202.066-2.151c0-1.217-.736-2.151-2.066-2.151s-2.037.934-2.037%202.151%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.969-1.453%207.592-3.845%2010.389L7.612%205.845A15.93%2015.93%200%200%201%2018%202c8.837%200%2016%207.164%2016%2016M2%2018c0-3.968%201.453-7.591%203.844-10.387l22.543%2022.543A15.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%2017s-17-7.611-17-17s7.611-17%2017-17s17%207.611%2017%2017%22%2F%3E%3Cpath%20fill%3D%22%23f5f8fa%22%20d%3D%22M9.521%2012.245H7.85c-1.358%200-1.924-.991-1.924-1.953c0-.99.707-1.952%201.924-1.952h4.019c1.217%200%201.896.876%201.896%202.007v16.104c0%201.414-.906%202.207-2.122%202.207s-2.122-.793-2.122-2.207zm7.307%2010.13c0-2.264%201.245-3.934%203.027-4.895c-1.33-.963-2.15-2.265-2.15-4.047c0-3.312%202.745-5.434%206.112-5.434c3.283%200%206.14%202.093%206.14%205.434c0%201.583-.791%203.17-2.178%204.047c1.924.96%203.027%202.715%203.027%204.895c0%203.934-3.197%206.451-6.989%206.451c-3.906%200-6.989-2.658-6.989-6.451m4.413-.283c0%201.443.849%202.832%202.575%202.832c1.612%200%202.576-1.389%202.576-2.832c0-1.783-1.02-2.83-2.576-2.83c-1.641%200-2.575%201.246-2.575%202.83m.538-8.206c0%201.274.736%202.151%202.037%202.151c1.302%200%202.066-.877%202.066-2.151c0-1.217-.736-2.151-2.066-2.151s-2.037.934-2.037%202.151%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.969-1.453%207.592-3.845%2010.389L7.612%205.845A15.93%2015.93%200%200%201%2018%202c8.837%200%2016%207.164%2016%2016M2%2018c0-3.968%201.453-7.591%203.844-10.387l22.543%2022.543A15.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-one-under-eighteen.svg?color=%231a73e8&size=48