user block icon

user-block-bold-duotone from Solar by 480 Design · Bold Duotone · Users · CC-BY-4.0 Attribution required.

Name
user-block-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Users
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More users icons from Solar

Use the user block icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 10C14.2091 10 16 8.20914 16 6C16 3.79086 14.2091 2 12 2C9.79086 2 8 3.79086 8 6C8 8.20914 9.79086 10 12 10Z"/><path fill-rule="evenodd" d="M16.5 15.75C14.9812 15.75 13.75 16.9812 13.75 18.5C13.75 19.0004 13.8832 19.4691 14.1167 19.8732L17.8732 16.1167C17.4691 15.8832 17.0004 15.75 16.5 15.75ZM18.9196 17.1916L15.1916 20.9196C15.5806 21.1305 16.0261 21.25 16.5 21.25C18.0188 21.25 19.25 20.0188 19.25 18.5C19.25 18.0261 19.1305 17.5806 18.9196 17.1916ZM12.25 18.5C12.25 16.1528 14.1528 14.25 16.5 14.25C17.689 14.25 18.7652 14.7393 19.5357 15.5256C20.2861 16.2914 20.75 17.3423 20.75 18.5C20.75 20.8472 18.8472 22.75 16.5 22.75C15.3423 22.75 14.2914 22.2861 13.5256 21.5357C12.7393 20.7652 12.25 19.689 12.25 18.5Z" clip-rule="evenodd"/><path d="M17.9963 14.5211C17.5308 14.3459 17.0265 14.25 16.5 14.25C14.1528 14.25 12.25 16.1528 12.25 18.5C12.25 19.689 12.7393 20.7652 13.5256 21.5357C13.6786 21.6856 13.8429 21.8241 14.0173 21.9497C13.4088 21.9828 12.7385 22 12 22C4 22 4 19.9853 4 17.5C4 15.0147 7.58172 13 12 13C14.3874 13 16.5305 13.5882 17.9963 14.5211Z" opacity=".4"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarUserBlockBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 10C14.2091 10 16 8.20914 16 6C16 3.79086 14.2091 2 12 2C9.79086 2 8 3.79086 8 6C8 8.20914 9.79086 10 12 10Z"/><path fillRule="evenodd" d="M16.5 15.75C14.9812 15.75 13.75 16.9812 13.75 18.5C13.75 19.0004 13.8832 19.4691 14.1167 19.8732L17.8732 16.1167C17.4691 15.8832 17.0004 15.75 16.5 15.75ZM18.9196 17.1916L15.1916 20.9196C15.5806 21.1305 16.0261 21.25 16.5 21.25C18.0188 21.25 19.25 20.0188 19.25 18.5C19.25 18.0261 19.1305 17.5806 18.9196 17.1916ZM12.25 18.5C12.25 16.1528 14.1528 14.25 16.5 14.25C17.689 14.25 18.7652 14.7393 19.5357 15.5256C20.2861 16.2914 20.75 17.3423 20.75 18.5C20.75 20.8472 18.8472 22.75 16.5 22.75C15.3423 22.75 14.2914 22.2861 13.5256 21.5357C12.7393 20.7652 12.25 19.689 12.25 18.5Z" clipRule="evenodd"/><path d="M17.9963 14.5211C17.5308 14.3459 17.0265 14.25 16.5 14.25C14.1528 14.25 12.25 16.1528 12.25 18.5C12.25 19.689 12.7393 20.7652 13.5256 21.5357C13.6786 21.6856 13.8429 21.8241 14.0173 21.9497C13.4088 21.9828 12.7385 22 12 22C4 22 4 19.9853 4 17.5C4 15.0147 7.58172 13 12 13C14.3874 13 16.5305 13.5882 17.9963 14.5211Z" opacity=".4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 10C14.2091 10 16 8.20914 16 6C16 3.79086 14.2091 2 12 2C9.79086 2 8 3.79086 8 6C8 8.20914 9.79086 10 12 10Z"/><path fill-rule="evenodd" d="M16.5 15.75C14.9812 15.75 13.75 16.9812 13.75 18.5C13.75 19.0004 13.8832 19.4691 14.1167 19.8732L17.8732 16.1167C17.4691 15.8832 17.0004 15.75 16.5 15.75ZM18.9196 17.1916L15.1916 20.9196C15.5806 21.1305 16.0261 21.25 16.5 21.25C18.0188 21.25 19.25 20.0188 19.25 18.5C19.25 18.0261 19.1305 17.5806 18.9196 17.1916ZM12.25 18.5C12.25 16.1528 14.1528 14.25 16.5 14.25C17.689 14.25 18.7652 14.7393 19.5357 15.5256C20.2861 16.2914 20.75 17.3423 20.75 18.5C20.75 20.8472 18.8472 22.75 16.5 22.75C15.3423 22.75 14.2914 22.2861 13.5256 21.5357C12.7393 20.7652 12.25 19.689 12.25 18.5Z" clip-rule="evenodd"/><path d="M17.9963 14.5211C17.5308 14.3459 17.0265 14.25 16.5 14.25C14.1528 14.25 12.25 16.1528 12.25 18.5C12.25 19.689 12.7393 20.7652 13.5256 21.5357C13.6786 21.6856 13.8429 21.8241 14.0173 21.9497C13.4088 21.9828 12.7385 22 12 22C4 22 4 19.9853 4 17.5C4 15.0147 7.58172 13 12 13C14.3874 13 16.5305 13.5882 17.9963 14.5211Z" opacity=".4"/></g></svg>
</template>

