for you icon
for-you-rounded from Material Symbols by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- for-you-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More communicate icons from Material Symbols
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.375 11.738q1.75-.263 3.25-.738q.5-.2.938.125t.437.85v7.15q0 .625-.363 1.138T18.7 21q-1.425.475-3.187.738T12 22t-3.512-.262T5.3 21q-.575-.225-.937-.737T4 19.124v-7.15q0-.525.438-.85T5.375 11q1.5.475 3.25.738T12 12t3.375-.262m-.55-8.563Q16 4.35 16 6t-1.175 2.825T12 10T9.175 8.825T8 6t1.175-2.825T12 2t2.825 1.175"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsForYouRounded(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.375 11.738q1.75-.263 3.25-.738q.5-.2.938.125t.437.85v7.15q0 .625-.363 1.138T18.7 21q-1.425.475-3.187.738T12 22t-3.512-.262T5.3 21q-.575-.225-.937-.737T4 19.124v-7.15q0-.525.438-.85T5.375 11q1.5.475 3.25.738T12 12t3.375-.262m-.55-8.563Q16 4.35 16 6t-1.175 2.825T12 10T9.175 8.825T8 6t1.175-2.825T12 2t2.825 1.175"/></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.375 11.738q1.75-.263 3.25-.738q.5-.2.938.125t.437.85v7.15q0 .625-.363 1.138T18.7 21q-1.425.475-3.187.738T12 22t-3.512-.262T5.3 21q-.575-.225-.937-.737T4 19.124v-7.15q0-.525.438-.85T5.375 11q1.5.475 3.25.738T12 12t3.375-.262m-.55-8.563Q16 4.35 16 6t-1.175 2.825T12 10T9.175 8.825T8 6t1.175-2.825T12 2t2.825 1.175"/></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.375%2011.738q1.75-.263%203.25-.738q.5-.2.938.125t.437.85v7.15q0%20.625-.363%201.138T18.7%2021q-1.425.475-3.187.738T12%2022t-3.512-.262T5.3%2021q-.575-.225-.937-.737T4%2019.124v-7.15q0-.525.438-.85T5.375%2011q1.5.475%203.25.738T12%2012t3.375-.262m-.55-8.563Q16%204.35%2016%206t-1.175%202.825T12%2010T9.175%208.825T8%206t1.175-2.825T12%202t2.825%201.175%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.375%2011.738q1.75-.263%203.25-.738q.5-.2.938.125t.437.85v7.15q0%20.625-.363%201.138T18.7%2021q-1.425.475-3.187.738T12%2022t-3.512-.262T5.3%2021q-.575-.225-.937-.737T4%2019.124v-7.15q0-.525.438-.85T5.375%2011q1.5.475%203.25.738T12%2012t3.375-.262m-.55-8.563Q16%204.35%2016%206t-1.175%202.825T12%2010T9.175%208.825T8%206t1.175-2.825T12%202t2.825%201.175%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/for-you-rounded.svg?color=%231a73e8&size=48