docker icon
docker from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- docker
- 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 docker icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 6v3H6v3H3v3h-.938a1 1 0 0 0-.78.406s-.087.106-.126.188s-.066.207-.093.312a3 3 0 0 0-.094.813c0 .687.082 1.449.281 2.218A6 6 0 0 0 1 19h.281a9.4 9.4 0 0 0 .969 2.313l.031.062v.031c.059.242.203.453.406.594l.032.031c.168.235.336.465.531.688c1.637 1.883 4.277 3.312 8.031 3.312c5.766 0 10.758-2.375 13.75-7.031h5.063c-.633-.16-2.008-.39-1.782-1.219c-.699.809-1.992.98-3.062.844c.352-.582.68-1.195.969-1.844c1.656-.097 2.914-.656 3.625-1.343c.812-.786 1.062-1.688 1.062-1.688a1 1 0 0 0-.312-1.031s-1.512-1.059-3.688-.844c-.746-1.992-2.312-2.969-2.312-2.969a1 1 0 0 0-.688-.125a1 1 0 0 0-.437.219s-.457.406-.813 1.063s-.676 1.652-.562 2.906c.043.46.324.867.5 1.312c-.125.078-.242.168-.407.25a4.7 4.7 0 0 1-2.093.469H20v-3h-3V6zm2 2h1v1h-1zm-6 3h1v1H8zm3 0h1v1h-1zm3 0h1v1h-1zm10.344.313c.36.406.75.98.906 1.812a1.004 1.004 0 0 0 1.25.781c.906-.246 1.566-.168 2.031-.031c-.054.066-.02.055-.093.125c-.458.441-1.223.934-2.813.875a1.01 1.01 0 0 0-.969.625c-.449 1.113-.972 2.113-1.593 3c-1.477.574-4.762.152-5.032-.594c-.976 1.145-3.988 1.145-4.968 0c-.317.88-4.876 1.285-5.657.157c-.629.585-2.918.976-4.218.093A7.6 7.6 0 0 1 3.03 17h17.063a6.7 6.7 0 0 0 2.968-.688a6.8 6.8 0 0 0 1.219-.75a.98.98 0 0 0 .469-.671a1 1 0 0 0-.188-.797c-.265-.348-.417-.774-.468-1.313c-.063-.703.097-1.11.25-1.469zM5 14h1v1H5zm3 0h1v1H8zm3 0h1v1h-1zm3 0h1v1h-1zm3 0h1v1h-1zM3.406 19h19.282c-2.633 3.406-6.614 5.031-11.407 5.031c-2.511 0-4.273-.676-5.531-1.656c2.125-.074 3.656-.625 3.656-.625a1.002 1.002 0 1 0-.5-1.938c-.054.016-.105.04-.156.063c0 0-2.191.719-4.781.406A7 7 0 0 1 3.406 19m7.313.188a.6.6 0 0 0-.594.593c0 .32.273.594.594.594s.562-.273.562-.594a.6.6 0 0 0-.031-.218a.25.25 0 0 1-.219.125c-.133 0-.219-.118-.219-.25c0-.09.024-.149.094-.188c-.066-.027-.113-.063-.187-.063z"/></svg>
React
import type { SVGProps } from "react";
export function LaDocker(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="M12 6v3H6v3H3v3h-.938a1 1 0 0 0-.78.406s-.087.106-.126.188s-.066.207-.093.312a3 3 0 0 0-.094.813c0 .687.082 1.449.281 2.218A6 6 0 0 0 1 19h.281a9.4 9.4 0 0 0 .969 2.313l.031.062v.031c.059.242.203.453.406.594l.032.031c.168.235.336.465.531.688c1.637 1.883 4.277 3.312 8.031 3.312c5.766 0 10.758-2.375 13.75-7.031h5.063c-.633-.16-2.008-.39-1.782-1.219c-.699.809-1.992.98-3.062.844c.352-.582.68-1.195.969-1.844c1.656-.097 2.914-.656 3.625-1.343c.812-.786 1.062-1.688 1.062-1.688a1 1 0 0 0-.312-1.031s-1.512-1.059-3.688-.844c-.746-1.992-2.312-2.969-2.312-2.969a1 1 0 0 0-.688-.125a1 1 0 0 0-.437.219s-.457.406-.813 1.063s-.676 1.652-.562 2.906c.043.46.324.867.5 1.312c-.125.078-.242.168-.407.25a4.7 4.7 0 0 1-2.093.469H20v-3h-3V6zm2 2h1v1h-1zm-6 3h1v1H8zm3 0h1v1h-1zm3 0h1v1h-1zm10.344.313c.36.406.75.98.906 1.812a1.004 1.004 0 0 0 1.25.781c.906-.246 1.566-.168 2.031-.031c-.054.066-.02.055-.093.125c-.458.441-1.223.934-2.813.875a1.01 1.01 0 0 0-.969.625c-.449 1.113-.972 2.113-1.593 3c-1.477.574-4.762.152-5.032-.594c-.976 1.145-3.988 1.145-4.968 0c-.317.88-4.876 1.285-5.657.157c-.629.585-2.918.976-4.218.093A7.6 7.6 0 0 1 3.03 17h17.063a6.7 6.7 0 0 0 2.968-.688a6.8 6.8 0 0 0 1.219-.75a.98.98 0 0 0 .469-.671a1 1 0 0 0-.188-.797c-.265-.348-.417-.774-.468-1.313c-.063-.703.097-1.11.25-1.469zM5 14h1v1H5zm3 0h1v1H8zm3 0h1v1h-1zm3 0h1v1h-1zm3 0h1v1h-1zM3.406 19h19.282c-2.633 3.406-6.614 5.031-11.407 5.031c-2.511 0-4.273-.676-5.531-1.656c2.125-.074 3.656-.625 3.656-.625a1.002 1.002 0 1 0-.5-1.938c-.054.016-.105.04-.156.063c0 0-2.191.719-4.781.406A7 7 0 0 1 3.406 19m7.313.188a.6.6 0 0 0-.594.593c0 .32.273.594.594.594s.562-.273.562-.594a.6.6 0 0 0-.031-.218a.25.25 0 0 1-.219.125c-.133 0-.219-.118-.219-.25c0-.09.024-.149.094-.188c-.066-.027-.113-.063-.187-.063z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 6v3H6v3H3v3h-.938a1 1 0 0 0-.78.406s-.087.106-.126.188s-.066.207-.093.312a3 3 0 0 0-.094.813c0 .687.082 1.449.281 2.218A6 6 0 0 0 1 19h.281a9.4 9.4 0 0 0 .969 2.313l.031.062v.031c.059.242.203.453.406.594l.032.031c.168.235.336.465.531.688c1.637 1.883 4.277 3.312 8.031 3.312c5.766 0 10.758-2.375 13.75-7.031h5.063c-.633-.16-2.008-.39-1.782-1.219c-.699.809-1.992.98-3.062.844c.352-.582.68-1.195.969-1.844c1.656-.097 2.914-.656 3.625-1.343c.812-.786 1.062-1.688 1.062-1.688a1 1 0 0 0-.312-1.031s-1.512-1.059-3.688-.844c-.746-1.992-2.312-2.969-2.312-2.969a1 1 0 0 0-.688-.125a1 1 0 0 0-.437.219s-.457.406-.813 1.063s-.676 1.652-.562 2.906c.043.46.324.867.5 1.312c-.125.078-.242.168-.407.25a4.7 4.7 0 0 1-2.093.469H20v-3h-3V6zm2 2h1v1h-1zm-6 3h1v1H8zm3 0h1v1h-1zm3 0h1v1h-1zm10.344.313c.36.406.75.98.906 1.812a1.004 1.004 0 0 0 1.25.781c.906-.246 1.566-.168 2.031-.031c-.054.066-.02.055-.093.125c-.458.441-1.223.934-2.813.875a1.01 1.01 0 0 0-.969.625c-.449 1.113-.972 2.113-1.593 3c-1.477.574-4.762.152-5.032-.594c-.976 1.145-3.988 1.145-4.968 0c-.317.88-4.876 1.285-5.657.157c-.629.585-2.918.976-4.218.093A7.6 7.6 0 0 1 3.03 17h17.063a6.7 6.7 0 0 0 2.968-.688a6.8 6.8 0 0 0 1.219-.75a.98.98 0 0 0 .469-.671a1 1 0 0 0-.188-.797c-.265-.348-.417-.774-.468-1.313c-.063-.703.097-1.11.25-1.469zM5 14h1v1H5zm3 0h1v1H8zm3 0h1v1h-1zm3 0h1v1h-1zm3 0h1v1h-1zM3.406 19h19.282c-2.633 3.406-6.614 5.031-11.407 5.031c-2.511 0-4.273-.676-5.531-1.656c2.125-.074 3.656-.625 3.656-.625a1.002 1.002 0 1 0-.5-1.938c-.054.016-.105.04-.156.063c0 0-2.191.719-4.781.406A7 7 0 0 1 3.406 19m7.313.188a.6.6 0 0 0-.594.593c0 .32.273.594.594.594s.562-.273.562-.594a.6.6 0 0 0-.031-.218a.25.25 0 0 1-.219.125c-.133 0-.219-.118-.219-.25c0-.09.024-.149.094-.188c-.066-.027-.113-.063-.187-.063z"/></svg> </template>
CSS
.icon-docker {
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%22M12%206v3H6v3H3v3h-.938a1%201%200%200%200-.78.406s-.087.106-.126.188s-.066.207-.093.312a3%203%200%200%200-.094.813c0%20.687.082%201.449.281%202.218A6%206%200%200%200%201%2019h.281a9.4%209.4%200%200%200%20.969%202.313l.031.062v.031c.059.242.203.453.406.594l.032.031c.168.235.336.465.531.688c1.637%201.883%204.277%203.312%208.031%203.312c5.766%200%2010.758-2.375%2013.75-7.031h5.063c-.633-.16-2.008-.39-1.782-1.219c-.699.809-1.992.98-3.062.844c.352-.582.68-1.195.969-1.844c1.656-.097%202.914-.656%203.625-1.343c.812-.786%201.062-1.688%201.062-1.688a1%201%200%200%200-.312-1.031s-1.512-1.059-3.688-.844c-.746-1.992-2.312-2.969-2.312-2.969a1%201%200%200%200-.688-.125a1%201%200%200%200-.437.219s-.457.406-.813%201.063s-.676%201.652-.562%202.906c.043.46.324.867.5%201.312c-.125.078-.242.168-.407.25a4.7%204.7%200%200%201-2.093.469H20v-3h-3V6zm2%202h1v1h-1zm-6%203h1v1H8zm3%200h1v1h-1zm3%200h1v1h-1zm10.344.313c.36.406.75.98.906%201.812a1.004%201.004%200%200%200%201.25.781c.906-.246%201.566-.168%202.031-.031c-.054.066-.02.055-.093.125c-.458.441-1.223.934-2.813.875a1.01%201.01%200%200%200-.969.625c-.449%201.113-.972%202.113-1.593%203c-1.477.574-4.762.152-5.032-.594c-.976%201.145-3.988%201.145-4.968%200c-.317.88-4.876%201.285-5.657.157c-.629.585-2.918.976-4.218.093A7.6%207.6%200%200%201%203.03%2017h17.063a6.7%206.7%200%200%200%202.968-.688a6.8%206.8%200%200%200%201.219-.75a.98.98%200%200%200%20.469-.671a1%201%200%200%200-.188-.797c-.265-.348-.417-.774-.468-1.313c-.063-.703.097-1.11.25-1.469zM5%2014h1v1H5zm3%200h1v1H8zm3%200h1v1h-1zm3%200h1v1h-1zm3%200h1v1h-1zM3.406%2019h19.282c-2.633%203.406-6.614%205.031-11.407%205.031c-2.511%200-4.273-.676-5.531-1.656c2.125-.074%203.656-.625%203.656-.625a1.002%201.002%200%201%200-.5-1.938c-.054.016-.105.04-.156.063c0%200-2.191.719-4.781.406A7%207%200%200%201%203.406%2019m7.313.188a.6.6%200%200%200-.594.593c0%20.32.273.594.594.594s.562-.273.562-.594a.6.6%200%200%200-.031-.218a.25.25%200%200%201-.219.125c-.133%200-.219-.118-.219-.25c0-.09.024-.149.094-.188c-.066-.027-.113-.063-.187-.063z%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%22M12%206v3H6v3H3v3h-.938a1%201%200%200%200-.78.406s-.087.106-.126.188s-.066.207-.093.312a3%203%200%200%200-.094.813c0%20.687.082%201.449.281%202.218A6%206%200%200%200%201%2019h.281a9.4%209.4%200%200%200%20.969%202.313l.031.062v.031c.059.242.203.453.406.594l.032.031c.168.235.336.465.531.688c1.637%201.883%204.277%203.312%208.031%203.312c5.766%200%2010.758-2.375%2013.75-7.031h5.063c-.633-.16-2.008-.39-1.782-1.219c-.699.809-1.992.98-3.062.844c.352-.582.68-1.195.969-1.844c1.656-.097%202.914-.656%203.625-1.343c.812-.786%201.062-1.688%201.062-1.688a1%201%200%200%200-.312-1.031s-1.512-1.059-3.688-.844c-.746-1.992-2.312-2.969-2.312-2.969a1%201%200%200%200-.688-.125a1%201%200%200%200-.437.219s-.457.406-.813%201.063s-.676%201.652-.562%202.906c.043.46.324.867.5%201.312c-.125.078-.242.168-.407.25a4.7%204.7%200%200%201-2.093.469H20v-3h-3V6zm2%202h1v1h-1zm-6%203h1v1H8zm3%200h1v1h-1zm3%200h1v1h-1zm10.344.313c.36.406.75.98.906%201.812a1.004%201.004%200%200%200%201.25.781c.906-.246%201.566-.168%202.031-.031c-.054.066-.02.055-.093.125c-.458.441-1.223.934-2.813.875a1.01%201.01%200%200%200-.969.625c-.449%201.113-.972%202.113-1.593%203c-1.477.574-4.762.152-5.032-.594c-.976%201.145-3.988%201.145-4.968%200c-.317.88-4.876%201.285-5.657.157c-.629.585-2.918.976-4.218.093A7.6%207.6%200%200%201%203.03%2017h17.063a6.7%206.7%200%200%200%202.968-.688a6.8%206.8%200%200%200%201.219-.75a.98.98%200%200%200%20.469-.671a1%201%200%200%200-.188-.797c-.265-.348-.417-.774-.468-1.313c-.063-.703.097-1.11.25-1.469zM5%2014h1v1H5zm3%200h1v1H8zm3%200h1v1h-1zm3%200h1v1h-1zm3%200h1v1h-1zM3.406%2019h19.282c-2.633%203.406-6.614%205.031-11.407%205.031c-2.511%200-4.273-.676-5.531-1.656c2.125-.074%203.656-.625%203.656-.625a1.002%201.002%200%201%200-.5-1.938c-.054.016-.105.04-.156.063c0%200-2.191.719-4.781.406A7%207%200%200%201%203.406%2019m7.313.188a.6.6%200%200%200-.594.593c0%20.32.273.594.594.594s.562-.273.562-.594a.6.6%200%200%200-.031-.218a.25.25%200%200%201-.219.125c-.133%200-.219-.118-.219-.25c0-.09.024-.149.094-.188c-.066-.027-.113-.063-.187-.063z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/docker.svg?color=%231a73e8&size=48