CSS

.icon-user-block-bold-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%2010C14.2091%2010%2016%208.20914%2016%206C16%203.79086%2014.2091%202%2012%202C9.79086%202%208%203.79086%208%206C8%208.20914%209.79086%2010%2012%2010Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.5%2015.75C14.9812%2015.75%2013.75%2016.9812%2013.75%2018.5C13.75%2019.0004%2013.8832%2019.4691%2014.1167%2019.8732L17.8732%2016.1167C17.4691%2015.8832%2017.0004%2015.75%2016.5%2015.75ZM18.9196%2017.1916L15.1916%2020.9196C15.5806%2021.1305%2016.0261%2021.25%2016.5%2021.25C18.0188%2021.25%2019.25%2020.0188%2019.25%2018.5C19.25%2018.0261%2019.1305%2017.5806%2018.9196%2017.1916ZM12.25%2018.5C12.25%2016.1528%2014.1528%2014.25%2016.5%2014.25C17.689%2014.25%2018.7652%2014.7393%2019.5357%2015.5256C20.2861%2016.2914%2020.75%2017.3423%2020.75%2018.5C20.75%2020.8472%2018.8472%2022.75%2016.5%2022.75C15.3423%2022.75%2014.2914%2022.2861%2013.5256%2021.5357C12.7393%2020.7652%2012.25%2019.689%2012.25%2018.5Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.9963%2014.5211C17.5308%2014.3459%2017.0265%2014.25%2016.5%2014.25C14.1528%2014.25%2012.25%2016.1528%2012.25%2018.5C12.25%2019.689%2012.7393%2020.7652%2013.5256%2021.5357C13.6786%2021.6856%2013.8429%2021.8241%2014.0173%2021.9497C13.4088%2021.9828%2012.7385%2022%2012%2022C4%2022%204%2019.9853%204%2017.5C4%2015.0147%207.58172%2013%2012%2013C14.3874%2013%2016.5305%2013.5882%2017.9963%2014.5211Z%22%20opacity%3D%22.4%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%2010C14.2091%2010%2016%208.20914%2016%206C16%203.79086%2014.2091%202%2012%202C9.79086%202%208%203.79086%208%206C8%208.20914%209.79086%2010%2012%2010Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.5%2015.75C14.9812%2015.75%2013.75%2016.9812%2013.75%2018.5C13.75%2019.0004%2013.8832%2019.4691%2014.1167%2019.8732L17.8732%2016.1167C17.4691%2015.8832%2017.0004%2015.75%2016.5%2015.75ZM18.9196%2017.1916L15.1916%2020.9196C15.5806%2021.1305%2016.0261%2021.25%2016.5%2021.25C18.0188%2021.25%2019.25%2020.0188%2019.25%2018.5C19.25%2018.0261%2019.1305%2017.5806%2018.9196%2017.1916ZM12.25%2018.5C12.25%2016.1528%2014.1528%2014.25%2016.5%2014.25C17.689%2014.25%2018.7652%2014.7393%2019.5357%2015.5256C20.2861%2016.2914%2020.75%2017.3423%2020.75%2018.5C20.75%2020.8472%2018.8472%2022.75%2016.5%2022.75C15.3423%2022.75%2014.2914%2022.2861%2013.5256%2021.5357C12.7393%2020.7652%2012.25%2019.689%2012.25%2018.5Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.9963%2014.5211C17.5308%2014.3459%2017.0265%2014.25%2016.5%2014.25C14.1528%2014.25%2012.25%2016.1528%2012.25%2018.5C12.25%2019.689%2012.7393%2020.7652%2013.5256%2021.5357C13.6786%2021.6856%2013.8429%2021.8241%2014.0173%2021.9497C13.4088%2021.9828%2012.7385%2022%2012%2022C4%2022%204%2019.9853%204%2017.5C4%2015.0147%207.58172%2013%2012%2013C14.3874%2013%2016.5305%2013.5882%2017.9963%2014.5211Z%22%20opacity%3D%22.4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/user-block-bold-duotone.svg?color=%231a73e8&size=48