no-adult-content from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
no-adult-content
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
no-adult-content-outline, no-adult-content-outline-rounded, no-adult-content-outline-sharp, no-adult-content-rounded, no-adult-content-sharp

The same icon in other sets

More social icons from Material Symbols Light

Use the no adult content icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.883 0-3.525-.701t-2.858-1.916t-1.916-2.858T3 12t.701-3.525t1.916-2.858q1.216-1.215 2.858-1.916T12 3t3.525.701t2.858 1.916t1.916 2.858T21 12t-.701 3.525t-1.916 2.858q-1.216 1.215-2.858 1.916T12 21m0-1q1.535 0 2.878-.534q1.343-.533 2.407-1.468L14.287 15h1.42l2.285 2.285q.935-1.064 1.472-2.407T20 12q0-3.325-2.337-5.663T12 4q-1.535 0-2.878.537q-1.343.536-2.407 1.49L9.696 9H8.291L6.008 6.716q-.935 1.063-1.472 2.406T4 12q0 3.325 2.338 5.663T12 20m-6.615-6.192L6.75 12l-1.365-1.808h1.019l.846 1.135l.846-1.135h1.02L7.768 12l1.346 1.808H8.096l-.846-1.135l-.846 1.135zm4.75 0L11.5 12l-1.365-1.808h1.019L12 11.327l.846-1.135h1.02L12.519 12l1.346 1.808h-1.019L12 12.673l-.846 1.135zm4.75 0L16.25 12l-1.365-1.808h1.019l.846 1.135l.846-1.135h1.02L17.269 12l1.347 1.808h-1.02l-.846-1.135l-.846 1.135z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNoAdultContent(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.883 0-3.525-.701t-2.858-1.916t-1.916-2.858T3 12t.701-3.525t1.916-2.858q1.216-1.215 2.858-1.916T12 3t3.525.701t2.858 1.916t1.916 2.858T21 12t-.701 3.525t-1.916 2.858q-1.216 1.215-2.858 1.916T12 21m0-1q1.535 0 2.878-.534q1.343-.533 2.407-1.468L14.287 15h1.42l2.285 2.285q.935-1.064 1.472-2.407T20 12q0-3.325-2.337-5.663T12 4q-1.535 0-2.878.537q-1.343.536-2.407 1.49L9.696 9H8.291L6.008 6.716q-.935 1.063-1.472 2.406T4 12q0 3.325 2.338 5.663T12 20m-6.615-6.192L6.75 12l-1.365-1.808h1.019l.846 1.135l.846-1.135h1.02L7.768 12l1.346 1.808H8.096l-.846-1.135l-.846 1.135zm4.75 0L11.5 12l-1.365-1.808h1.019L12 11.327l.846-1.135h1.02L12.519 12l1.346 1.808h-1.019L12 12.673l-.846 1.135zm4.75 0L16.25 12l-1.365-1.808h1.019l.846 1.135l.846-1.135h1.02L17.269 12l1.347 1.808h-1.02l-.846-1.135l-.846 1.135z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.883 0-3.525-.701t-2.858-1.916t-1.916-2.858T3 12t.701-3.525t1.916-2.858q1.216-1.215 2.858-1.916T12 3t3.525.701t2.858 1.916t1.916 2.858T21 12t-.701 3.525t-1.916 2.858q-1.216 1.215-2.858 1.916T12 21m0-1q1.535 0 2.878-.534q1.343-.533 2.407-1.468L14.287 15h1.42l2.285 2.285q.935-1.064 1.472-2.407T20 12q0-3.325-2.337-5.663T12 4q-1.535 0-2.878.537q-1.343.536-2.407 1.49L9.696 9H8.291L6.008 6.716q-.935 1.063-1.472 2.406T4 12q0 3.325 2.338 5.663T12 20m-6.615-6.192L6.75 12l-1.365-1.808h1.019l.846 1.135l.846-1.135h1.02L7.768 12l1.346 1.808H8.096l-.846-1.135l-.846 1.135zm4.75 0L11.5 12l-1.365-1.808h1.019L12 11.327l.846-1.135h1.02L12.519 12l1.346 1.808h-1.019L12 12.673l-.846 1.135zm4.75 0L16.25 12l-1.365-1.808h1.019l.846 1.135l.846-1.135h1.02L17.269 12l1.347 1.808h-1.02l-.846-1.135l-.846 1.135z"/></svg>
</template>

CSS

.icon-no-adult-content {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2021q-1.883%200-3.525-.701t-2.858-1.916t-1.916-2.858T3%2012t.701-3.525t1.916-2.858q1.216-1.215%202.858-1.916T12%203t3.525.701t2.858%201.916t1.916%202.858T21%2012t-.701%203.525t-1.916%202.858q-1.216%201.215-2.858%201.916T12%2021m0-1q1.535%200%202.878-.534q1.343-.533%202.407-1.468L14.287%2015h1.42l2.285%202.285q.935-1.064%201.472-2.407T20%2012q0-3.325-2.337-5.663T12%204q-1.535%200-2.878.537q-1.343.536-2.407%201.49L9.696%209H8.291L6.008%206.716q-.935%201.063-1.472%202.406T4%2012q0%203.325%202.338%205.663T12%2020m-6.615-6.192L6.75%2012l-1.365-1.808h1.019l.846%201.135l.846-1.135h1.02L7.768%2012l1.346%201.808H8.096l-.846-1.135l-.846%201.135zm4.75%200L11.5%2012l-1.365-1.808h1.019L12%2011.327l.846-1.135h1.02L12.519%2012l1.346%201.808h-1.019L12%2012.673l-.846%201.135zm4.75%200L16.25%2012l-1.365-1.808h1.019l.846%201.135l.846-1.135h1.02L17.269%2012l1.347%201.808h-1.02l-.846-1.135l-.846%201.135z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2021q-1.883%200-3.525-.701t-2.858-1.916t-1.916-2.858T3%2012t.701-3.525t1.916-2.858q1.216-1.215%202.858-1.916T12%203t3.525.701t2.858%201.916t1.916%202.858T21%2012t-.701%203.525t-1.916%202.858q-1.216%201.215-2.858%201.916T12%2021m0-1q1.535%200%202.878-.534q1.343-.533%202.407-1.468L14.287%2015h1.42l2.285%202.285q.935-1.064%201.472-2.407T20%2012q0-3.325-2.337-5.663T12%204q-1.535%200-2.878.537q-1.343.536-2.407%201.49L9.696%209H8.291L6.008%206.716q-.935%201.063-1.472%202.406T4%2012q0%203.325%202.338%205.663T12%2020m-6.615-6.192L6.75%2012l-1.365-1.808h1.019l.846%201.135l.846-1.135h1.02L7.768%2012l1.346%201.808H8.096l-.846-1.135l-.846%201.135zm4.75%200L11.5%2012l-1.365-1.808h1.019L12%2011.327l.846-1.135h1.02L12.519%2012l1.346%201.808h-1.019L12%2012.673l-.846%201.135zm4.75%200L16.25%2012l-1.365-1.808h1.019l.846%201.135l.846-1.135h1.02L17.269%2012l1.347%201.808h-1.02l-.846-1.135l-.846%201.135z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/no-adult-content.svg?color=%231a73e8&size=48