lips-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
lips-outline
Set
Material Symbols
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
lips-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the lips icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.35 17h1.3q2.7 0 4.413-1.175t3.062-3.125q-1.5.45-3.65.875T12 14t-4.462-.437T3.9 12.7q1.35 1.95 3.05 3.125T11.35 17m0 2q-3.675 0-6.55-2.225T1 11l5.05-5.05q.425-.425.963-.688T8.15 5q.45 0 .888.163t.812.412L12 7l2.15-1.425q.375-.25.813-.413T15.85 5q.6 0 1.138.263t.962.687L23 11q-.925 3.55-3.8 5.775T12.65 19zm.675-7q2.275 0 4.363-.45t3.487-.875L16.55 7.35q-.15-.15-.337-.225t-.388-.075q-.15 0-.287.038t-.263.137L12 9.4L8.75 7.225q-.125-.1-.262-.137T8.2 7.05q-.2 0-.387.075t-.338.225l-3.3 3.325q1.375.425 3.475.875t4.375.45"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLipsOutline(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="M11.35 17h1.3q2.7 0 4.413-1.175t3.062-3.125q-1.5.45-3.65.875T12 14t-4.462-.437T3.9 12.7q1.35 1.95 3.05 3.125T11.35 17m0 2q-3.675 0-6.55-2.225T1 11l5.05-5.05q.425-.425.963-.688T8.15 5q.45 0 .888.163t.812.412L12 7l2.15-1.425q.375-.25.813-.413T15.85 5q.6 0 1.138.263t.962.687L23 11q-.925 3.55-3.8 5.775T12.65 19zm.675-7q2.275 0 4.363-.45t3.487-.875L16.55 7.35q-.15-.15-.337-.225t-.388-.075q-.15 0-.287.038t-.263.137L12 9.4L8.75 7.225q-.125-.1-.262-.137T8.2 7.05q-.2 0-.387.075t-.338.225l-3.3 3.325q1.375.425 3.475.875t4.375.45"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.35 17h1.3q2.7 0 4.413-1.175t3.062-3.125q-1.5.45-3.65.875T12 14t-4.462-.437T3.9 12.7q1.35 1.95 3.05 3.125T11.35 17m0 2q-3.675 0-6.55-2.225T1 11l5.05-5.05q.425-.425.963-.688T8.15 5q.45 0 .888.163t.812.412L12 7l2.15-1.425q.375-.25.813-.413T15.85 5q.6 0 1.138.263t.962.687L23 11q-.925 3.55-3.8 5.775T12.65 19zm.675-7q2.275 0 4.363-.45t3.487-.875L16.55 7.35q-.15-.15-.337-.225t-.388-.075q-.15 0-.287.038t-.263.137L12 9.4L8.75 7.225q-.125-.1-.262-.137T8.2 7.05q-.2 0-.387.075t-.338.225l-3.3 3.325q1.375.425 3.475.875t4.375.45"/></svg>
</template>

CSS

.icon-lips-outline {
  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%22M11.35%2017h1.3q2.7%200%204.413-1.175t3.062-3.125q-1.5.45-3.65.875T12%2014t-4.462-.437T3.9%2012.7q1.35%201.95%203.05%203.125T11.35%2017m0%202q-3.675%200-6.55-2.225T1%2011l5.05-5.05q.425-.425.963-.688T8.15%205q.45%200%20.888.163t.812.412L12%207l2.15-1.425q.375-.25.813-.413T15.85%205q.6%200%201.138.263t.962.687L23%2011q-.925%203.55-3.8%205.775T12.65%2019zm.675-7q2.275%200%204.363-.45t3.487-.875L16.55%207.35q-.15-.15-.337-.225t-.388-.075q-.15%200-.287.038t-.263.137L12%209.4L8.75%207.225q-.125-.1-.262-.137T8.2%207.05q-.2%200-.387.075t-.338.225l-3.3%203.325q1.375.425%203.475.875t4.375.45%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%22M11.35%2017h1.3q2.7%200%204.413-1.175t3.062-3.125q-1.5.45-3.65.875T12%2014t-4.462-.437T3.9%2012.7q1.35%201.95%203.05%203.125T11.35%2017m0%202q-3.675%200-6.55-2.225T1%2011l5.05-5.05q.425-.425.963-.688T8.15%205q.45%200%20.888.163t.812.412L12%207l2.15-1.425q.375-.25.813-.413T15.85%205q.6%200%201.138.263t.962.687L23%2011q-.925%203.55-3.8%205.775T12.65%2019zm.675-7q2.275%200%204.363-.45t3.487-.875L16.55%207.35q-.15-.15-.337-.225t-.388-.075q-.15%200-.287.038t-.263.137L12%209.4L8.75%207.225q-.125-.1-.262-.137T8.2%207.05q-.2%200-.387.075t-.338.225l-3.3%203.325q1.375.425%203.475.875t4.375.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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