face-nod-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
face-nod-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

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 20q-3.35 0-5.675-2.325T1 12t2.325-5.675T9 4t5.675 2.325T17 12t-2.325 5.675T9 20m0-2q2.5 0 4.25-1.75T15 12q0-.275-.025-.525t-.075-.525q-1.85.2-3.575-.413T8.3 8.6q-.95 1.3-2.337 2.15T3 11.875Q2.95 14.4 4.7 16.2T9 18m-2.5-4q-.425 0-.712-.288T5.5 13t.288-.712T6.5 12t.713.288T7.5 13t-.288.713T6.5 14m5 0q-.425 0-.712-.288T10.5 13t.288-.712T11.5 12t.713.288t.287.712t-.288.713T11.5 14M7.4 6.225Q6.05 6.6 5.025 7.513T3.45 9.7q1.325-.4 2.35-1.312t1.6-2.163M8.825 6q.825 1.425 2.263 2.238T14.175 9q-.825-1.425-2.262-2.238T8.825 6M18.5 19.9q1.45-1.65 2.225-3.675T21.5 12t-.775-4.225T18.5 4.1v2.15q0 .325-.213.537T17.75 7t-.537-.213T17 6.25V3q0-.425.288-.712T18 2h3.25q.325 0 .538.213T22 2.75t-.213.538t-.537.212h-1.275q1.475 1.8 2.25 3.975T23 12t-.775 4.525t-2.25 3.975h1.275q.325 0 .538.213t.212.537t-.213.538t-.537.212H18q-.425 0-.712-.288T17 21v-3.25q0-.325.213-.537T17.75 17t.538.213t.212.537z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFaceNodOutlineRounded(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 20q-3.35 0-5.675-2.325T1 12t2.325-5.675T9 4t5.675 2.325T17 12t-2.325 5.675T9 20m0-2q2.5 0 4.25-1.75T15 12q0-.275-.025-.525t-.075-.525q-1.85.2-3.575-.413T8.3 8.6q-.95 1.3-2.337 2.15T3 11.875Q2.95 14.4 4.7 16.2T9 18m-2.5-4q-.425 0-.712-.288T5.5 13t.288-.712T6.5 12t.713.288T7.5 13t-.288.713T6.5 14m5 0q-.425 0-.712-.288T10.5 13t.288-.712T11.5 12t.713.288t.287.712t-.288.713T11.5 14M7.4 6.225Q6.05 6.6 5.025 7.513T3.45 9.7q1.325-.4 2.35-1.312t1.6-2.163M8.825 6q.825 1.425 2.263 2.238T14.175 9q-.825-1.425-2.262-2.238T8.825 6M18.5 19.9q1.45-1.65 2.225-3.675T21.5 12t-.775-4.225T18.5 4.1v2.15q0 .325-.213.537T17.75 7t-.537-.213T17 6.25V3q0-.425.288-.712T18 2h3.25q.325 0 .538.213T22 2.75t-.213.538t-.537.212h-1.275q1.475 1.8 2.25 3.975T23 12t-.775 4.525t-2.25 3.975h1.275q.325 0 .538.213t.212.537t-.213.538t-.537.212H18q-.425 0-.712-.288T17 21v-3.25q0-.325.213-.537T17.75 17t.538.213t.212.537z"/></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 20q-3.35 0-5.675-2.325T1 12t2.325-5.675T9 4t5.675 2.325T17 12t-2.325 5.675T9 20m0-2q2.5 0 4.25-1.75T15 12q0-.275-.025-.525t-.075-.525q-1.85.2-3.575-.413T8.3 8.6q-.95 1.3-2.337 2.15T3 11.875Q2.95 14.4 4.7 16.2T9 18m-2.5-4q-.425 0-.712-.288T5.5 13t.288-.712T6.5 12t.713.288T7.5 13t-.288.713T6.5 14m5 0q-.425 0-.712-.288T10.5 13t.288-.712T11.5 12t.713.288t.287.712t-.288.713T11.5 14M7.4 6.225Q6.05 6.6 5.025 7.513T3.45 9.7q1.325-.4 2.35-1.312t1.6-2.163M8.825 6q.825 1.425 2.263 2.238T14.175 9q-.825-1.425-2.262-2.238T8.825 6M18.5 19.9q1.45-1.65 2.225-3.675T21.5 12t-.775-4.225T18.5 4.1v2.15q0 .325-.213.537T17.75 7t-.537-.213T17 6.25V3q0-.425.288-.712T18 2h3.25q.325 0 .538.213T22 2.75t-.213.538t-.537.212h-1.275q1.475 1.8 2.25 3.975T23 12t-.775 4.525t-2.25 3.975h1.275q.325 0 .538.213t.212.537t-.213.538t-.537.212H18q-.425 0-.712-.288T17 21v-3.25q0-.325.213-.537T17.75 17t.538.213t.212.537z"/></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%2020q-3.35%200-5.675-2.325T1%2012t2.325-5.675T9%204t5.675%202.325T17%2012t-2.325%205.675T9%2020m0-2q2.5%200%204.25-1.75T15%2012q0-.275-.025-.525t-.075-.525q-1.85.2-3.575-.413T8.3%208.6q-.95%201.3-2.337%202.15T3%2011.875Q2.95%2014.4%204.7%2016.2T9%2018m-2.5-4q-.425%200-.712-.288T5.5%2013t.288-.712T6.5%2012t.713.288T7.5%2013t-.288.713T6.5%2014m5%200q-.425%200-.712-.288T10.5%2013t.288-.712T11.5%2012t.713.288t.287.712t-.288.713T11.5%2014M7.4%206.225Q6.05%206.6%205.025%207.513T3.45%209.7q1.325-.4%202.35-1.312t1.6-2.163M8.825%206q.825%201.425%202.263%202.238T14.175%209q-.825-1.425-2.262-2.238T8.825%206M18.5%2019.9q1.45-1.65%202.225-3.675T21.5%2012t-.775-4.225T18.5%204.1v2.15q0%20.325-.213.537T17.75%207t-.537-.213T17%206.25V3q0-.425.288-.712T18%202h3.25q.325%200%20.538.213T22%202.75t-.213.538t-.537.212h-1.275q1.475%201.8%202.25%203.975T23%2012t-.775%204.525t-2.25%203.975h1.275q.325%200%20.538.213t.212.537t-.213.538t-.537.212H18q-.425%200-.712-.288T17%2021v-3.25q0-.325.213-.537T17.75%2017t.538.213t.212.537z%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%2020q-3.35%200-5.675-2.325T1%2012t2.325-5.675T9%204t5.675%202.325T17%2012t-2.325%205.675T9%2020m0-2q2.5%200%204.25-1.75T15%2012q0-.275-.025-.525t-.075-.525q-1.85.2-3.575-.413T8.3%208.6q-.95%201.3-2.337%202.15T3%2011.875Q2.95%2014.4%204.7%2016.2T9%2018m-2.5-4q-.425%200-.712-.288T5.5%2013t.288-.712T6.5%2012t.713.288T7.5%2013t-.288.713T6.5%2014m5%200q-.425%200-.712-.288T10.5%2013t.288-.712T11.5%2012t.713.288t.287.712t-.288.713T11.5%2014M7.4%206.225Q6.05%206.6%205.025%207.513T3.45%209.7q1.325-.4%202.35-1.312t1.6-2.163M8.825%206q.825%201.425%202.263%202.238T14.175%209q-.825-1.425-2.262-2.238T8.825%206M18.5%2019.9q1.45-1.65%202.225-3.675T21.5%2012t-.775-4.225T18.5%204.1v2.15q0%20.325-.213.537T17.75%207t-.537-.213T17%206.25V3q0-.425.288-.712T18%202h3.25q.325%200%20.538.213T22%202.75t-.213.538t-.537.212h-1.275q1.475%201.8%202.25%203.975T23%2012t-.775%204.525t-2.25%203.975h1.275q.325%200%20.538.213t.212.537t-.213.538t-.537.212H18q-.425%200-.712-.288T17%2021v-3.25q0-.325.213-.537T17.75%2017t.538.213t.212.537z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/face-nod-outline-rounded.svg?color=%231a73e8&size=48