loom from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
loom
Set
SVG Logos
Style
Color
Viewbox
512×155
License
CC0

The same logo in other sets

Related icons in SVG Logos

Use the loom logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 155"><path fill="#222" d="M263.696 54.635c23.521 0 40.264 17.897 40.264 40.625c0 23.095-16.92 40.585-40.264 40.585c-23.352 0-40.263-17.32-40.263-40.585c0-22.893 16.856-40.625 40.263-40.625m84.542 0c23.521 0 40.263 17.897 40.263 40.625c0 23.095-16.929 40.585-40.263 40.585c-23.352 0-40.263-17.32-40.263-40.585c0-22.893 16.856-40.625 40.263-40.625m136.02.078c14.182 0 27.742 8.578 27.742 29.16v49.75h-20.106V88.087c0-8.268-4.056-14.503-13.565-14.503c-8.886 0-14.187 6.862-14.187 15.13v44.912h-20.568v-45.54c0-8.267-4.208-14.502-13.565-14.502c-9.042 0-14.343 6.707-14.343 15.13v44.912h-20.724V56.895h19.795v9.36c4.207-7.484 14.03-11.542 22.445-11.542c10.448 0 18.862 4.525 22.758 12.787c6.074-9.36 14.187-12.787 24.318-12.787M216.85 20.716v112.906h-20.729V20.716zm131.388 52.438c-12.182 0-22.093 9.919-22.093 22.102s9.911 22.102 22.093 22.102s22.093-9.919 22.093-22.102c-.004-12.183-9.916-22.102-22.093-22.102m-84.542.26c-12.044 0-21.842 9.8-21.842 21.851s9.798 21.85 21.842 21.85c12.045 0 21.837-9.8 21.837-21.85s-9.792-21.85-21.837-21.85"/><path fill="#625df5" d="M154.342 68.589H109.21l39.086-22.567l-8.583-14.871l-39.087 22.566l22.562-39.083l-14.872-8.589l-22.561 39.083V0H68.587v45.133L46.017 6.045L31.15 14.63l22.566 39.083L14.629 31.15L6.045 46.018l39.086 22.566H0v17.17h45.127L6.045 108.318l8.584 14.872l39.082-22.562l-22.565 39.083l14.87 8.584l22.566-39.087v45.133h17.169v-45.129l22.561 39.083l14.87-8.584l-22.565-39.087l39.087 22.566l8.584-14.872l-39.082-22.562h45.127V68.59zM77.17 100.52c-12.945 0-23.438-10.492-23.438-23.438S64.226 53.644 77.17 53.644s23.437 10.493 23.437 23.438c0 12.946-10.492 23.438-23.437 23.438"/></svg>

React

import type { SVGProps } from "react";

