cotton bureau icon
cotton-bureau from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- cotton-bureau
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the cotton bureau icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.4 3C8.7 3 3 9 3 16s5.7 13 12.3 13h1.8c5.1 0 9.8-3.4 11.8-8h-2.1c-1.772 3.265-5.112 5.658-8.8 5.965v-1.766c0-1.308.558-2.478 1.568-3.178l.03-.019l.279-.223c.503.14 1.045.221 1.623.221c1.75 0 3.19-.692 4.123-1.742S27 17.848 27 16.5s-.444-2.708-1.377-3.758c-.786-.884-1.934-1.508-3.32-1.685c-.209-.84-.583-1.644-1.18-2.315C20.19 7.692 18.75 7 17 7s-3.19.692-4.123 1.742c-.597.671-.971 1.474-1.18 2.315c-1.386.177-2.534.801-3.32 1.685C7.444 13.792 7 15.152 7 16.5s.444 2.708 1.377 3.758S10.75 22 12.5 22c.578 0 1.12-.082 1.623-.22l.28.222l.029.02c1.01.7 1.568 1.869 1.568 3.177V27h-.6C9.7 27 5 22 5 16S9.7 5 15.3 5h1.8c4 0 7.8 2.5 9.6 6H29c-2-4.6-6.7-8-11.8-8zM17 9c1.25 0 2.06.433 2.627 1.07c.269.303.474.664.621 1.055c-1.187.244-2.171.83-2.871 1.617a5 5 0 0 0-.377.487a5 5 0 0 0-.377-.487c-.7-.787-1.684-1.373-2.871-1.617c.147-.39.352-.752.621-1.055C14.94 9.433 15.75 9 17 9m-5.45 4.105c.115 1.143.534 2.26 1.327 3.153c.7.787 1.684 1.373 2.871 1.617c-.147.39-.352.752-.621 1.055C14.56 19.567 13.75 20 12.5 20s-2.06-.433-2.627-1.07C9.306 18.292 9 17.403 9 16.5s.306-1.792.873-2.43c.407-.457.947-.802 1.678-.965zm10.9 0c.73.163 1.27.508 1.677.965c.567.638.873 1.527.873 2.43s-.306 1.792-.873 2.43C23.56 19.567 22.75 20 21.5 20s-2.06-.433-2.627-1.07a3.4 3.4 0 0 1-.621-1.055c1.187-.244 2.171-.83 2.871-1.617c.793-.892 1.212-2.01 1.326-3.153zm-8.895.034c.673.172 1.186.497 1.572.931c.432.486.71 1.119.818 1.791c-.673-.172-1.186-.497-1.572-.931c-.432-.486-.71-1.119-.818-1.791m6.89 0c-.109.672-.386 1.305-.818 1.79c-.386.435-.899.76-1.572.932c.109-.672.386-1.305.818-1.79c.386-.435.899-.76 1.572-.932M17 19.77q.174.253.377.487c.171.192.364.368.568.535c-.372.374-.667.81-.945 1.254c-.278-.444-.573-.88-.945-1.254c.204-.167.397-.343.568-.535A5 5 0 0 0 17 19.77"/></svg>
React
import type { SVGProps } from "react";
export function LaCottonBureau(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.4 3C8.7 3 3 9 3 16s5.7 13 12.3 13h1.8c5.1 0 9.8-3.4 11.8-8h-2.1c-1.772 3.265-5.112 5.658-8.8 5.965v-1.766c0-1.308.558-2.478 1.568-3.178l.03-.019l.279-.223c.503.14 1.045.221 1.623.221c1.75 0 3.19-.692 4.123-1.742S27 17.848 27 16.5s-.444-2.708-1.377-3.758c-.786-.884-1.934-1.508-3.32-1.685c-.209-.84-.583-1.644-1.18-2.315C20.19 7.692 18.75 7 17 7s-3.19.692-4.123 1.742c-.597.671-.971 1.474-1.18 2.315c-1.386.177-2.534.801-3.32 1.685C7.444 13.792 7 15.152 7 16.5s.444 2.708 1.377 3.758S10.75 22 12.5 22c.578 0 1.12-.082 1.623-.22l.28.222l.029.02c1.01.7 1.568 1.869 1.568 3.177V27h-.6C9.7 27 5 22 5 16S9.7 5 15.3 5h1.8c4 0 7.8 2.5 9.6 6H29c-2-4.6-6.7-8-11.8-8zM17 9c1.25 0 2.06.433 2.627 1.07c.269.303.474.664.621 1.055c-1.187.244-2.171.83-2.871 1.617a5 5 0 0 0-.377.487a5 5 0 0 0-.377-.487c-.7-.787-1.684-1.373-2.871-1.617c.147-.39.352-.752.621-1.055C14.94 9.433 15.75 9 17 9m-5.45 4.105c.115 1.143.534 2.26 1.327 3.153c.7.787 1.684 1.373 2.871 1.617c-.147.39-.352.752-.621 1.055C14.56 19.567 13.75 20 12.5 20s-2.06-.433-2.627-1.07C9.306 18.292 9 17.403 9 16.5s.306-1.792.873-2.43c.407-.457.947-.802 1.678-.965zm10.9 0c.73.163 1.27.508 1.677.965c.567.638.873 1.527.873 2.43s-.306 1.792-.873 2.43C23.56 19.567 22.75 20 21.5 20s-2.06-.433-2.627-1.07a3.4 3.4 0 0 1-.621-1.055c1.187-.244 2.171-.83 2.871-1.617c.793-.892 1.212-2.01 1.326-3.153zm-8.895.034c.673.172 1.186.497 1.572.931c.432.486.71 1.119.818 1.791c-.673-.172-1.186-.497-1.572-.931c-.432-.486-.71-1.119-.818-1.791m6.89 0c-.109.672-.386 1.305-.818 1.79c-.386.435-.899.76-1.572.932c.109-.672.386-1.305.818-1.79c.386-.435.899-.76 1.572-.932M17 19.77q.174.253.377.487c.171.192.364.368.568.535c-.372.374-.667.81-.945 1.254c-.278-.444-.573-.88-.945-1.254c.204-.167.397-.343.568-.535A5 5 0 0 0 17 19.77"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.4 3C8.7 3 3 9 3 16s5.7 13 12.3 13h1.8c5.1 0 9.8-3.4 11.8-8h-2.1c-1.772 3.265-5.112 5.658-8.8 5.965v-1.766c0-1.308.558-2.478 1.568-3.178l.03-.019l.279-.223c.503.14 1.045.221 1.623.221c1.75 0 3.19-.692 4.123-1.742S27 17.848 27 16.5s-.444-2.708-1.377-3.758c-.786-.884-1.934-1.508-3.32-1.685c-.209-.84-.583-1.644-1.18-2.315C20.19 7.692 18.75 7 17 7s-3.19.692-4.123 1.742c-.597.671-.971 1.474-1.18 2.315c-1.386.177-2.534.801-3.32 1.685C7.444 13.792 7 15.152 7 16.5s.444 2.708 1.377 3.758S10.75 22 12.5 22c.578 0 1.12-.082 1.623-.22l.28.222l.029.02c1.01.7 1.568 1.869 1.568 3.177V27h-.6C9.7 27 5 22 5 16S9.7 5 15.3 5h1.8c4 0 7.8 2.5 9.6 6H29c-2-4.6-6.7-8-11.8-8zM17 9c1.25 0 2.06.433 2.627 1.07c.269.303.474.664.621 1.055c-1.187.244-2.171.83-2.871 1.617a5 5 0 0 0-.377.487a5 5 0 0 0-.377-.487c-.7-.787-1.684-1.373-2.871-1.617c.147-.39.352-.752.621-1.055C14.94 9.433 15.75 9 17 9m-5.45 4.105c.115 1.143.534 2.26 1.327 3.153c.7.787 1.684 1.373 2.871 1.617c-.147.39-.352.752-.621 1.055C14.56 19.567 13.75 20 12.5 20s-2.06-.433-2.627-1.07C9.306 18.292 9 17.403 9 16.5s.306-1.792.873-2.43c.407-.457.947-.802 1.678-.965zm10.9 0c.73.163 1.27.508 1.677.965c.567.638.873 1.527.873 2.43s-.306 1.792-.873 2.43C23.56 19.567 22.75 20 21.5 20s-2.06-.433-2.627-1.07a3.4 3.4 0 0 1-.621-1.055c1.187-.244 2.171-.83 2.871-1.617c.793-.892 1.212-2.01 1.326-3.153zm-8.895.034c.673.172 1.186.497 1.572.931c.432.486.71 1.119.818 1.791c-.673-.172-1.186-.497-1.572-.931c-.432-.486-.71-1.119-.818-1.791m6.89 0c-.109.672-.386 1.305-.818 1.79c-.386.435-.899.76-1.572.932c.109-.672.386-1.305.818-1.79c.386-.435.899-.76 1.572-.932M17 19.77q.174.253.377.487c.171.192.364.368.568.535c-.372.374-.667.81-.945 1.254c-.278-.444-.573-.88-.945-1.254c.204-.167.397-.343.568-.535A5 5 0 0 0 17 19.77"/></svg> </template>
CSS
.icon-cotton-bureau {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.4%203C8.7%203%203%209%203%2016s5.7%2013%2012.3%2013h1.8c5.1%200%209.8-3.4%2011.8-8h-2.1c-1.772%203.265-5.112%205.658-8.8%205.965v-1.766c0-1.308.558-2.478%201.568-3.178l.03-.019l.279-.223c.503.14%201.045.221%201.623.221c1.75%200%203.19-.692%204.123-1.742S27%2017.848%2027%2016.5s-.444-2.708-1.377-3.758c-.786-.884-1.934-1.508-3.32-1.685c-.209-.84-.583-1.644-1.18-2.315C20.19%207.692%2018.75%207%2017%207s-3.19.692-4.123%201.742c-.597.671-.971%201.474-1.18%202.315c-1.386.177-2.534.801-3.32%201.685C7.444%2013.792%207%2015.152%207%2016.5s.444%202.708%201.377%203.758S10.75%2022%2012.5%2022c.578%200%201.12-.082%201.623-.22l.28.222l.029.02c1.01.7%201.568%201.869%201.568%203.177V27h-.6C9.7%2027%205%2022%205%2016S9.7%205%2015.3%205h1.8c4%200%207.8%202.5%209.6%206H29c-2-4.6-6.7-8-11.8-8zM17%209c1.25%200%202.06.433%202.627%201.07c.269.303.474.664.621%201.055c-1.187.244-2.171.83-2.871%201.617a5%205%200%200%200-.377.487a5%205%200%200%200-.377-.487c-.7-.787-1.684-1.373-2.871-1.617c.147-.39.352-.752.621-1.055C14.94%209.433%2015.75%209%2017%209m-5.45%204.105c.115%201.143.534%202.26%201.327%203.153c.7.787%201.684%201.373%202.871%201.617c-.147.39-.352.752-.621%201.055C14.56%2019.567%2013.75%2020%2012.5%2020s-2.06-.433-2.627-1.07C9.306%2018.292%209%2017.403%209%2016.5s.306-1.792.873-2.43c.407-.457.947-.802%201.678-.965zm10.9%200c.73.163%201.27.508%201.677.965c.567.638.873%201.527.873%202.43s-.306%201.792-.873%202.43C23.56%2019.567%2022.75%2020%2021.5%2020s-2.06-.433-2.627-1.07a3.4%203.4%200%200%201-.621-1.055c1.187-.244%202.171-.83%202.871-1.617c.793-.892%201.212-2.01%201.326-3.153zm-8.895.034c.673.172%201.186.497%201.572.931c.432.486.71%201.119.818%201.791c-.673-.172-1.186-.497-1.572-.931c-.432-.486-.71-1.119-.818-1.791m6.89%200c-.109.672-.386%201.305-.818%201.79c-.386.435-.899.76-1.572.932c.109-.672.386-1.305.818-1.79c.386-.435.899-.76%201.572-.932M17%2019.77q.174.253.377.487c.171.192.364.368.568.535c-.372.374-.667.81-.945%201.254c-.278-.444-.573-.88-.945-1.254c.204-.167.397-.343.568-.535A5%205%200%200%200%2017%2019.77%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.4%203C8.7%203%203%209%203%2016s5.7%2013%2012.3%2013h1.8c5.1%200%209.8-3.4%2011.8-8h-2.1c-1.772%203.265-5.112%205.658-8.8%205.965v-1.766c0-1.308.558-2.478%201.568-3.178l.03-.019l.279-.223c.503.14%201.045.221%201.623.221c1.75%200%203.19-.692%204.123-1.742S27%2017.848%2027%2016.5s-.444-2.708-1.377-3.758c-.786-.884-1.934-1.508-3.32-1.685c-.209-.84-.583-1.644-1.18-2.315C20.19%207.692%2018.75%207%2017%207s-3.19.692-4.123%201.742c-.597.671-.971%201.474-1.18%202.315c-1.386.177-2.534.801-3.32%201.685C7.444%2013.792%207%2015.152%207%2016.5s.444%202.708%201.377%203.758S10.75%2022%2012.5%2022c.578%200%201.12-.082%201.623-.22l.28.222l.029.02c1.01.7%201.568%201.869%201.568%203.177V27h-.6C9.7%2027%205%2022%205%2016S9.7%205%2015.3%205h1.8c4%200%207.8%202.5%209.6%206H29c-2-4.6-6.7-8-11.8-8zM17%209c1.25%200%202.06.433%202.627%201.07c.269.303.474.664.621%201.055c-1.187.244-2.171.83-2.871%201.617a5%205%200%200%200-.377.487a5%205%200%200%200-.377-.487c-.7-.787-1.684-1.373-2.871-1.617c.147-.39.352-.752.621-1.055C14.94%209.433%2015.75%209%2017%209m-5.45%204.105c.115%201.143.534%202.26%201.327%203.153c.7.787%201.684%201.373%202.871%201.617c-.147.39-.352.752-.621%201.055C14.56%2019.567%2013.75%2020%2012.5%2020s-2.06-.433-2.627-1.07C9.306%2018.292%209%2017.403%209%2016.5s.306-1.792.873-2.43c.407-.457.947-.802%201.678-.965zm10.9%200c.73.163%201.27.508%201.677.965c.567.638.873%201.527.873%202.43s-.306%201.792-.873%202.43C23.56%2019.567%2022.75%2020%2021.5%2020s-2.06-.433-2.627-1.07a3.4%203.4%200%200%201-.621-1.055c1.187-.244%202.171-.83%202.871-1.617c.793-.892%201.212-2.01%201.326-3.153zm-8.895.034c.673.172%201.186.497%201.572.931c.432.486.71%201.119.818%201.791c-.673-.172-1.186-.497-1.572-.931c-.432-.486-.71-1.119-.818-1.791m6.89%200c-.109.672-.386%201.305-.818%201.79c-.386.435-.899.76-1.572.932c.109-.672.386-1.305.818-1.79c.386-.435.899-.76%201.572-.932M17%2019.77q.174.253.377.487c.171.192.364.368.568.535c-.372.374-.667.81-.945%201.254c-.278-.444-.573-.88-.945-1.254c.204-.167.397-.343.568-.535A5%205%200%200%200%2017%2019.77%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/cotton-bureau.svg?color=%231a73e8&size=48