smartphone vibration icon
smartphone-vibration-line-duotone from Solar by 480 Design · Line Duotone · Devices · CC-BY-4.0 Attribution required.
- Name
- smartphone-vibration-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Devices
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More devices icons from Solar
airbuds-boldairbuds-case-boldairbuds-case-charge-boldairbuds-case-minimalistic-boldairbuds-case-open-boldairbuds-charge-boldairbuds-check-boldairbuds-left-boldairbuds-remove-boldairbuds-right-boldbinoculars-boldbluetooth-boldbluetooth-circle-boldbluetooth-square-boldbluetooth-wave-boldboombox-boldbot-boldcassette-2-boldcassette-boldcloud-storage-boldcpu-boldcpu-bolt-bolddevices-bolddiskette-bold
Use the smartphone vibration 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"><path d="M5 8C5 5.17157 5 3.75736 5.87868 2.87868C6.75736 2 8.17157 2 11 2H13C15.8284 2 17.2426 2 18.1213 2.87868C19 3.75736 19 5.17157 19 8V16C19 18.8284 19 20.2426 18.1213 21.1213C17.2426 22 15.8284 22 13 22H11C8.17157 22 6.75736 22 5.87868 21.1213C5 20.2426 5 18.8284 5 16V8Z"/><path stroke-linecap="round" d="M14.5 19H9.5" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M21.9999 6L21.2235 7.55279C21.0827 7.83431 21.0827 8.16569 21.2235 8.44721L21.7763 9.55279C21.917 9.83431 21.917 10.1657 21.7763 10.4472L21.2235 11.5528C21.0827 11.8343 21.0827 12.1657 21.2235 12.4472L21.7763 13.5528C21.917 13.8343 21.917 14.1657 21.7763 14.4472L21.2235 15.5528C21.0827 15.8343 21.0827 16.1657 21.2235 16.4472L21.9999 18" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M2 6L2.77639 7.55279C2.91716 7.83431 2.91716 8.16569 2.77639 8.44721L2.22361 9.55279C2.08284 9.83431 2.08284 10.1657 2.22361 10.4472L2.77639 11.5528C2.91716 11.8343 2.91716 12.1657 2.77639 12.4472L2.22361 13.5528C2.08284 13.8343 2.08284 14.1657 2.22361 14.4472L2.77639 15.5528C2.91716 15.8343 2.91716 16.1657 2.77639 16.4472L2 18" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarSmartphoneVibrationLineDuotone(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"><path d="M5 8C5 5.17157 5 3.75736 5.87868 2.87868C6.75736 2 8.17157 2 11 2H13C15.8284 2 17.2426 2 18.1213 2.87868C19 3.75736 19 5.17157 19 8V16C19 18.8284 19 20.2426 18.1213 21.1213C17.2426 22 15.8284 22 13 22H11C8.17157 22 6.75736 22 5.87868 21.1213C5 20.2426 5 18.8284 5 16V8Z"/><path strokeLinecap="round" d="M14.5 19H9.5" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M21.9999 6L21.2235 7.55279C21.0827 7.83431 21.0827 8.16569 21.2235 8.44721L21.7763 9.55279C21.917 9.83431 21.917 10.1657 21.7763 10.4472L21.2235 11.5528C21.0827 11.8343 21.0827 12.1657 21.2235 12.4472L21.7763 13.5528C21.917 13.8343 21.917 14.1657 21.7763 14.4472L21.2235 15.5528C21.0827 15.8343 21.0827 16.1657 21.2235 16.4472L21.9999 18" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M2 6L2.77639 7.55279C2.91716 7.83431 2.91716 8.16569 2.77639 8.44721L2.22361 9.55279C2.08284 9.83431 2.08284 10.1657 2.22361 10.4472L2.77639 11.5528C2.91716 11.8343 2.91716 12.1657 2.77639 12.4472L2.22361 13.5528C2.08284 13.8343 2.08284 14.1657 2.22361 14.4472L2.77639 15.5528C2.91716 15.8343 2.91716 16.1657 2.77639 16.4472L2 18" opacity=".5"/></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"><path d="M5 8C5 5.17157 5 3.75736 5.87868 2.87868C6.75736 2 8.17157 2 11 2H13C15.8284 2 17.2426 2 18.1213 2.87868C19 3.75736 19 5.17157 19 8V16C19 18.8284 19 20.2426 18.1213 21.1213C17.2426 22 15.8284 22 13 22H11C8.17157 22 6.75736 22 5.87868 21.1213C5 20.2426 5 18.8284 5 16V8Z"/><path stroke-linecap="round" d="M14.5 19H9.5" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M21.9999 6L21.2235 7.55279C21.0827 7.83431 21.0827 8.16569 21.2235 8.44721L21.7763 9.55279C21.917 9.83431 21.917 10.1657 21.7763 10.4472L21.2235 11.5528C21.0827 11.8343 21.0827 12.1657 21.2235 12.4472L21.7763 13.5528C21.917 13.8343 21.917 14.1657 21.7763 14.4472L21.2235 15.5528C21.0827 15.8343 21.0827 16.1657 21.2235 16.4472L21.9999 18" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M2 6L2.77639 7.55279C2.91716 7.83431 2.91716 8.16569 2.77639 8.44721L2.22361 9.55279C2.08284 9.83431 2.08284 10.1657 2.22361 10.4472L2.77639 11.5528C2.91716 11.8343 2.91716 12.1657 2.77639 12.4472L2.22361 13.5528C2.08284 13.8343 2.08284 14.1657 2.22361 14.4472L2.77639 15.5528C2.91716 15.8343 2.91716 16.1657 2.77639 16.4472L2 18" opacity=".5"/></g></svg> </template>
CSS
.icon-smartphone-vibration-line-duotone {
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%3Cpath%20d%3D%22M5%208C5%205.17157%205%203.75736%205.87868%202.87868C6.75736%202%208.17157%202%2011%202H13C15.8284%202%2017.2426%202%2018.1213%202.87868C19%203.75736%2019%205.17157%2019%208V16C19%2018.8284%2019%2020.2426%2018.1213%2021.1213C17.2426%2022%2015.8284%2022%2013%2022H11C8.17157%2022%206.75736%2022%205.87868%2021.1213C5%2020.2426%205%2018.8284%205%2016V8Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.5%2019H9.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.9999%206L21.2235%207.55279C21.0827%207.83431%2021.0827%208.16569%2021.2235%208.44721L21.7763%209.55279C21.917%209.83431%2021.917%2010.1657%2021.7763%2010.4472L21.2235%2011.5528C21.0827%2011.8343%2021.0827%2012.1657%2021.2235%2012.4472L21.7763%2013.5528C21.917%2013.8343%2021.917%2014.1657%2021.7763%2014.4472L21.2235%2015.5528C21.0827%2015.8343%2021.0827%2016.1657%2021.2235%2016.4472L21.9999%2018%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2%206L2.77639%207.55279C2.91716%207.83431%202.91716%208.16569%202.77639%208.44721L2.22361%209.55279C2.08284%209.83431%202.08284%2010.1657%202.22361%2010.4472L2.77639%2011.5528C2.91716%2011.8343%202.91716%2012.1657%202.77639%2012.4472L2.22361%2013.5528C2.08284%2013.8343%202.08284%2014.1657%202.22361%2014.4472L2.77639%2015.5528C2.91716%2015.8343%202.91716%2016.1657%202.77639%2016.4472L2%2018%22%20opacity%3D%22.5%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%3Cpath%20d%3D%22M5%208C5%205.17157%205%203.75736%205.87868%202.87868C6.75736%202%208.17157%202%2011%202H13C15.8284%202%2017.2426%202%2018.1213%202.87868C19%203.75736%2019%205.17157%2019%208V16C19%2018.8284%2019%2020.2426%2018.1213%2021.1213C17.2426%2022%2015.8284%2022%2013%2022H11C8.17157%2022%206.75736%2022%205.87868%2021.1213C5%2020.2426%205%2018.8284%205%2016V8Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.5%2019H9.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.9999%206L21.2235%207.55279C21.0827%207.83431%2021.0827%208.16569%2021.2235%208.44721L21.7763%209.55279C21.917%209.83431%2021.917%2010.1657%2021.7763%2010.4472L21.2235%2011.5528C21.0827%2011.8343%2021.0827%2012.1657%2021.2235%2012.4472L21.7763%2013.5528C21.917%2013.8343%2021.917%2014.1657%2021.7763%2014.4472L21.2235%2015.5528C21.0827%2015.8343%2021.0827%2016.1657%2021.2235%2016.4472L21.9999%2018%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2%206L2.77639%207.55279C2.91716%207.83431%202.91716%208.16569%202.77639%208.44721L2.22361%209.55279C2.08284%209.83431%202.08284%2010.1657%202.22361%2010.4472L2.77639%2011.5528C2.91716%2011.8343%202.91716%2012.1657%202.77639%2012.4472L2.22361%2013.5528C2.08284%2013.8343%202.08284%2014.1657%202.22361%2014.4472L2.77639%2015.5528C2.91716%2015.8343%202.91716%2016.1657%202.77639%2016.4472L2%2018%22%20opacity%3D%22.5%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/smartphone-vibration-line-duotone.svg?color=%231a73e8&size=48