account circle full icon
account-circle-full from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.
- Name
- account-circle-full
- Set
- Material Symbols
- Style
- Regular
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Symbols
Use the account circle full icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 11q.825 0 1.413-.588Q14 9.825 14 9t-.587-1.413Q12.825 7 12 7q-.825 0-1.412.587Q10 8.175 10 9q0 .825.588 1.412Q11.175 11 12 11Zm0 2q-1.65 0-2.825-1.175Q8 10.65 8 9q0-1.65 1.175-2.825Q10.35 5 12 5q1.65 0 2.825 1.175Q16 7.35 16 9q0 1.65-1.175 2.825Q13.65 13 12 13Zm0 11q-2.475 0-4.662-.938q-2.188-.937-3.825-2.574Q1.875 18.85.938 16.663Q0 14.475 0 12t.938-4.663q.937-2.187 2.575-3.825Q5.15 1.875 7.338.938Q9.525 0 12 0t4.663.938q2.187.937 3.825 2.574q1.637 1.638 2.574 3.825Q24 9.525 24 12t-.938 4.663q-.937 2.187-2.574 3.825q-1.638 1.637-3.825 2.574Q14.475 24 12 24Zm0-2q1.8 0 3.375-.575T18.25 19.8q-.825-.925-2.425-1.612q-1.6-.688-3.825-.688t-3.825.688q-1.6.687-2.425 1.612q1.3 1.05 2.875 1.625T12 22Zm-7.7-3.6q1.2-1.3 3.225-2.1q2.025-.8 4.475-.8q2.45 0 4.463.8q2.012.8 3.212 2.1q1.1-1.325 1.713-2.95Q22 13.825 22 12q0-2.075-.788-3.887q-.787-1.813-2.15-3.175q-1.362-1.363-3.175-2.151Q14.075 2 12 2q-2.05 0-3.875.787q-1.825.788-3.187 2.151Q3.575 6.3 2.788 8.113Q2 9.925 2 12q0 1.825.6 3.463q.6 1.637 1.7 2.937Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAccountCircleFull(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="M12 11q.825 0 1.413-.588Q14 9.825 14 9t-.587-1.413Q12.825 7 12 7q-.825 0-1.412.587Q10 8.175 10 9q0 .825.588 1.412Q11.175 11 12 11Zm0 2q-1.65 0-2.825-1.175Q8 10.65 8 9q0-1.65 1.175-2.825Q10.35 5 12 5q1.65 0 2.825 1.175Q16 7.35 16 9q0 1.65-1.175 2.825Q13.65 13 12 13Zm0 11q-2.475 0-4.662-.938q-2.188-.937-3.825-2.574Q1.875 18.85.938 16.663Q0 14.475 0 12t.938-4.663q.937-2.187 2.575-3.825Q5.15 1.875 7.338.938Q9.525 0 12 0t4.663.938q2.187.937 3.825 2.574q1.637 1.638 2.574 3.825Q24 9.525 24 12t-.938 4.663q-.937 2.187-2.574 3.825q-1.638 1.637-3.825 2.574Q14.475 24 12 24Zm0-2q1.8 0 3.375-.575T18.25 19.8q-.825-.925-2.425-1.612q-1.6-.688-3.825-.688t-3.825.688q-1.6.687-2.425 1.612q1.3 1.05 2.875 1.625T12 22Zm-7.7-3.6q1.2-1.3 3.225-2.1q2.025-.8 4.475-.8q2.45 0 4.463.8q2.012.8 3.212 2.1q1.1-1.325 1.713-2.95Q22 13.825 22 12q0-2.075-.788-3.887q-.787-1.813-2.15-3.175q-1.362-1.363-3.175-2.151Q14.075 2 12 2q-2.05 0-3.875.787q-1.825.788-3.187 2.151Q3.575 6.3 2.788 8.113Q2 9.925 2 12q0 1.825.6 3.463q.6 1.637 1.7 2.937Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 11q.825 0 1.413-.588Q14 9.825 14 9t-.587-1.413Q12.825 7 12 7q-.825 0-1.412.587Q10 8.175 10 9q0 .825.588 1.412Q11.175 11 12 11Zm0 2q-1.65 0-2.825-1.175Q8 10.65 8 9q0-1.65 1.175-2.825Q10.35 5 12 5q1.65 0 2.825 1.175Q16 7.35 16 9q0 1.65-1.175 2.825Q13.65 13 12 13Zm0 11q-2.475 0-4.662-.938q-2.188-.937-3.825-2.574Q1.875 18.85.938 16.663Q0 14.475 0 12t.938-4.663q.937-2.187 2.575-3.825Q5.15 1.875 7.338.938Q9.525 0 12 0t4.663.938q2.187.937 3.825 2.574q1.637 1.638 2.574 3.825Q24 9.525 24 12t-.938 4.663q-.937 2.187-2.574 3.825q-1.638 1.637-3.825 2.574Q14.475 24 12 24Zm0-2q1.8 0 3.375-.575T18.25 19.8q-.825-.925-2.425-1.612q-1.6-.688-3.825-.688t-3.825.688q-1.6.687-2.425 1.612q1.3 1.05 2.875 1.625T12 22Zm-7.7-3.6q1.2-1.3 3.225-2.1q2.025-.8 4.475-.8q2.45 0 4.463.8q2.012.8 3.212 2.1q1.1-1.325 1.713-2.95Q22 13.825 22 12q0-2.075-.788-3.887q-.787-1.813-2.15-3.175q-1.362-1.363-3.175-2.151Q14.075 2 12 2q-2.05 0-3.875.787q-1.825.788-3.187 2.151Q3.575 6.3 2.788 8.113Q2 9.925 2 12q0 1.825.6 3.463q.6 1.637 1.7 2.937Z"/></svg> </template>
CSS
.icon-account-circle-full {
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%22M12%2011q.825%200%201.413-.588Q14%209.825%2014%209t-.587-1.413Q12.825%207%2012%207q-.825%200-1.412.587Q10%208.175%2010%209q0%20.825.588%201.412Q11.175%2011%2012%2011Zm0%202q-1.65%200-2.825-1.175Q8%2010.65%208%209q0-1.65%201.175-2.825Q10.35%205%2012%205q1.65%200%202.825%201.175Q16%207.35%2016%209q0%201.65-1.175%202.825Q13.65%2013%2012%2013Zm0%2011q-2.475%200-4.662-.938q-2.188-.937-3.825-2.574Q1.875%2018.85.938%2016.663Q0%2014.475%200%2012t.938-4.663q.937-2.187%202.575-3.825Q5.15%201.875%207.338.938Q9.525%200%2012%200t4.663.938q2.187.937%203.825%202.574q1.637%201.638%202.574%203.825Q24%209.525%2024%2012t-.938%204.663q-.937%202.187-2.574%203.825q-1.638%201.637-3.825%202.574Q14.475%2024%2012%2024Zm0-2q1.8%200%203.375-.575T18.25%2019.8q-.825-.925-2.425-1.612q-1.6-.688-3.825-.688t-3.825.688q-1.6.687-2.425%201.612q1.3%201.05%202.875%201.625T12%2022Zm-7.7-3.6q1.2-1.3%203.225-2.1q2.025-.8%204.475-.8q2.45%200%204.463.8q2.012.8%203.212%202.1q1.1-1.325%201.713-2.95Q22%2013.825%2022%2012q0-2.075-.788-3.887q-.787-1.813-2.15-3.175q-1.362-1.363-3.175-2.151Q14.075%202%2012%202q-2.05%200-3.875.787q-1.825.788-3.187%202.151Q3.575%206.3%202.788%208.113Q2%209.925%202%2012q0%201.825.6%203.463q.6%201.637%201.7%202.937Z%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%22M12%2011q.825%200%201.413-.588Q14%209.825%2014%209t-.587-1.413Q12.825%207%2012%207q-.825%200-1.412.587Q10%208.175%2010%209q0%20.825.588%201.412Q11.175%2011%2012%2011Zm0%202q-1.65%200-2.825-1.175Q8%2010.65%208%209q0-1.65%201.175-2.825Q10.35%205%2012%205q1.65%200%202.825%201.175Q16%207.35%2016%209q0%201.65-1.175%202.825Q13.65%2013%2012%2013Zm0%2011q-2.475%200-4.662-.938q-2.188-.937-3.825-2.574Q1.875%2018.85.938%2016.663Q0%2014.475%200%2012t.938-4.663q.937-2.187%202.575-3.825Q5.15%201.875%207.338.938Q9.525%200%2012%200t4.663.938q2.187.937%203.825%202.574q1.637%201.638%202.574%203.825Q24%209.525%2024%2012t-.938%204.663q-.937%202.187-2.574%203.825q-1.638%201.637-3.825%202.574Q14.475%2024%2012%2024Zm0-2q1.8%200%203.375-.575T18.25%2019.8q-.825-.925-2.425-1.612q-1.6-.688-3.825-.688t-3.825.688q-1.6.687-2.425%201.612q1.3%201.05%202.875%201.625T12%2022Zm-7.7-3.6q1.2-1.3%203.225-2.1q2.025-.8%204.475-.8q2.45%200%204.463.8q2.012.8%203.212%202.1q1.1-1.325%201.713-2.95Q22%2013.825%2022%2012q0-2.075-.788-3.887q-.787-1.813-2.15-3.175q-1.362-1.363-3.175-2.151Q14.075%202%2012%202q-2.05%200-3.875.787q-1.825.788-3.187%202.151Q3.575%206.3%202.788%208.113Q2%209.925%202%2012q0%201.825.6%203.463q.6%201.637%201.7%202.937Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/account-circle-full.svg?color=%231a73e8&size=48