face nod icon
face-nod-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- face-nod-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the face nod icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.003 19q-2.93 0-4.966-2.033T2 12.003t2.034-4.966T8.997 5t4.967 2.034T16 11.997t-2.033 4.967T9.003 19M9 18q2.5 0 4.25-1.75T15 12q0-.391-.054-.746q-.054-.356-.162-.727q-.269.058-.548.087q-.278.028-.548.028q-1.754.085-3.334-.614q-1.581-.7-2.727-2.024q-.7 1.415-1.905 2.429T3 11.894v.058q-.03 2.506 1.729 4.277T9 18m-2.336-4.365q-.339 0-.569-.234q-.23-.233-.23-.578t.232-.574t.576-.23q.329 0 .568.233q.24.233.24.578t-.24.575t-.577.23m4.66 0q-.345 0-.575-.234q-.23-.233-.23-.578t.233-.574t.578-.23t.575.233t.23.578t-.234.575t-.578.23M7.17 6.263q-1.561.509-2.615 1.72T3.16 10.796q1.518-.592 2.62-1.774t1.388-2.758M8.941 6q-.328 0-.655.048q-.326.048-.653.144q.825 1.637 2.407 2.565q1.581.928 3.424.897q.269 0 .509-.02q.24-.018.49-.095q-.728-1.637-2.233-2.594T8.94 6m8.926 13.804q1.45-1.65 2.35-3.617t.9-4.168t-.9-4.177t-2.35-3.626v2.361q0 .192-.126.317q-.125.125-.316.125t-.317-.125t-.126-.317v-2.77q0-.342.232-.575T17.789 3h2.769q.191 0 .317.125q.125.125.125.317t-.125.326t-.317.136h-1.794q1.455 1.742 2.346 3.792q.89 2.05.89 4.323t-.89 4.323t-2.346 3.774h1.794q.191 0 .317.125q.125.125.125.316t-.125.317t-.317.126h-2.77q-.343 0-.575-.232t-.232-.576v-2.769q0-.191.125-.317q.125-.125.316-.125t.318.125t.126.317z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFaceNodOutlineRounded(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="M9.003 19q-2.93 0-4.966-2.033T2 12.003t2.034-4.966T8.997 5t4.967 2.034T16 11.997t-2.033 4.967T9.003 19M9 18q2.5 0 4.25-1.75T15 12q0-.391-.054-.746q-.054-.356-.162-.727q-.269.058-.548.087q-.278.028-.548.028q-1.754.085-3.334-.614q-1.581-.7-2.727-2.024q-.7 1.415-1.905 2.429T3 11.894v.058q-.03 2.506 1.729 4.277T9 18m-2.336-4.365q-.339 0-.569-.234q-.23-.233-.23-.578t.232-.574t.576-.23q.329 0 .568.233q.24.233.24.578t-.24.575t-.577.23m4.66 0q-.345 0-.575-.234q-.23-.233-.23-.578t.233-.574t.578-.23t.575.233t.23.578t-.234.575t-.578.23M7.17 6.263q-1.561.509-2.615 1.72T3.16 10.796q1.518-.592 2.62-1.774t1.388-2.758M8.941 6q-.328 0-.655.048q-.326.048-.653.144q.825 1.637 2.407 2.565q1.581.928 3.424.897q.269 0 .509-.02q.24-.018.49-.095q-.728-1.637-2.233-2.594T8.94 6m8.926 13.804q1.45-1.65 2.35-3.617t.9-4.168t-.9-4.177t-2.35-3.626v2.361q0 .192-.126.317q-.125.125-.316.125t-.317-.125t-.126-.317v-2.77q0-.342.232-.575T17.789 3h2.769q.191 0 .317.125q.125.125.125.317t-.125.326t-.317.136h-1.794q1.455 1.742 2.346 3.792q.89 2.05.89 4.323t-.89 4.323t-2.346 3.774h1.794q.191 0 .317.125q.125.125.125.316t-.125.317t-.317.126h-2.77q-.343 0-.575-.232t-.232-.576v-2.769q0-.191.125-.317q.125-.125.316-.125t.318.125t.126.317z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.003 19q-2.93 0-4.966-2.033T2 12.003t2.034-4.966T8.997 5t4.967 2.034T16 11.997t-2.033 4.967T9.003 19M9 18q2.5 0 4.25-1.75T15 12q0-.391-.054-.746q-.054-.356-.162-.727q-.269.058-.548.087q-.278.028-.548.028q-1.754.085-3.334-.614q-1.581-.7-2.727-2.024q-.7 1.415-1.905 2.429T3 11.894v.058q-.03 2.506 1.729 4.277T9 18m-2.336-4.365q-.339 0-.569-.234q-.23-.233-.23-.578t.232-.574t.576-.23q.329 0 .568.233q.24.233.24.578t-.24.575t-.577.23m4.66 0q-.345 0-.575-.234q-.23-.233-.23-.578t.233-.574t.578-.23t.575.233t.23.578t-.234.575t-.578.23M7.17 6.263q-1.561.509-2.615 1.72T3.16 10.796q1.518-.592 2.62-1.774t1.388-2.758M8.941 6q-.328 0-.655.048q-.326.048-.653.144q.825 1.637 2.407 2.565q1.581.928 3.424.897q.269 0 .509-.02q.24-.018.49-.095q-.728-1.637-2.233-2.594T8.94 6m8.926 13.804q1.45-1.65 2.35-3.617t.9-4.168t-.9-4.177t-2.35-3.626v2.361q0 .192-.126.317q-.125.125-.316.125t-.317-.125t-.126-.317v-2.77q0-.342.232-.575T17.789 3h2.769q.191 0 .317.125q.125.125.125.317t-.125.326t-.317.136h-1.794q1.455 1.742 2.346 3.792q.89 2.05.89 4.323t-.89 4.323t-2.346 3.774h1.794q.191 0 .317.125q.125.125.125.316t-.125.317t-.317.126h-2.77q-.343 0-.575-.232t-.232-.576v-2.769q0-.191.125-.317q.125-.125.316-.125t.318.125t.126.317z"/></svg> </template>
CSS
.icon-face-nod-outline-rounded {
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%22M9.003%2019q-2.93%200-4.966-2.033T2%2012.003t2.034-4.966T8.997%205t4.967%202.034T16%2011.997t-2.033%204.967T9.003%2019M9%2018q2.5%200%204.25-1.75T15%2012q0-.391-.054-.746q-.054-.356-.162-.727q-.269.058-.548.087q-.278.028-.548.028q-1.754.085-3.334-.614q-1.581-.7-2.727-2.024q-.7%201.415-1.905%202.429T3%2011.894v.058q-.03%202.506%201.729%204.277T9%2018m-2.336-4.365q-.339%200-.569-.234q-.23-.233-.23-.578t.232-.574t.576-.23q.329%200%20.568.233q.24.233.24.578t-.24.575t-.577.23m4.66%200q-.345%200-.575-.234q-.23-.233-.23-.578t.233-.574t.578-.23t.575.233t.23.578t-.234.575t-.578.23M7.17%206.263q-1.561.509-2.615%201.72T3.16%2010.796q1.518-.592%202.62-1.774t1.388-2.758M8.941%206q-.328%200-.655.048q-.326.048-.653.144q.825%201.637%202.407%202.565q1.581.928%203.424.897q.269%200%20.509-.02q.24-.018.49-.095q-.728-1.637-2.233-2.594T8.94%206m8.926%2013.804q1.45-1.65%202.35-3.617t.9-4.168t-.9-4.177t-2.35-3.626v2.361q0%20.192-.126.317q-.125.125-.316.125t-.317-.125t-.126-.317v-2.77q0-.342.232-.575T17.789%203h2.769q.191%200%20.317.125q.125.125.125.317t-.125.326t-.317.136h-1.794q1.455%201.742%202.346%203.792q.89%202.05.89%204.323t-.89%204.323t-2.346%203.774h1.794q.191%200%20.317.125q.125.125.125.316t-.125.317t-.317.126h-2.77q-.343%200-.575-.232t-.232-.576v-2.769q0-.191.125-.317q.125-.125.316-.125t.318.125t.126.317z%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%22M9.003%2019q-2.93%200-4.966-2.033T2%2012.003t2.034-4.966T8.997%205t4.967%202.034T16%2011.997t-2.033%204.967T9.003%2019M9%2018q2.5%200%204.25-1.75T15%2012q0-.391-.054-.746q-.054-.356-.162-.727q-.269.058-.548.087q-.278.028-.548.028q-1.754.085-3.334-.614q-1.581-.7-2.727-2.024q-.7%201.415-1.905%202.429T3%2011.894v.058q-.03%202.506%201.729%204.277T9%2018m-2.336-4.365q-.339%200-.569-.234q-.23-.233-.23-.578t.232-.574t.576-.23q.329%200%20.568.233q.24.233.24.578t-.24.575t-.577.23m4.66%200q-.345%200-.575-.234q-.23-.233-.23-.578t.233-.574t.578-.23t.575.233t.23.578t-.234.575t-.578.23M7.17%206.263q-1.561.509-2.615%201.72T3.16%2010.796q1.518-.592%202.62-1.774t1.388-2.758M8.941%206q-.328%200-.655.048q-.326.048-.653.144q.825%201.637%202.407%202.565q1.581.928%203.424.897q.269%200%20.509-.02q.24-.018.49-.095q-.728-1.637-2.233-2.594T8.94%206m8.926%2013.804q1.45-1.65%202.35-3.617t.9-4.168t-.9-4.177t-2.35-3.626v2.361q0%20.192-.126.317q-.125.125-.316.125t-.317-.125t-.126-.317v-2.77q0-.342.232-.575T17.789%203h2.769q.191%200%20.317.125q.125.125.125.317t-.125.326t-.317.136h-1.794q1.455%201.742%202.346%203.792q.89%202.05.89%204.323t-.89%204.323t-2.346%203.774h1.794q.191%200%20.317.125q.125.125.125.316t-.125.317t-.317.126h-2.77q-.343%200-.575-.232t-.232-.576v-2.769q0-.191.125-.317q.125-.125.316-.125t.318.125t.126.317z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/face-nod-outline-rounded.svg?color=%231a73e8&size=48