export function LogosLoom(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 155"><path fill="#222" d="M263.696 54.635c23.521 0 40.264 17.897 40.264 40.625c0 23.095-16.92 40.585-40.264 40.585c-23.352 0-40.263-17.32-40.263-40.585c0-22.893 16.856-40.625 40.263-40.625m84.542 0c23.521 0 40.263 17.897 40.263 40.625c0 23.095-16.929 40.585-40.263 40.585c-23.352 0-40.263-17.32-40.263-40.585c0-22.893 16.856-40.625 40.263-40.625m136.02.078c14.182 0 27.742 8.578 27.742 29.16v49.75h-20.106V88.087c0-8.268-4.056-14.503-13.565-14.503c-8.886 0-14.187 6.862-14.187 15.13v44.912h-20.568v-45.54c0-8.267-4.208-14.502-13.565-14.502c-9.042 0-14.343 6.707-14.343 15.13v44.912h-20.724V56.895h19.795v9.36c4.207-7.484 14.03-11.542 22.445-11.542c10.448 0 18.862 4.525 22.758 12.787c6.074-9.36 14.187-12.787 24.318-12.787M216.85 20.716v112.906h-20.729V20.716zm131.388 52.438c-12.182 0-22.093 9.919-22.093 22.102s9.911 22.102 22.093 22.102s22.093-9.919 22.093-22.102c-.004-12.183-9.916-22.102-22.093-22.102m-84.542.26c-12.044 0-21.842 9.8-21.842 21.851s9.798 21.85 21.842 21.85c12.045 0 21.837-9.8 21.837-21.85s-9.792-21.85-21.837-21.85"/><path fill="#625df5" d="M154.342 68.589H109.21l39.086-22.567l-8.583-14.871l-39.087 22.566l22.562-39.083l-14.872-8.589l-22.561 39.083V0H68.587v45.133L46.017 6.045L31.15 14.63l22.566 39.083L14.629 31.15L6.045 46.018l39.086 22.566H0v17.17h45.127L6.045 108.318l8.584 14.872l39.082-22.562l-22.565 39.083l14.87 8.584l22.566-39.087v45.133h17.169v-45.129l22.561 39.083l14.87-8.584l-22.565-39.087l39.087 22.566l8.584-14.872l-39.082-22.562h45.127V68.59zM77.17 100.52c-12.945 0-23.438-10.492-23.438-23.438S64.226 53.644 77.17 53.644s23.437 10.493 23.437 23.438c0 12.946-10.492 23.438-23.437 23.438"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 155"><path fill="#222" d="M263.696 54.635c23.521 0 40.264 17.897 40.264 40.625c0 23.095-16.92 40.585-40.264 40.585c-23.352 0-40.263-17.32-40.263-40.585c0-22.893 16.856-40.625 40.263-40.625m84.542 0c23.521 0 40.263 17.897 40.263 40.625c0 23.095-16.929 40.585-40.263 40.585c-23.352 0-40.263-17.32-40.263-40.585c0-22.893 16.856-40.625 40.263-40.625m136.02.078c14.182 0 27.742 8.578 27.742 29.16v49.75h-20.106V88.087c0-8.268-4.056-14.503-13.565-14.503c-8.886 0-14.187 6.862-14.187 15.13v44.912h-20.568v-45.54c0-8.267-4.208-14.502-13.565-14.502c-9.042 0-14.343 6.707-14.343 15.13v44.912h-20.724V56.895h19.795v9.36c4.207-7.484 14.03-11.542 22.445-11.542c10.448 0 18.862 4.525 22.758 12.787c6.074-9.36 14.187-12.787 24.318-12.787M216.85 20.716v112.906h-20.729V20.716zm131.388 52.438c-12.182 0-22.093 9.919-22.093 22.102s9.911 22.102 22.093 22.102s22.093-9.919 22.093-22.102c-.004-12.183-9.916-22.102-22.093-22.102m-84.542.26c-12.044 0-21.842 9.8-21.842 21.851s9.798 21.85 21.842 21.85c12.045 0 21.837-9.8 21.837-21.85s-9.792-21.85-21.837-21.85"/><path fill="#625df5" d="M154.342 68.589H109.21l39.086-22.567l-8.583-14.871l-39.087 22.566l22.562-39.083l-14.872-8.589l-22.561 39.083V0H68.587v45.133L46.017 6.045L31.15 14.63l22.566 39.083L14.629 31.15L6.045 46.018l39.086 22.566H0v17.17h45.127L6.045 108.318l8.584 14.872l39.082-22.562l-22.565 39.083l14.87 8.584l22.566-39.087v45.133h17.169v-45.129l22.561 39.083l14.87-8.584l-22.565-39.087l39.087 22.566l8.584-14.872l-39.082-22.562h45.127V68.59zM77.17 100.52c-12.945 0-23.438-10.492-23.438-23.438S64.226 53.644 77.17 53.644s23.437 10.493 23.437 23.438c0 12.946-10.492 23.438-23.437 23.438"/></svg>
</template>

CSS

.icon-loom {
  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%20512%20155%22%3E%3Cpath%20fill%3D%22%23222%22%20d%3D%22M263.696%2054.635c23.521%200%2040.264%2017.897%2040.264%2040.625c0%2023.095-16.92%2040.585-40.264%2040.585c-23.352%200-40.263-17.32-40.263-40.585c0-22.893%2016.856-40.625%2040.263-40.625m84.542%200c23.521%200%2040.263%2017.897%2040.263%2040.625c0%2023.095-16.929%2040.585-40.263%2040.585c-23.352%200-40.263-17.32-40.263-40.585c0-22.893%2016.856-40.625%2040.263-40.625m136.02.078c14.182%200%2027.742%208.578%2027.742%2029.16v49.75h-20.106V88.087c0-8.268-4.056-14.503-13.565-14.503c-8.886%200-14.187%206.862-14.187%2015.13v44.912h-20.568v-45.54c0-8.267-4.208-14.502-13.565-14.502c-9.042%200-14.343%206.707-14.343%2015.13v44.912h-20.724V56.895h19.795v9.36c4.207-7.484%2014.03-11.542%2022.445-11.542c10.448%200%2018.862%204.525%2022.758%2012.787c6.074-9.36%2014.187-12.787%2024.318-12.787M216.85%2020.716v112.906h-20.729V20.716zm131.388%2052.438c-12.182%200-22.093%209.919-22.093%2022.102s9.911%2022.102%2022.093%2022.102s22.093-9.919%2022.093-22.102c-.004-12.183-9.916-22.102-22.093-22.102m-84.542.26c-12.044%200-21.842%209.8-21.842%2021.851s9.798%2021.85%2021.842%2021.85c12.045%200%2021.837-9.8%2021.837-21.85s-9.792-21.85-21.837-21.85%22%2F%3E%3Cpath%20fill%3D%22%23625df5%22%20d%3D%22M154.342%2068.589H109.21l39.086-22.567l-8.583-14.871l-39.087%2022.566l22.562-39.083l-14.872-8.589l-22.561%2039.083V0H68.587v45.133L46.017%206.045L31.15%2014.63l22.566%2039.083L14.629%2031.15L6.045%2046.018l39.086%2022.566H0v17.17h45.127L6.045%20108.318l8.584%2014.872l39.082-22.562l-22.565%2039.083l14.87%208.584l22.566-39.087v45.133h17.169v-45.129l22.561%2039.083l14.87-8.584l-22.565-39.087l39.087%2022.566l8.584-14.872l-39.082-22.562h45.127V68.59zM77.17%20100.52c-12.945%200-23.438-10.492-23.438-23.438S64.226%2053.644%2077.17%2053.644s23.437%2010.493%2023.437%2023.438c0%2012.946-10.492%2023.438-23.437%2023.438%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%20512%20155%22%3E%3Cpath%20fill%3D%22%23222%22%20d%3D%22M263.696%2054.635c23.521%200%2040.264%2017.897%2040.264%2040.625c0%2023.095-16.92%2040.585-40.264%2040.585c-23.352%200-40.263-17.32-40.263-40.585c0-22.893%2016.856-40.625%2040.263-40.625m84.542%200c23.521%200%2040.263%2017.897%2040.263%2040.625c0%2023.095-16.929%2040.585-40.263%2040.585c-23.352%200-40.263-17.32-40.263-40.585c0-22.893%2016.856-40.625%2040.263-40.625m136.02.078c14.182%200%2027.742%208.578%2027.742%2029.16v49.75h-20.106V88.087c0-8.268-4.056-14.503-13.565-14.503c-8.886%200-14.187%206.862-14.187%2015.13v44.912h-20.568v-45.54c0-8.267-4.208-14.502-13.565-14.502c-9.042%200-14.343%206.707-14.343%2015.13v44.912h-20.724V56.895h19.795v9.36c4.207-7.484%2014.03-11.542%2022.445-11.542c10.448%200%2018.862%204.525%2022.758%2012.787c6.074-9.36%2014.187-12.787%2024.318-12.787M216.85%2020.716v112.906h-20.729V20.716zm131.388%2052.438c-12.182%200-22.093%209.919-22.093%2022.102s9.911%2022.102%2022.093%2022.102s22.093-9.919%2022.093-22.102c-.004-12.183-9.916-22.102-22.093-22.102m-84.542.26c-12.044%200-21.842%209.8-21.842%2021.851s9.798%2021.85%2021.842%2021.85c12.045%200%2021.837-9.8%2021.837-21.85s-9.792-21.85-21.837-21.85%22%2F%3E%3Cpath%20fill%3D%22%23625df5%22%20d%3D%22M154.342%2068.589H109.21l39.086-22.567l-8.583-14.871l-39.087%2022.566l22.562-39.083l-14.872-8.589l-22.561%2039.083V0H68.587v45.133L46.017%206.045L31.15%2014.63l22.566%2039.083L14.629%2031.15L6.045%2046.018l39.086%2022.566H0v17.17h45.127L6.045%20108.318l8.584%2014.872l39.082-22.562l-22.565%2039.083l14.87%208.584l22.566-39.087v45.133h17.169v-45.129l22.561%2039.083l14.87-8.584l-22.565-39.087l39.087%2022.566l8.584-14.872l-39.082-22.562h45.127V68.59zM77.17%20100.52c-12.945%200-23.438-10.492-23.438-23.438S64.226%2053.644%2077.17%2053.644s23.437%2010.493%2023.437%2023.438c0%2012.946-10.492%2023.438-23.437%2023.438%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/loom.svg?color=%231a73e8&size=48