round usb off icon
round-usb-off from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.
- Name
- round-usb-off
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Device
- Viewbox
- 24×24
- License
- Apache 2.0
More device icons from Google Material Icons
baseline-1x-mobiledatabaseline-30fpsbaseline-3g-mobiledatabaseline-4g-mobiledatabaseline-4g-plus-mobiledatabaseline-60fpsbaseline-access-alarmbaseline-access-alarmsbaseline-access-timebaseline-access-time-filledbaseline-ad-unitsbaseline-add-alarmbaseline-add-to-home-screenbaseline-airbaseline-airplane-ticketbaseline-airplanemode-activebaseline-airplanemode-inactivebaseline-aodbaseline-battery-0-barbaseline-battery-1-barbaseline-battery-2-barbaseline-battery-20baseline-battery-3-barbaseline-battery-30
Use the round usb off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.6 5.2l2-2.67c.2-.27.6-.27.8 0l2 2.67a.5.5 0 0 1-.4.8h-1v4.17l-2-2V6h-1a.5.5 0 0 1-.4-.8m5.9 6.8h.5v1.17l1.77 1.77c.14-.28.23-.6.23-.94v-2h.5c.28 0 .5-.22.5-.5v-3c0-.28-.22-.5-.5-.5h-3c-.28 0-.5.22-.5.5v3c0 .28.22.5.5.5m4.99 9.9a.996.996 0 0 1-1.41 0l-5.9-5.9H13v2.28c.6.34 1 .98 1 1.72c0 1.2-1.07 2.16-2.31 1.98c-.88-.13-1.59-.88-1.68-1.77c-.08-.83.33-1.55.99-1.93V16H8c-1.1 0-2-.9-2-2v-2.28c-.6-.34-1-.98-1-1.72c0-.59.26-1.13.68-1.5L2.1 4.93a.996.996 0 1 1 1.41-1.41l16.97 16.97c.4.39.4 1.02.01 1.41M11 13.83l-2.51-2.51c-.14.16-.31.29-.49.4V14h3z"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundUsbOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.6 5.2l2-2.67c.2-.27.6-.27.8 0l2 2.67a.5.5 0 0 1-.4.8h-1v4.17l-2-2V6h-1a.5.5 0 0 1-.4-.8m5.9 6.8h.5v1.17l1.77 1.77c.14-.28.23-.6.23-.94v-2h.5c.28 0 .5-.22.5-.5v-3c0-.28-.22-.5-.5-.5h-3c-.28 0-.5.22-.5.5v3c0 .28.22.5.5.5m4.99 9.9a.996.996 0 0 1-1.41 0l-5.9-5.9H13v2.28c.6.34 1 .98 1 1.72c0 1.2-1.07 2.16-2.31 1.98c-.88-.13-1.59-.88-1.68-1.77c-.08-.83.33-1.55.99-1.93V16H8c-1.1 0-2-.9-2-2v-2.28c-.6-.34-1-.98-1-1.72c0-.59.26-1.13.68-1.5L2.1 4.93a.996.996 0 1 1 1.41-1.41l16.97 16.97c.4.39.4 1.02.01 1.41M11 13.83l-2.51-2.51c-.14.16-.31.29-.49.4V14h3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.6 5.2l2-2.67c.2-.27.6-.27.8 0l2 2.67a.5.5 0 0 1-.4.8h-1v4.17l-2-2V6h-1a.5.5 0 0 1-.4-.8m5.9 6.8h.5v1.17l1.77 1.77c.14-.28.23-.6.23-.94v-2h.5c.28 0 .5-.22.5-.5v-3c0-.28-.22-.5-.5-.5h-3c-.28 0-.5.22-.5.5v3c0 .28.22.5.5.5m4.99 9.9a.996.996 0 0 1-1.41 0l-5.9-5.9H13v2.28c.6.34 1 .98 1 1.72c0 1.2-1.07 2.16-2.31 1.98c-.88-.13-1.59-.88-1.68-1.77c-.08-.83.33-1.55.99-1.93V16H8c-1.1 0-2-.9-2-2v-2.28c-.6-.34-1-.98-1-1.72c0-.59.26-1.13.68-1.5L2.1 4.93a.996.996 0 1 1 1.41-1.41l16.97 16.97c.4.39.4 1.02.01 1.41M11 13.83l-2.51-2.51c-.14.16-.31.29-.49.4V14h3z"/></svg> </template>
CSS
.icon-round-usb-off {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.6%205.2l2-2.67c.2-.27.6-.27.8%200l2%202.67a.5.5%200%200%201-.4.8h-1v4.17l-2-2V6h-1a.5.5%200%200%201-.4-.8m5.9%206.8h.5v1.17l1.77%201.77c.14-.28.23-.6.23-.94v-2h.5c.28%200%20.5-.22.5-.5v-3c0-.28-.22-.5-.5-.5h-3c-.28%200-.5.22-.5.5v3c0%20.28.22.5.5.5m4.99%209.9a.996.996%200%200%201-1.41%200l-5.9-5.9H13v2.28c.6.34%201%20.98%201%201.72c0%201.2-1.07%202.16-2.31%201.98c-.88-.13-1.59-.88-1.68-1.77c-.08-.83.33-1.55.99-1.93V16H8c-1.1%200-2-.9-2-2v-2.28c-.6-.34-1-.98-1-1.72c0-.59.26-1.13.68-1.5L2.1%204.93a.996.996%200%201%201%201.41-1.41l16.97%2016.97c.4.39.4%201.02.01%201.41M11%2013.83l-2.51-2.51c-.14.16-.31.29-.49.4V14h3z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.6%205.2l2-2.67c.2-.27.6-.27.8%200l2%202.67a.5.5%200%200%201-.4.8h-1v4.17l-2-2V6h-1a.5.5%200%200%201-.4-.8m5.9%206.8h.5v1.17l1.77%201.77c.14-.28.23-.6.23-.94v-2h.5c.28%200%20.5-.22.5-.5v-3c0-.28-.22-.5-.5-.5h-3c-.28%200-.5.22-.5.5v3c0%20.28.22.5.5.5m4.99%209.9a.996.996%200%200%201-1.41%200l-5.9-5.9H13v2.28c.6.34%201%20.98%201%201.72c0%201.2-1.07%202.16-2.31%201.98c-.88-.13-1.59-.88-1.68-1.77c-.08-.83.33-1.55.99-1.93V16H8c-1.1%200-2-.9-2-2v-2.28c-.6-.34-1-.98-1-1.72c0-.59.26-1.13.68-1.5L2.1%204.93a.996.996%200%201%201%201.41-1.41l16.97%2016.97c.4.39.4%201.02.01%201.41M11%2013.83l-2.51-2.51c-.14.16-.31.29-.49.4V14h3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-usb-off.svg?color=%231a73e8&size=48