for you icon
for-you-outline-rounded from Material Symbols Light by Google · Outline Rounded · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- for-you-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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-.214m3.096 6.6v-6.212q-1.193.35-2.974.588q-1.782.239-3.257.239t-3.257-.239t-2.974-.588v6.211q1.135.45 2.933.764q1.798.313 3.298.313t3.298-.313t2.933-.764M14.287 4.098q.944.944.944 2.286t-.944 2.287T12 9.616T9.714 8.67t-.945-2.286t.944-2.287T12 3.154t2.286.944m-.71 3.863q.655-.655.655-1.576t-.655-1.576T12 4.154t-1.576.655t-.655 1.576t.655 1.576T12 8.616t1.576-.655M12 16.202"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightForYouOutlineRounded(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-.214m3.096 6.6v-6.212q-1.193.35-2.974.588q-1.782.239-3.257.239t-3.257-.239t-2.974-.588v6.211q1.135.45 2.933.764q1.798.313 3.298.313t3.298-.313t2.933-.764M14.287 4.098q.944.944.944 2.286t-.944 2.287T12 9.616T9.714 8.67t-.945-2.286t.944-2.287T12 3.154t2.286.944m-.71 3.863q.655-.655.655-1.576t-.655-1.576T12 4.154t-1.576.655t-.655 1.576t.655 1.576T12 8.616t1.576-.655M12 16.202"/></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-.214m3.096 6.6v-6.212q-1.193.35-2.974.588q-1.782.239-3.257.239t-3.257-.239t-2.974-.588v6.211q1.135.45 2.933.764q1.798.313 3.298.313t3.298-.313t2.933-.764M14.287 4.098q.944.944.944 2.286t-.944 2.287T12 9.616T9.714 8.67t-.945-2.286t.944-2.287T12 3.154t2.286.944m-.71 3.863q.655-.655.655-1.576t-.655-1.576T12 4.154t-1.576.655t-.655 1.576t.655 1.576T12 8.616t1.576-.655M12 16.202"/></svg> </template>
CSS
.icon-for-you-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%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-.214m3.096%206.6v-6.212q-1.193.35-2.974.588q-1.782.239-3.257.239t-3.257-.239t-2.974-.588v6.211q1.135.45%202.933.764q1.798.313%203.298.313t3.298-.313t2.933-.764M14.287%204.098q.944.944.944%202.286t-.944%202.287T12%209.616T9.714%208.67t-.945-2.286t.944-2.287T12%203.154t2.286.944m-.71%203.863q.655-.655.655-1.576t-.655-1.576T12%204.154t-1.576.655t-.655%201.576t.655%201.576T12%208.616t1.576-.655M12%2016.202%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-.214m3.096%206.6v-6.212q-1.193.35-2.974.588q-1.782.239-3.257.239t-3.257-.239t-2.974-.588v6.211q1.135.45%202.933.764q1.798.313%203.298.313t3.298-.313t2.933-.764M14.287%204.098q.944.944.944%202.286t-.944%202.287T12%209.616T9.714%208.67t-.945-2.286t.944-2.287T12%203.154t2.286.944m-.71%203.863q.655-.655.655-1.576t-.655-1.576T12%204.154t-1.576.655t-.655%201.576t.655%201.576T12%208.616t1.576-.655M12%2016.202%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-outline-rounded.svg?color=%231a73e8&size=48