no one under eighteen emoji
no-one-under-eighteen from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- no-one-under-eighteen
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Symbols
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More symbols icons from Emoji One (Colored)
Use the no one under eighteen emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ff5a79"/><circle cx="32" cy="32" r="24" fill="#333"/><path fill="#fff" d="M16.1 27.1v-3.5c1.6-.1 2.7-.2 3.4-.3c1-.2 1.9-.7 2.5-1.4c.4-.5.8-1.1 1-1.9c.1-.5.2-.8.2-1h4.3v26h-5.2V27h-6.2zm14.6 6.5c.7-1.2 1.6-2.1 2.9-2.7c-1.3-.8-2.1-1.7-2.5-2.7s-.6-1.9-.6-2.7q0-2.85 2.1-4.8c1.4-1.3 3.4-2 6.1-2c2.6 0 4.6.7 6.1 2c1.4 1.3 2.1 3 2.1 4.8q0 1.35-.6 2.7c-.6 1.35-1 1.8-2.3 2.5c1.3.7 2.3 1.7 2.9 2.9s1 2.5 1 4c0 2.2-.8 4.1-2.4 5.6s-3.9 2.3-6.8 2.3s-5.1-.8-6.6-2.3s-2.2-3.4-2.2-5.6c-.1-1.5.2-2.9.8-4m5.4 6.6c.7.7 1.6 1.1 2.8 1.1s2.1-.4 2.8-1.1s1-1.7 1-3s-.3-2.3-1-3s-1.6-1-2.7-1s-2.1.3-2.7 1c-.7.7-1 1.7-1 3c-.2 1.3.1 2.3.8 3m.3-11.9q.9.9 2.4.9c1.5 0 1.9-.3 2.4-.9c.6-.6.9-1.4.9-2.3q0-1.5-.9-2.4t-2.4-.9c-1.5 0-1.8.3-2.4.9q-.9.9-.9 2.4c0 .9.3 1.7.9 2.3"/><path fill="#ff5a79" d="m9.23 13.474l4.243-4.243l41.295 41.295l-4.243 4.242z"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneNoOneUnderEighteen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ff5a79"/><circle cx="32" cy="32" r="24" fill="#333"/><path fill="#fff" d="M16.1 27.1v-3.5c1.6-.1 2.7-.2 3.4-.3c1-.2 1.9-.7 2.5-1.4c.4-.5.8-1.1 1-1.9c.1-.5.2-.8.2-1h4.3v26h-5.2V27h-6.2zm14.6 6.5c.7-1.2 1.6-2.1 2.9-2.7c-1.3-.8-2.1-1.7-2.5-2.7s-.6-1.9-.6-2.7q0-2.85 2.1-4.8c1.4-1.3 3.4-2 6.1-2c2.6 0 4.6.7 6.1 2c1.4 1.3 2.1 3 2.1 4.8q0 1.35-.6 2.7c-.6 1.35-1 1.8-2.3 2.5c1.3.7 2.3 1.7 2.9 2.9s1 2.5 1 4c0 2.2-.8 4.1-2.4 5.6s-3.9 2.3-6.8 2.3s-5.1-.8-6.6-2.3s-2.2-3.4-2.2-5.6c-.1-1.5.2-2.9.8-4m5.4 6.6c.7.7 1.6 1.1 2.8 1.1s2.1-.4 2.8-1.1s1-1.7 1-3s-.3-2.3-1-3s-1.6-1-2.7-1s-2.1.3-2.7 1c-.7.7-1 1.7-1 3c-.2 1.3.1 2.3.8 3m.3-11.9q.9.9 2.4.9c1.5 0 1.9-.3 2.4-.9c.6-.6.9-1.4.9-2.3q0-1.5-.9-2.4t-2.4-.9c-1.5 0-1.8.3-2.4.9q-.9.9-.9 2.4c0 .9.3 1.7.9 2.3"/><path fill="#ff5a79" d="m9.23 13.474l4.243-4.243l41.295 41.295l-4.243 4.242z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ff5a79"/><circle cx="32" cy="32" r="24" fill="#333"/><path fill="#fff" d="M16.1 27.1v-3.5c1.6-.1 2.7-.2 3.4-.3c1-.2 1.9-.7 2.5-1.4c.4-.5.8-1.1 1-1.9c.1-.5.2-.8.2-1h4.3v26h-5.2V27h-6.2zm14.6 6.5c.7-1.2 1.6-2.1 2.9-2.7c-1.3-.8-2.1-1.7-2.5-2.7s-.6-1.9-.6-2.7q0-2.85 2.1-4.8c1.4-1.3 3.4-2 6.1-2c2.6 0 4.6.7 6.1 2c1.4 1.3 2.1 3 2.1 4.8q0 1.35-.6 2.7c-.6 1.35-1 1.8-2.3 2.5c1.3.7 2.3 1.7 2.9 2.9s1 2.5 1 4c0 2.2-.8 4.1-2.4 5.6s-3.9 2.3-6.8 2.3s-5.1-.8-6.6-2.3s-2.2-3.4-2.2-5.6c-.1-1.5.2-2.9.8-4m5.4 6.6c.7.7 1.6 1.1 2.8 1.1s2.1-.4 2.8-1.1s1-1.7 1-3s-.3-2.3-1-3s-1.6-1-2.7-1s-2.1.3-2.7 1c-.7.7-1 1.7-1 3c-.2 1.3.1 2.3.8 3m.3-11.9q.9.9 2.4.9c1.5 0 1.9-.3 2.4-.9c.6-.6.9-1.4.9-2.3q0-1.5-.9-2.4t-2.4-.9c-1.5 0-1.8.3-2.4.9q-.9.9-.9 2.4c0 .9.3 1.7.9 2.3"/><path fill="#ff5a79" d="m9.23 13.474l4.243-4.243l41.295 41.295l-4.243 4.242z"/></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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23ff5a79%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2224%22%20fill%3D%22%23333%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.1%2027.1v-3.5c1.6-.1%202.7-.2%203.4-.3c1-.2%201.9-.7%202.5-1.4c.4-.5.8-1.1%201-1.9c.1-.5.2-.8.2-1h4.3v26h-5.2V27h-6.2zm14.6%206.5c.7-1.2%201.6-2.1%202.9-2.7c-1.3-.8-2.1-1.7-2.5-2.7s-.6-1.9-.6-2.7q0-2.85%202.1-4.8c1.4-1.3%203.4-2%206.1-2c2.6%200%204.6.7%206.1%202c1.4%201.3%202.1%203%202.1%204.8q0%201.35-.6%202.7c-.6%201.35-1%201.8-2.3%202.5c1.3.7%202.3%201.7%202.9%202.9s1%202.5%201%204c0%202.2-.8%204.1-2.4%205.6s-3.9%202.3-6.8%202.3s-5.1-.8-6.6-2.3s-2.2-3.4-2.2-5.6c-.1-1.5.2-2.9.8-4m5.4%206.6c.7.7%201.6%201.1%202.8%201.1s2.1-.4%202.8-1.1s1-1.7%201-3s-.3-2.3-1-3s-1.6-1-2.7-1s-2.1.3-2.7%201c-.7.7-1%201.7-1%203c-.2%201.3.1%202.3.8%203m.3-11.9q.9.9%202.4.9c1.5%200%201.9-.3%202.4-.9c.6-.6.9-1.4.9-2.3q0-1.5-.9-2.4t-2.4-.9c-1.5%200-1.8.3-2.4.9q-.9.9-.9%202.4c0%20.9.3%201.7.9%202.3%22%2F%3E%3Cpath%20fill%3D%22%23ff5a79%22%20d%3D%22m9.23%2013.474l4.243-4.243l41.295%2041.295l-4.243%204.242z%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23ff5a79%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2224%22%20fill%3D%22%23333%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.1%2027.1v-3.5c1.6-.1%202.7-.2%203.4-.3c1-.2%201.9-.7%202.5-1.4c.4-.5.8-1.1%201-1.9c.1-.5.2-.8.2-1h4.3v26h-5.2V27h-6.2zm14.6%206.5c.7-1.2%201.6-2.1%202.9-2.7c-1.3-.8-2.1-1.7-2.5-2.7s-.6-1.9-.6-2.7q0-2.85%202.1-4.8c1.4-1.3%203.4-2%206.1-2c2.6%200%204.6.7%206.1%202c1.4%201.3%202.1%203%202.1%204.8q0%201.35-.6%202.7c-.6%201.35-1%201.8-2.3%202.5c1.3.7%202.3%201.7%202.9%202.9s1%202.5%201%204c0%202.2-.8%204.1-2.4%205.6s-3.9%202.3-6.8%202.3s-5.1-.8-6.6-2.3s-2.2-3.4-2.2-5.6c-.1-1.5.2-2.9.8-4m5.4%206.6c.7.7%201.6%201.1%202.8%201.1s2.1-.4%202.8-1.1s1-1.7%201-3s-.3-2.3-1-3s-1.6-1-2.7-1s-2.1.3-2.7%201c-.7.7-1%201.7-1%203c-.2%201.3.1%202.3.8%203m.3-11.9q.9.9%202.4.9c1.5%200%201.9-.3%202.4-.9c.6-.6.9-1.4.9-2.3q0-1.5-.9-2.4t-2.4-.9c-1.5%200-1.8.3-2.4.9q-.9.9-.9%202.4c0%20.9.3%201.7.9%202.3%22%2F%3E%3Cpath%20fill%3D%22%23ff5a79%22%20d%3D%22m9.23%2013.474l4.243-4.243l41.295%2041.295l-4.243%204.242z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/no-one-under-eighteen.svg?color=%231a73e8&size=48