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

Name
lips-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 lips icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.025 12q2.275 0 4.363-.45t3.487-.875L16.55 7.35q-.15-.15-.337-.225t-.388-.075q-.15 0-.287.038t-.263.137l-2.7 1.8q-.25.175-.562.175t-.563-.175l-2.7-1.8q-.125-.1-.262-.137T8.2 7.05q-.2 0-.387.075t-.338.225l-3.3 3.325q1.375.425 3.475.875t4.375.45m-.675 5h1.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 17m1.3 2h-1.3q-3.375 0-6.087-1.888T1.35 12.1q-.2-.5-.062-1.012T1.8 10.2l4.25-4.25q.425-.425.963-.687T8.15 5q.45 0 .888.163t.812.412L12 7l2.15-1.425q.375-.25.813-.413T15.85 5q.6 0 1.138.263t.962.687l4.25 4.25q.375.375.513.888T22.65 12.1q-1.175 3.125-3.9 5.013T12.65 19"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLipsOutlineRounded(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.025 12q2.275 0 4.363-.45t3.487-.875L16.55 7.35q-.15-.15-.337-.225t-.388-.075q-.15 0-.287.038t-.263.137l-2.7 1.8q-.25.175-.562.175t-.563-.175l-2.7-1.8q-.125-.1-.262-.137T8.2 7.05q-.2 0-.387.075t-.338.225l-3.3 3.325q1.375.425 3.475.875t4.375.45m-.675 5h1.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 17m1.3 2h-1.3q-3.375 0-6.087-1.888T1.35 12.1q-.2-.5-.062-1.012T1.8 10.2l4.25-4.25q.425-.425.963-.687T8.15 5q.45 0 .888.163t.812.412L12 7l2.15-1.425q.375-.25.813-.413T15.85 5q.6 0 1.138.263t.962.687l4.25 4.25q.375.375.513.888T22.65 12.1q-1.175 3.125-3.9 5.013T12.65 19"/></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.025 12q2.275 0 4.363-.45t3.487-.875L16.55 7.35q-.15-.15-.337-.225t-.388-.075q-.15 0-.287.038t-.263.137l-2.7 1.8q-.25.175-.562.175t-.563-.175l-2.7-1.8q-.125-.1-.262-.137T8.2 7.05q-.2 0-.387.075t-.338.225l-3.3 3.325q1.375.425 3.475.875t4.375.45m-.675 5h1.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 17m1.3 2h-1.3q-3.375 0-6.087-1.888T1.35 12.1q-.2-.5-.062-1.012T1.8 10.2l4.25-4.25q.425-.425.963-.687T8.15 5q.45 0 .888.163t.812.412L12 7l2.15-1.425q.375-.25.813-.413T15.85 5q.6 0 1.138.263t.962.687l4.25 4.25q.375.375.513.888T22.65 12.1q-1.175 3.125-3.9 5.013T12.65 19"/></svg>
</template>

CSS

.icon-lips-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%22M12.025%2012q2.275%200%204.363-.45t3.487-.875L16.55%207.35q-.15-.15-.337-.225t-.388-.075q-.15%200-.287.038t-.263.137l-2.7%201.8q-.25.175-.562.175t-.563-.175l-2.7-1.8q-.125-.1-.262-.137T8.2%207.05q-.2%200-.387.075t-.338.225l-3.3%203.325q1.375.425%203.475.875t4.375.45m-.675%205h1.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%2017m1.3%202h-1.3q-3.375%200-6.087-1.888T1.35%2012.1q-.2-.5-.062-1.012T1.8%2010.2l4.25-4.25q.425-.425.963-.687T8.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.687l4.25%204.25q.375.375.513.888T22.65%2012.1q-1.175%203.125-3.9%205.013T12.65%2019%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.025%2012q2.275%200%204.363-.45t3.487-.875L16.55%207.35q-.15-.15-.337-.225t-.388-.075q-.15%200-.287.038t-.263.137l-2.7%201.8q-.25.175-.562.175t-.563-.175l-2.7-1.8q-.125-.1-.262-.137T8.2%207.05q-.2%200-.387.075t-.338.225l-3.3%203.325q1.375.425%203.475.875t4.375.45m-.675%205h1.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%2017m1.3%202h-1.3q-3.375%200-6.087-1.888T1.35%2012.1q-.2-.5-.062-1.012T1.8%2010.2l4.25-4.25q.425-.425.963-.687T8.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.687l4.25%204.25q.375.375.513.888T22.65%2012.1q-1.175%203.125-3.9%205.013T12.65%2019%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-rounded.svg?color=%231a73e8&size=48