usb-broken from Solar by 480 Design · Broken · IT · CC-BY-4.0 Attribution required.

Name
usb-broken
Set
Solar
Style
Broken
Category
IT
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More it icons from Solar

Use the usb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="12" cy="20" r="2"/><circle cx="6" cy="6" r="1"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 18V15V9.75M10 5L12 2L14 5M12 2V6.5"/><path stroke-linecap="round" d="M6 7V9.55848C6 10.4193 6.55086 11.1836 7.36754 11.4558L10.6325 12.5442C11.4491 12.8164 12 13.5807 12 14.4415V15"/><path stroke-linecap="round" d="M18 10V12.5585C18 13.4193 17.4491 14.1836 16.6325 14.4558L13.3675 15.5442C12.5509 15.8164 12 16.5807 12 17.4415V18"/><path d="M17 9C17 8.5286 17 8.29289 17.1464 8.14645C17.2929 8 17.5286 8 18 8C18.4714 8 18.7071 8 18.8536 8.14645C19 8.29289 19 8.5286 19 9C19 9.4714 19 9.70711 18.8536 9.85355C18.7071 10 18.4714 10 18 10C17.5286 10 17.2929 10 17.1464 9.85355C17 9.70711 17 9.4714 17 9Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarUsbBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><circle cx="12" cy="20" r="2"/><circle cx="6" cy="6" r="1"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 18V15V9.75M10 5L12 2L14 5M12 2V6.5"/><path strokeLinecap="round" d="M6 7V9.55848C6 10.4193 6.55086 11.1836 7.36754 11.4558L10.6325 12.5442C11.4491 12.8164 12 13.5807 12 14.4415V15"/><path strokeLinecap="round" d="M18 10V12.5585C18 13.4193 17.4491 14.1836 16.6325 14.4558L13.3675 15.5442C12.5509 15.8164 12 16.5807 12 17.4415V18"/><path d="M17 9C17 8.5286 17 8.29289 17.1464 8.14645C17.2929 8 17.5286 8 18 8C18.4714 8 18.7071 8 18.8536 8.14645C19 8.29289 19 8.5286 19 9C19 9.4714 19 9.70711 18.8536 9.85355C18.7071 10 18.4714 10 18 10C17.5286 10 17.2929 10 17.1464 9.85355C17 9.70711 17 9.4714 17 9Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="12" cy="20" r="2"/><circle cx="6" cy="6" r="1"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 18V15V9.75M10 5L12 2L14 5M12 2V6.5"/><path stroke-linecap="round" d="M6 7V9.55848C6 10.4193 6.55086 11.1836 7.36754 11.4558L10.6325 12.5442C11.4491 12.8164 12 13.5807 12 14.4415V15"/><path stroke-linecap="round" d="M18 10V12.5585C18 13.4193 17.4491 14.1836 16.6325 14.4558L13.3675 15.5442C12.5509 15.8164 12 16.5807 12 17.4415V18"/><path d="M17 9C17 8.5286 17 8.29289 17.1464 8.14645C17.2929 8 17.5286 8 18 8C18.4714 8 18.7071 8 18.8536 8.14645C19 8.29289 19 8.5286 19 9C19 9.4714 19 9.70711 18.8536 9.85355C18.7071 10 18.4714 10 18 10C17.5286 10 17.2929 10 17.1464 9.85355C17 9.70711 17 9.4714 17 9Z"/></g></svg>
</template>

CSS

.icon-usb-broken {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2220%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%221%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2018V15V9.75M10%205L12%202L14%205M12%202V6.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%207V9.55848C6%2010.4193%206.55086%2011.1836%207.36754%2011.4558L10.6325%2012.5442C11.4491%2012.8164%2012%2013.5807%2012%2014.4415V15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2010V12.5585C18%2013.4193%2017.4491%2014.1836%2016.6325%2014.4558L13.3675%2015.5442C12.5509%2015.8164%2012%2016.5807%2012%2017.4415V18%22%2F%3E%3Cpath%20d%3D%22M17%209C17%208.5286%2017%208.29289%2017.1464%208.14645C17.2929%208%2017.5286%208%2018%208C18.4714%208%2018.7071%208%2018.8536%208.14645C19%208.29289%2019%208.5286%2019%209C19%209.4714%2019%209.70711%2018.8536%209.85355C18.7071%2010%2018.4714%2010%2018%2010C17.5286%2010%2017.2929%2010%2017.1464%209.85355C17%209.70711%2017%209.4714%2017%209Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2220%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%221%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2018V15V9.75M10%205L12%202L14%205M12%202V6.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%207V9.55848C6%2010.4193%206.55086%2011.1836%207.36754%2011.4558L10.6325%2012.5442C11.4491%2012.8164%2012%2013.5807%2012%2014.4415V15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2010V12.5585C18%2013.4193%2017.4491%2014.1836%2016.6325%2014.4558L13.3675%2015.5442C12.5509%2015.8164%2012%2016.5807%2012%2017.4415V18%22%2F%3E%3Cpath%20d%3D%22M17%209C17%208.5286%2017%208.29289%2017.1464%208.14645C17.2929%208%2017.5286%208%2018%208C18.4714%208%2018.7071%208%2018.8536%208.14645C19%208.29289%2019%208.5286%2019%209C19%209.4714%2019%209.70711%2018.8536%209.85355C18.7071%2010%2018.4714%2010%2018%2010C17.5286%2010%2017.2929%2010%2017.1464%209.85355C17%209.70711%2017%209.4714%2017%209Z%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/usb-broken.svg?color=%231a73e8&size=48