user block rounded icon

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

Name
user-block-rounded-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 rounded icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><circle cx="12" cy="6" r="4"/><path fill-rule="evenodd" d="M18 15.75C16.7574 15.75 15.75 16.7574 15.75 18C15.75 18.3473 15.8287 18.6763 15.9693 18.97L18.9701 15.9693C18.6763 15.8287 18.3474 15.75 18 15.75ZM20.0307 17.0299L17.0299 20.0307C17.3236 20.1713 17.6526 20.25 18 20.25C19.2426 20.25 20.25 19.2426 20.25 18C20.25 17.6526 20.1713 17.3237 20.0307 17.0299ZM14.25 18C14.25 15.9289 15.9289 14.25 18 14.25C20.0711 14.25 21.75 15.9289 21.75 18C21.75 20.0711 20.0711 21.75 18 21.75C15.9289 21.75 14.25 20.0711 14.25 18Z" clip-rule="evenodd"/><path d="M17.2157 14.3321C15.5211 14.6927 14.25 16.1979 14.25 18C14.25 18.9823 14.6277 19.8764 15.2457 20.5449C14.2756 20.8356 13.1714 21 12 21C8.13401 21 5 19.2091 5 17C5 14.7909 8.13401 13 12 13C14.0722 13 15.934 13.5145 17.2157 14.3321Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarUserBlockRoundedBoldDuotone(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"><circle cx="12" cy="6" r="4"/><path fillRule="evenodd" d="M18 15.75C16.7574 15.75 15.75 16.7574 15.75 18C15.75 18.3473 15.8287 18.6763 15.9693 18.97L18.9701 15.9693C18.6763 15.8287 18.3474 15.75 18 15.75ZM20.0307 17.0299L17.0299 20.0307C17.3236 20.1713 17.6526 20.25 18 20.25C19.2426 20.25 20.25 19.2426 20.25 18C20.25 17.6526 20.1713 17.3237 20.0307 17.0299ZM14.25 18C14.25 15.9289 15.9289 14.25 18 14.25C20.0711 14.25 21.75 15.9289 21.75 18C21.75 20.0711 20.0711 21.75 18 21.75C15.9289 21.75 14.25 20.0711 14.25 18Z" clipRule="evenodd"/><path d="M17.2157 14.3321C15.5211 14.6927 14.25 16.1979 14.25 18C14.25 18.9823 14.6277 19.8764 15.2457 20.5449C14.2756 20.8356 13.1714 21 12 21C8.13401 21 5 19.2091 5 17C5 14.7909 8.13401 13 12 13C14.0722 13 15.934 13.5145 17.2157 14.3321Z" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><circle cx="12" cy="6" r="4"/><path fill-rule="evenodd" d="M18 15.75C16.7574 15.75 15.75 16.7574 15.75 18C15.75 18.3473 15.8287 18.6763 15.9693 18.97L18.9701 15.9693C18.6763 15.8287 18.3474 15.75 18 15.75ZM20.0307 17.0299L17.0299 20.0307C17.3236 20.1713 17.6526 20.25 18 20.25C19.2426 20.25 20.25 19.2426 20.25 18C20.25 17.6526 20.1713 17.3237 20.0307 17.0299ZM14.25 18C14.25 15.9289 15.9289 14.25 18 14.25C20.0711 14.25 21.75 15.9289 21.75 18C21.75 20.0711 20.0711 21.75 18 21.75C15.9289 21.75 14.25 20.0711 14.25 18Z" clip-rule="evenodd"/><path d="M17.2157 14.3321C15.5211 14.6927 14.25 16.1979 14.25 18C14.25 18.9823 14.6277 19.8764 15.2457 20.5449C14.2756 20.8356 13.1714 21 12 21C8.13401 21 5 19.2091 5 17C5 14.7909 8.13401 13 12 13C14.0722 13 15.934 13.5145 17.2157 14.3321Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-user-block-rounded-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%3Ccircle%20cx%3D%2212%22%20cy%3D%226%22%20r%3D%224%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2015.75C16.7574%2015.75%2015.75%2016.7574%2015.75%2018C15.75%2018.3473%2015.8287%2018.6763%2015.9693%2018.97L18.9701%2015.9693C18.6763%2015.8287%2018.3474%2015.75%2018%2015.75ZM20.0307%2017.0299L17.0299%2020.0307C17.3236%2020.1713%2017.6526%2020.25%2018%2020.25C19.2426%2020.25%2020.25%2019.2426%2020.25%2018C20.25%2017.6526%2020.1713%2017.3237%2020.0307%2017.0299ZM14.25%2018C14.25%2015.9289%2015.9289%2014.25%2018%2014.25C20.0711%2014.25%2021.75%2015.9289%2021.75%2018C21.75%2020.0711%2020.0711%2021.75%2018%2021.75C15.9289%2021.75%2014.25%2020.0711%2014.25%2018Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.2157%2014.3321C15.5211%2014.6927%2014.25%2016.1979%2014.25%2018C14.25%2018.9823%2014.6277%2019.8764%2015.2457%2020.5449C14.2756%2020.8356%2013.1714%2021%2012%2021C8.13401%2021%205%2019.2091%205%2017C5%2014.7909%208.13401%2013%2012%2013C14.0722%2013%2015.934%2013.5145%2017.2157%2014.3321Z%22%20opacity%3D%22.5%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%3Ccircle%20cx%3D%2212%22%20cy%3D%226%22%20r%3D%224%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2015.75C16.7574%2015.75%2015.75%2016.7574%2015.75%2018C15.75%2018.3473%2015.8287%2018.6763%2015.9693%2018.97L18.9701%2015.9693C18.6763%2015.8287%2018.3474%2015.75%2018%2015.75ZM20.0307%2017.0299L17.0299%2020.0307C17.3236%2020.1713%2017.6526%2020.25%2018%2020.25C19.2426%2020.25%2020.25%2019.2426%2020.25%2018C20.25%2017.6526%2020.1713%2017.3237%2020.0307%2017.0299ZM14.25%2018C14.25%2015.9289%2015.9289%2014.25%2018%2014.25C20.0711%2014.25%2021.75%2015.9289%2021.75%2018C21.75%2020.0711%2020.0711%2021.75%2018%2021.75C15.9289%2021.75%2014.25%2020.0711%2014.25%2018Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.2157%2014.3321C15.5211%2014.6927%2014.25%2016.1979%2014.25%2018C14.25%2018.9823%2014.6277%2019.8764%2015.2457%2020.5449C14.2756%2020.8356%2013.1714%2021%2012%2021C8.13401%2021%205%2019.2091%205%2017C5%2014.7909%208.13401%2013%2012%2013C14.0722%2013%2015.934%2013.5145%2017.2157%2014.3321Z%22%20opacity%3D%22.5%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-rounded-bold-duotone.svg?color=%231a73e8&size=48