container icon
container-bold-duotone from Solar by 480 Design · Bold Duotone · Settings · CC-BY-4.0 Attribution required.
- Name
- container-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- Settings
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More settings icons from Solar
columns-2-boldcolumns-3-boldcolumns-3-cog-boldcolumns-4-boldgrid-2x2-add-boldgrid-2x2-boldgrid-2x2-check-boldgrid-2x2-close-boldgrid-3x3-boldloader-boldsettings-boldsettings-minimalistic-boldtuning-2-boldtuning-3-boldtuning-4-boldtuning-boldtuning-square-2-boldtuning-square-boldwidget-2-boldwidget-3-boldwidget-4-boldwidget-5-boldwidget-6-boldwidget-add-bold
Use the container icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.5488 16.0835L16.5488 12.1948C16.5488 11.7806 16.213 11.4448 15.7988 11.4448C15.3846 11.4448 15.0488 11.7806 15.0488 12.1948L15.0488 16.0835C15.0489 16.4977 15.3847 16.8335 15.7988 16.8335C16.213 16.8335 16.5488 16.4977 16.5488 16.0835Z"/><path d="M19.6953 14.5061L19.6953 10.6174C19.6953 10.2032 19.3595 9.86743 18.9453 9.86743C18.5311 9.86743 18.1953 10.2032 18.1953 10.6174L18.1953 14.5061C18.1954 14.9203 18.5311 15.2561 18.9453 15.2561C19.3595 15.2561 19.6953 14.9203 19.6953 14.5061Z"/><path d="M13.5879 17.5579L13.5879 13.6692C13.5879 13.255 13.2521 12.9192 12.8379 12.9192C12.4237 12.9192 12.0879 13.255 12.0879 13.6692L12.0879 17.5579C12.088 17.972 12.4237 18.3079 12.8379 18.3079C13.2521 18.3079 13.5878 17.972 13.5879 17.5579Z"/><path d="M21.0488 6.49023C21.2473 6.67326 21.4072 6.86543 21.5371 7.08594C21.6624 7.29865 21.7526 7.52577 21.8193 7.78223L10.5439 13.3818V20.7725C10.2811 20.8536 10.0415 20.8975 9.79492 20.8975C9.54789 20.8975 9.30752 20.8539 9.04395 20.7725V13.3867L2.22461 10.0771C2.29126 9.82057 2.38251 9.59365 2.50781 9.38086C2.6378 9.16015 2.79741 8.96734 2.99609 8.78418L9.78906 12.082L21.0488 6.49023Z"/><path d="M14.251 3.10254C14.9827 3.10257 15.663 3.45991 17.0234 4.17383L18.5732 4.9873C20.2404 5.86221 21.0741 6.29994 21.5371 7.08594C22.0001 7.87214 22.001 8.85097 22.001 10.8076V10.8984C22.001 12.8548 22 13.833 21.5371 14.6191C21.0743 15.4049 20.2413 15.8425 18.5752 16.7168L18.5732 16.7178L14.1172 19.0127L12.5674 19.8262C11.2069 20.5401 10.5267 20.8974 9.79492 20.8975C9.06315 20.8975 8.38202 20.5402 7.02148 19.8262L5.47168 19.0127C3.80444 18.1378 2.97074 17.7002 2.50781 16.9141C2.04491 16.1279 2.04492 15.1497 2.04492 13.1934V13.1025C2.04492 11.1459 2.04485 10.1671 2.50781 9.38086C2.97077 8.5948 3.8045 8.15712 5.47168 7.28223L7.02148 6.46875L11.4785 4.17383C12.8389 3.45993 13.5192 3.10254 14.251 3.10254Z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarContainerBoldDuotone(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="M16.5488 16.0835L16.5488 12.1948C16.5488 11.7806 16.213 11.4448 15.7988 11.4448C15.3846 11.4448 15.0488 11.7806 15.0488 12.1948L15.0488 16.0835C15.0489 16.4977 15.3847 16.8335 15.7988 16.8335C16.213 16.8335 16.5488 16.4977 16.5488 16.0835Z"/><path d="M19.6953 14.5061L19.6953 10.6174C19.6953 10.2032 19.3595 9.86743 18.9453 9.86743C18.5311 9.86743 18.1953 10.2032 18.1953 10.6174L18.1953 14.5061C18.1954 14.9203 18.5311 15.2561 18.9453 15.2561C19.3595 15.2561 19.6953 14.9203 19.6953 14.5061Z"/><path d="M13.5879 17.5579L13.5879 13.6692C13.5879 13.255 13.2521 12.9192 12.8379 12.9192C12.4237 12.9192 12.0879 13.255 12.0879 13.6692L12.0879 17.5579C12.088 17.972 12.4237 18.3079 12.8379 18.3079C13.2521 18.3079 13.5878 17.972 13.5879 17.5579Z"/><path d="M21.0488 6.49023C21.2473 6.67326 21.4072 6.86543 21.5371 7.08594C21.6624 7.29865 21.7526 7.52577 21.8193 7.78223L10.5439 13.3818V20.7725C10.2811 20.8536 10.0415 20.8975 9.79492 20.8975C9.54789 20.8975 9.30752 20.8539 9.04395 20.7725V13.3867L2.22461 10.0771C2.29126 9.82057 2.38251 9.59365 2.50781 9.38086C2.6378 9.16015 2.79741 8.96734 2.99609 8.78418L9.78906 12.082L21.0488 6.49023Z"/><path d="M14.251 3.10254C14.9827 3.10257 15.663 3.45991 17.0234 4.17383L18.5732 4.9873C20.2404 5.86221 21.0741 6.29994 21.5371 7.08594C22.0001 7.87214 22.001 8.85097 22.001 10.8076V10.8984C22.001 12.8548 22 13.833 21.5371 14.6191C21.0743 15.4049 20.2413 15.8425 18.5752 16.7168L18.5732 16.7178L14.1172 19.0127L12.5674 19.8262C11.2069 20.5401 10.5267 20.8974 9.79492 20.8975C9.06315 20.8975 8.38202 20.5402 7.02148 19.8262L5.47168 19.0127C3.80444 18.1378 2.97074 17.7002 2.50781 16.9141C2.04491 16.1279 2.04492 15.1497 2.04492 13.1934V13.1025C2.04492 11.1459 2.04485 10.1671 2.50781 9.38086C2.97077 8.5948 3.8045 8.15712 5.47168 7.28223L7.02148 6.46875L11.4785 4.17383C12.8389 3.45993 13.5192 3.10254 14.251 3.10254Z" 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="M16.5488 16.0835L16.5488 12.1948C16.5488 11.7806 16.213 11.4448 15.7988 11.4448C15.3846 11.4448 15.0488 11.7806 15.0488 12.1948L15.0488 16.0835C15.0489 16.4977 15.3847 16.8335 15.7988 16.8335C16.213 16.8335 16.5488 16.4977 16.5488 16.0835Z"/><path d="M19.6953 14.5061L19.6953 10.6174C19.6953 10.2032 19.3595 9.86743 18.9453 9.86743C18.5311 9.86743 18.1953 10.2032 18.1953 10.6174L18.1953 14.5061C18.1954 14.9203 18.5311 15.2561 18.9453 15.2561C19.3595 15.2561 19.6953 14.9203 19.6953 14.5061Z"/><path d="M13.5879 17.5579L13.5879 13.6692C13.5879 13.255 13.2521 12.9192 12.8379 12.9192C12.4237 12.9192 12.0879 13.255 12.0879 13.6692L12.0879 17.5579C12.088 17.972 12.4237 18.3079 12.8379 18.3079C13.2521 18.3079 13.5878 17.972 13.5879 17.5579Z"/><path d="M21.0488 6.49023C21.2473 6.67326 21.4072 6.86543 21.5371 7.08594C21.6624 7.29865 21.7526 7.52577 21.8193 7.78223L10.5439 13.3818V20.7725C10.2811 20.8536 10.0415 20.8975 9.79492 20.8975C9.54789 20.8975 9.30752 20.8539 9.04395 20.7725V13.3867L2.22461 10.0771C2.29126 9.82057 2.38251 9.59365 2.50781 9.38086C2.6378 9.16015 2.79741 8.96734 2.99609 8.78418L9.78906 12.082L21.0488 6.49023Z"/><path d="M14.251 3.10254C14.9827 3.10257 15.663 3.45991 17.0234 4.17383L18.5732 4.9873C20.2404 5.86221 21.0741 6.29994 21.5371 7.08594C22.0001 7.87214 22.001 8.85097 22.001 10.8076V10.8984C22.001 12.8548 22 13.833 21.5371 14.6191C21.0743 15.4049 20.2413 15.8425 18.5752 16.7168L18.5732 16.7178L14.1172 19.0127L12.5674 19.8262C11.2069 20.5401 10.5267 20.8974 9.79492 20.8975C9.06315 20.8975 8.38202 20.5402 7.02148 19.8262L5.47168 19.0127C3.80444 18.1378 2.97074 17.7002 2.50781 16.9141C2.04491 16.1279 2.04492 15.1497 2.04492 13.1934V13.1025C2.04492 11.1459 2.04485 10.1671 2.50781 9.38086C2.97077 8.5948 3.8045 8.15712 5.47168 7.28223L7.02148 6.46875L11.4785 4.17383C12.8389 3.45993 13.5192 3.10254 14.251 3.10254Z" opacity=".5"/></g></svg> </template>
CSS
.icon-container-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%22M16.5488%2016.0835L16.5488%2012.1948C16.5488%2011.7806%2016.213%2011.4448%2015.7988%2011.4448C15.3846%2011.4448%2015.0488%2011.7806%2015.0488%2012.1948L15.0488%2016.0835C15.0489%2016.4977%2015.3847%2016.8335%2015.7988%2016.8335C16.213%2016.8335%2016.5488%2016.4977%2016.5488%2016.0835Z%22%2F%3E%3Cpath%20d%3D%22M19.6953%2014.5061L19.6953%2010.6174C19.6953%2010.2032%2019.3595%209.86743%2018.9453%209.86743C18.5311%209.86743%2018.1953%2010.2032%2018.1953%2010.6174L18.1953%2014.5061C18.1954%2014.9203%2018.5311%2015.2561%2018.9453%2015.2561C19.3595%2015.2561%2019.6953%2014.9203%2019.6953%2014.5061Z%22%2F%3E%3Cpath%20d%3D%22M13.5879%2017.5579L13.5879%2013.6692C13.5879%2013.255%2013.2521%2012.9192%2012.8379%2012.9192C12.4237%2012.9192%2012.0879%2013.255%2012.0879%2013.6692L12.0879%2017.5579C12.088%2017.972%2012.4237%2018.3079%2012.8379%2018.3079C13.2521%2018.3079%2013.5878%2017.972%2013.5879%2017.5579Z%22%2F%3E%3Cpath%20d%3D%22M21.0488%206.49023C21.2473%206.67326%2021.4072%206.86543%2021.5371%207.08594C21.6624%207.29865%2021.7526%207.52577%2021.8193%207.78223L10.5439%2013.3818V20.7725C10.2811%2020.8536%2010.0415%2020.8975%209.79492%2020.8975C9.54789%2020.8975%209.30752%2020.8539%209.04395%2020.7725V13.3867L2.22461%2010.0771C2.29126%209.82057%202.38251%209.59365%202.50781%209.38086C2.6378%209.16015%202.79741%208.96734%202.99609%208.78418L9.78906%2012.082L21.0488%206.49023Z%22%2F%3E%3Cpath%20d%3D%22M14.251%203.10254C14.9827%203.10257%2015.663%203.45991%2017.0234%204.17383L18.5732%204.9873C20.2404%205.86221%2021.0741%206.29994%2021.5371%207.08594C22.0001%207.87214%2022.001%208.85097%2022.001%2010.8076V10.8984C22.001%2012.8548%2022%2013.833%2021.5371%2014.6191C21.0743%2015.4049%2020.2413%2015.8425%2018.5752%2016.7168L18.5732%2016.7178L14.1172%2019.0127L12.5674%2019.8262C11.2069%2020.5401%2010.5267%2020.8974%209.79492%2020.8975C9.06315%2020.8975%208.38202%2020.5402%207.02148%2019.8262L5.47168%2019.0127C3.80444%2018.1378%202.97074%2017.7002%202.50781%2016.9141C2.04491%2016.1279%202.04492%2015.1497%202.04492%2013.1934V13.1025C2.04492%2011.1459%202.04485%2010.1671%202.50781%209.38086C2.97077%208.5948%203.8045%208.15712%205.47168%207.28223L7.02148%206.46875L11.4785%204.17383C12.8389%203.45993%2013.5192%203.10254%2014.251%203.10254Z%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%22M16.5488%2016.0835L16.5488%2012.1948C16.5488%2011.7806%2016.213%2011.4448%2015.7988%2011.4448C15.3846%2011.4448%2015.0488%2011.7806%2015.0488%2012.1948L15.0488%2016.0835C15.0489%2016.4977%2015.3847%2016.8335%2015.7988%2016.8335C16.213%2016.8335%2016.5488%2016.4977%2016.5488%2016.0835Z%22%2F%3E%3Cpath%20d%3D%22M19.6953%2014.5061L19.6953%2010.6174C19.6953%2010.2032%2019.3595%209.86743%2018.9453%209.86743C18.5311%209.86743%2018.1953%2010.2032%2018.1953%2010.6174L18.1953%2014.5061C18.1954%2014.9203%2018.5311%2015.2561%2018.9453%2015.2561C19.3595%2015.2561%2019.6953%2014.9203%2019.6953%2014.5061Z%22%2F%3E%3Cpath%20d%3D%22M13.5879%2017.5579L13.5879%2013.6692C13.5879%2013.255%2013.2521%2012.9192%2012.8379%2012.9192C12.4237%2012.9192%2012.0879%2013.255%2012.0879%2013.6692L12.0879%2017.5579C12.088%2017.972%2012.4237%2018.3079%2012.8379%2018.3079C13.2521%2018.3079%2013.5878%2017.972%2013.5879%2017.5579Z%22%2F%3E%3Cpath%20d%3D%22M21.0488%206.49023C21.2473%206.67326%2021.4072%206.86543%2021.5371%207.08594C21.6624%207.29865%2021.7526%207.52577%2021.8193%207.78223L10.5439%2013.3818V20.7725C10.2811%2020.8536%2010.0415%2020.8975%209.79492%2020.8975C9.54789%2020.8975%209.30752%2020.8539%209.04395%2020.7725V13.3867L2.22461%2010.0771C2.29126%209.82057%202.38251%209.59365%202.50781%209.38086C2.6378%209.16015%202.79741%208.96734%202.99609%208.78418L9.78906%2012.082L21.0488%206.49023Z%22%2F%3E%3Cpath%20d%3D%22M14.251%203.10254C14.9827%203.10257%2015.663%203.45991%2017.0234%204.17383L18.5732%204.9873C20.2404%205.86221%2021.0741%206.29994%2021.5371%207.08594C22.0001%207.87214%2022.001%208.85097%2022.001%2010.8076V10.8984C22.001%2012.8548%2022%2013.833%2021.5371%2014.6191C21.0743%2015.4049%2020.2413%2015.8425%2018.5752%2016.7168L18.5732%2016.7178L14.1172%2019.0127L12.5674%2019.8262C11.2069%2020.5401%2010.5267%2020.8974%209.79492%2020.8975C9.06315%2020.8975%208.38202%2020.5402%207.02148%2019.8262L5.47168%2019.0127C3.80444%2018.1378%202.97074%2017.7002%202.50781%2016.9141C2.04491%2016.1279%202.04492%2015.1497%202.04492%2013.1934V13.1025C2.04492%2011.1459%202.04485%2010.1671%202.50781%209.38086C2.97077%208.5948%203.8045%208.15712%205.47168%207.28223L7.02148%206.46875L11.4785%204.17383C12.8389%203.45993%2013.5192%203.10254%2014.251%203.10254Z%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/container-bold-duotone.svg?color=%231a73e8&size=48