eyebrow from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
eyebrow
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
eyebrow-rounded

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the eyebrow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 14q-.625 0-1.737.225t-2.463.6t-2.812.875t-2.838 1.075q-.275.125-.562.175T4 17q-1.25 0-2.125-.875T1 14v-2.575q0-1.075.675-1.912T3.4 8.475q1.8-.35 3.475-.625t3.15-.462t2.738-.288T15 7q3.1 0 5.313 2.488T23.025 16q.05.275-.137.5t-.488.35q-.275.125-.575.075t-.575-.25q-1.6-1.25-3.275-1.963T15 14m0-2q1.35 0 2.5.363t2.875 1.337q-.825-2.275-2.212-3.487T15 9q-2 0-5.038.4T3.8 10.45q-.35.075-.575.35T3 11.425V14q0 .55.438.838t.937.087q1.5-.625 3.075-1.162t3-.925t2.613-.613T15 12m0 0q-.75 0-1.937.225t-2.613.613t-3 .925t-3.075 1.162q-.5.2-.937-.088T3 14v-2.575q0-.35.225-.625t.575-.35Q6.925 9.8 9.963 9.4T15 9q1.775 0 3.163 1.213t2.212 3.487q-1.725-.975-2.875-1.337T15 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEyebrow(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="M15 14q-.625 0-1.737.225t-2.463.6t-2.812.875t-2.838 1.075q-.275.125-.562.175T4 17q-1.25 0-2.125-.875T1 14v-2.575q0-1.075.675-1.912T3.4 8.475q1.8-.35 3.475-.625t3.15-.462t2.738-.288T15 7q3.1 0 5.313 2.488T23.025 16q.05.275-.137.5t-.488.35q-.275.125-.575.075t-.575-.25q-1.6-1.25-3.275-1.963T15 14m0-2q1.35 0 2.5.363t2.875 1.337q-.825-2.275-2.212-3.487T15 9q-2 0-5.038.4T3.8 10.45q-.35.075-.575.35T3 11.425V14q0 .55.438.838t.937.087q1.5-.625 3.075-1.162t3-.925t2.613-.613T15 12m0 0q-.75 0-1.937.225t-2.613.613t-3 .925t-3.075 1.162q-.5.2-.937-.088T3 14v-2.575q0-.35.225-.625t.575-.35Q6.925 9.8 9.963 9.4T15 9q1.775 0 3.163 1.213t2.212 3.487q-1.725-.975-2.875-1.337T15 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 14q-.625 0-1.737.225t-2.463.6t-2.812.875t-2.838 1.075q-.275.125-.562.175T4 17q-1.25 0-2.125-.875T1 14v-2.575q0-1.075.675-1.912T3.4 8.475q1.8-.35 3.475-.625t3.15-.462t2.738-.288T15 7q3.1 0 5.313 2.488T23.025 16q.05.275-.137.5t-.488.35q-.275.125-.575.075t-.575-.25q-1.6-1.25-3.275-1.963T15 14m0-2q1.35 0 2.5.363t2.875 1.337q-.825-2.275-2.212-3.487T15 9q-2 0-5.038.4T3.8 10.45q-.35.075-.575.35T3 11.425V14q0 .55.438.838t.937.087q1.5-.625 3.075-1.162t3-.925t2.613-.613T15 12m0 0q-.75 0-1.937.225t-2.613.613t-3 .925t-3.075 1.162q-.5.2-.937-.088T3 14v-2.575q0-.35.225-.625t.575-.35Q6.925 9.8 9.963 9.4T15 9q1.775 0 3.163 1.213t2.212 3.487q-1.725-.975-2.875-1.337T15 12"/></svg>
</template>

CSS

.icon-eyebrow {
  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%22M15%2014q-.625%200-1.737.225t-2.463.6t-2.812.875t-2.838%201.075q-.275.125-.562.175T4%2017q-1.25%200-2.125-.875T1%2014v-2.575q0-1.075.675-1.912T3.4%208.475q1.8-.35%203.475-.625t3.15-.462t2.738-.288T15%207q3.1%200%205.313%202.488T23.025%2016q.05.275-.137.5t-.488.35q-.275.125-.575.075t-.575-.25q-1.6-1.25-3.275-1.963T15%2014m0-2q1.35%200%202.5.363t2.875%201.337q-.825-2.275-2.212-3.487T15%209q-2%200-5.038.4T3.8%2010.45q-.35.075-.575.35T3%2011.425V14q0%20.55.438.838t.937.087q1.5-.625%203.075-1.162t3-.925t2.613-.613T15%2012m0%200q-.75%200-1.937.225t-2.613.613t-3%20.925t-3.075%201.162q-.5.2-.937-.088T3%2014v-2.575q0-.35.225-.625t.575-.35Q6.925%209.8%209.963%209.4T15%209q1.775%200%203.163%201.213t2.212%203.487q-1.725-.975-2.875-1.337T15%2012%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%22M15%2014q-.625%200-1.737.225t-2.463.6t-2.812.875t-2.838%201.075q-.275.125-.562.175T4%2017q-1.25%200-2.125-.875T1%2014v-2.575q0-1.075.675-1.912T3.4%208.475q1.8-.35%203.475-.625t3.15-.462t2.738-.288T15%207q3.1%200%205.313%202.488T23.025%2016q.05.275-.137.5t-.488.35q-.275.125-.575.075t-.575-.25q-1.6-1.25-3.275-1.963T15%2014m0-2q1.35%200%202.5.363t2.875%201.337q-.825-2.275-2.212-3.487T15%209q-2%200-5.038.4T3.8%2010.45q-.35.075-.575.35T3%2011.425V14q0%20.55.438.838t.937.087q1.5-.625%203.075-1.162t3-.925t2.613-.613T15%2012m0%200q-.75%200-1.937.225t-2.613.613t-3%20.925t-3.075%201.162q-.5.2-.937-.088T3%2014v-2.575q0-.35.225-.625t.575-.35Q6.925%209.8%209.963%209.4T15%209q1.775%200%203.163%201.213t2.212%203.487q-1.725-.975-2.875-1.337T15%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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