for you icon
for-you-outline from Material Symbols Light by Google · Outline · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- for-you-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- for-you-outline-sharp
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.744 12.068q1.912-.316 3.487-.876V19.5q-1.423.598-3.42.972q-1.995.374-3.811.374t-3.812-.374t-3.419-.972v-8.308q1.575.56 3.487.876t3.744.317t3.744-.317m2.487 6.701v-6.211q-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 MaterialSymbolsLightForYouOutline(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.744 12.068q1.912-.316 3.487-.876V19.5q-1.423.598-3.42.972q-1.995.374-3.811.374t-3.812-.374t-3.419-.972v-8.308q1.575.56 3.487.876t3.744.317t3.744-.317m2.487 6.701v-6.211q-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.744 12.068q1.912-.316 3.487-.876V19.5q-1.423.598-3.42.972q-1.995.374-3.811.374t-3.812-.374t-3.419-.972v-8.308q1.575.56 3.487.876t3.744.317t3.744-.317m2.487 6.701v-6.211q-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 {
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.744%2012.068q1.912-.316%203.487-.876V19.5q-1.423.598-3.42.972q-1.995.374-3.811.374t-3.812-.374t-3.419-.972v-8.308q1.575.56%203.487.876t3.744.317t3.744-.317m2.487%206.701v-6.211q-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.744%2012.068q1.912-.316%203.487-.876V19.5q-1.423.598-3.42.972q-1.995.374-3.811.374t-3.812-.374t-3.419-.972v-8.308q1.575.56%203.487.876t3.744.317t3.744-.317m2.487%206.701v-6.211q-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.svg?color=%231a73e8&size=48