cosmetic icon

cosmetic-bold-duotone from Solar by 480 Design · Bold Duotone · UI · CC-BY-4.0 Attribution required.

Name
cosmetic-bold-duotone
Set
Solar
Style
Bold Duotone
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More ui icons from Solar

Use the cosmetic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 11.5C2 11.2239 2.22386 11 2.5 11H7.5C7.77614 11 8 11.2239 8 11.5V18C8 19.6569 6.65685 21 5 21C3.34315 21 2 19.6569 2 18V11.5Z" opacity=".5"/><path d="M3 11H7V5.99983C7 5.25644 6.21769 4.77295 5.55279 5.1054L3.55279 6.1054C3.214 6.27479 3 6.62105 3 6.99983V11Z"/><path d="M11 10.5C11 7.46243 13.4624 5 16.5 5C19.5376 5 22 7.46243 22 10.5C22 13.5376 19.5376 16 16.5 16C13.4624 16 11 13.5376 11 10.5Z"/><path d="M15.75 15.9492V19.5001H13.5C13.0858 19.5001 12.75 19.8359 12.75 20.2501C12.75 20.6643 13.0858 21.0001 13.5 21.0001H19.5C19.9142 21.0001 20.25 20.6643 20.25 20.2501C20.25 19.8359 19.9142 19.5001 19.5 19.5001H17.25V15.9492C17.0048 15.9827 16.7544 15.9999 16.5 15.9999C16.2456 15.9999 15.9952 15.9827 15.75 15.9492Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarCosmeticBoldDuotone(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="M2 11.5C2 11.2239 2.22386 11 2.5 11H7.5C7.77614 11 8 11.2239 8 11.5V18C8 19.6569 6.65685 21 5 21C3.34315 21 2 19.6569 2 18V11.5Z" opacity=".5"/><path d="M3 11H7V5.99983C7 5.25644 6.21769 4.77295 5.55279 5.1054L3.55279 6.1054C3.214 6.27479 3 6.62105 3 6.99983V11Z"/><path d="M11 10.5C11 7.46243 13.4624 5 16.5 5C19.5376 5 22 7.46243 22 10.5C22 13.5376 19.5376 16 16.5 16C13.4624 16 11 13.5376 11 10.5Z"/><path d="M15.75 15.9492V19.5001H13.5C13.0858 19.5001 12.75 19.8359 12.75 20.2501C12.75 20.6643 13.0858 21.0001 13.5 21.0001H19.5C19.9142 21.0001 20.25 20.6643 20.25 20.2501C20.25 19.8359 19.9142 19.5001 19.5 19.5001H17.25V15.9492C17.0048 15.9827 16.7544 15.9999 16.5 15.9999C16.2456 15.9999 15.9952 15.9827 15.75 15.9492Z" 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"><path d="M2 11.5C2 11.2239 2.22386 11 2.5 11H7.5C7.77614 11 8 11.2239 8 11.5V18C8 19.6569 6.65685 21 5 21C3.34315 21 2 19.6569 2 18V11.5Z" opacity=".5"/><path d="M3 11H7V5.99983C7 5.25644 6.21769 4.77295 5.55279 5.1054L3.55279 6.1054C3.214 6.27479 3 6.62105 3 6.99983V11Z"/><path d="M11 10.5C11 7.46243 13.4624 5 16.5 5C19.5376 5 22 7.46243 22 10.5C22 13.5376 19.5376 16 16.5 16C13.4624 16 11 13.5376 11 10.5Z"/><path d="M15.75 15.9492V19.5001H13.5C13.0858 19.5001 12.75 19.8359 12.75 20.2501C12.75 20.6643 13.0858 21.0001 13.5 21.0001H19.5C19.9142 21.0001 20.25 20.6643 20.25 20.2501C20.25 19.8359 19.9142 19.5001 19.5 19.5001H17.25V15.9492C17.0048 15.9827 16.7544 15.9999 16.5 15.9999C16.2456 15.9999 15.9952 15.9827 15.75 15.9492Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-cosmetic-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%22M2%2011.5C2%2011.2239%202.22386%2011%202.5%2011H7.5C7.77614%2011%208%2011.2239%208%2011.5V18C8%2019.6569%206.65685%2021%205%2021C3.34315%2021%202%2019.6569%202%2018V11.5Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M3%2011H7V5.99983C7%205.25644%206.21769%204.77295%205.55279%205.1054L3.55279%206.1054C3.214%206.27479%203%206.62105%203%206.99983V11Z%22%2F%3E%3Cpath%20d%3D%22M11%2010.5C11%207.46243%2013.4624%205%2016.5%205C19.5376%205%2022%207.46243%2022%2010.5C22%2013.5376%2019.5376%2016%2016.5%2016C13.4624%2016%2011%2013.5376%2011%2010.5Z%22%2F%3E%3Cpath%20d%3D%22M15.75%2015.9492V19.5001H13.5C13.0858%2019.5001%2012.75%2019.8359%2012.75%2020.2501C12.75%2020.6643%2013.0858%2021.0001%2013.5%2021.0001H19.5C19.9142%2021.0001%2020.25%2020.6643%2020.25%2020.2501C20.25%2019.8359%2019.9142%2019.5001%2019.5%2019.5001H17.25V15.9492C17.0048%2015.9827%2016.7544%2015.9999%2016.5%2015.9999C16.2456%2015.9999%2015.9952%2015.9827%2015.75%2015.9492Z%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%3Cpath%20d%3D%22M2%2011.5C2%2011.2239%202.22386%2011%202.5%2011H7.5C7.77614%2011%208%2011.2239%208%2011.5V18C8%2019.6569%206.65685%2021%205%2021C3.34315%2021%202%2019.6569%202%2018V11.5Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M3%2011H7V5.99983C7%205.25644%206.21769%204.77295%205.55279%205.1054L3.55279%206.1054C3.214%206.27479%203%206.62105%203%206.99983V11Z%22%2F%3E%3Cpath%20d%3D%22M11%2010.5C11%207.46243%2013.4624%205%2016.5%205C19.5376%205%2022%207.46243%2022%2010.5C22%2013.5376%2019.5376%2016%2016.5%2016C13.4624%2016%2011%2013.5376%2011%2010.5Z%22%2F%3E%3Cpath%20d%3D%22M15.75%2015.9492V19.5001H13.5C13.0858%2019.5001%2012.75%2019.8359%2012.75%2020.2501C12.75%2020.6643%2013.0858%2021.0001%2013.5%2021.0001H19.5C19.9142%2021.0001%2020.25%2020.6643%2020.25%2020.2501C20.25%2019.8359%2019.9142%2019.5001%2019.5%2019.5001H17.25V15.9492C17.0048%2015.9827%2016.7544%2015.9999%2016.5%2015.9999C16.2456%2015.9999%2015.9952%2015.9827%2015.75%2015.9492Z%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/cosmetic-bold-duotone.svg?color=%231a73e8&size=48