for-you-rounded from Material Symbols Light by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.

Name
for-you-rounded
Set
Material Symbols Light
Style
Rounded
Category
Communicate
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More communicate icons from Material Symbols Light

Use the for you icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.135 12.17q1.606-.214 3.048-.65q.384-.143.716.115q.332.257.332.667v6.477q0 .337-.19.599q-.189.263-.495.372q-1.54.533-3.206.815q-1.667.281-3.34.281t-3.34-.281t-3.206-.815q-.306-.11-.495-.372q-.19-.262-.19-.6v-6.476q0-.41.332-.667t.716-.116q1.442.437 3.048.651t3.135.214t3.135-.214m-.849-8.072q.945.944.945 2.286t-.945 2.287T12 9.616T9.714 8.67t-.945-2.286t.944-2.287T12 3.154t2.286.944"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightForYouRounded(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.135 12.17q1.606-.214 3.048-.65q.384-.143.716.115q.332.257.332.667v6.477q0 .337-.19.599q-.189.263-.495.372q-1.54.533-3.206.815q-1.667.281-3.34.281t-3.34-.281t-3.206-.815q-.306-.11-.495-.372q-.19-.262-.19-.6v-6.476q0-.41.332-.667t.716-.116q1.442.437 3.048.651t3.135.214t3.135-.214m-.849-8.072q.945.944.945 2.286t-.945 2.287T12 9.616T9.714 8.67t-.945-2.286t.944-2.287T12 3.154t2.286.944"/></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.135 12.17q1.606-.214 3.048-.65q.384-.143.716.115q.332.257.332.667v6.477q0 .337-.19.599q-.189.263-.495.372q-1.54.533-3.206.815q-1.667.281-3.34.281t-3.34-.281t-3.206-.815q-.306-.11-.495-.372q-.19-.262-.19-.6v-6.476q0-.41.332-.667t.716-.116q1.442.437 3.048.651t3.135.214t3.135-.214m-.849-8.072q.945.944.945 2.286t-.945 2.287T12 9.616T9.714 8.67t-.945-2.286t.944-2.287T12 3.154t2.286.944"/></svg>
</template>

CSS

.icon-for-you-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%22M15.135%2012.17q1.606-.214%203.048-.65q.384-.143.716.115q.332.257.332.667v6.477q0%20.337-.19.599q-.189.263-.495.372q-1.54.533-3.206.815q-1.667.281-3.34.281t-3.34-.281t-3.206-.815q-.306-.11-.495-.372q-.19-.262-.19-.6v-6.476q0-.41.332-.667t.716-.116q1.442.437%203.048.651t3.135.214t3.135-.214m-.849-8.072q.945.944.945%202.286t-.945%202.287T12%209.616T9.714%208.67t-.945-2.286t.944-2.287T12%203.154t2.286.944%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.135%2012.17q1.606-.214%203.048-.65q.384-.143.716.115q.332.257.332.667v6.477q0%20.337-.19.599q-.189.263-.495.372q-1.54.533-3.206.815q-1.667.281-3.34.281t-3.34-.281t-3.206-.815q-.306-.11-.495-.372q-.19-.262-.19-.6v-6.476q0-.41.332-.667t.716-.116q1.442.437%203.048.651t3.135.214t3.135-.214m-.849-8.072q.945.944.945%202.286t-.945%202.287T12%209.616T9.714%208.67t-.945-2.286t.944-2.287T12%203.154t2.286.944%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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