smartphone vibration icon

smartphone-vibration-broken from Solar by 480 Design · Broken · Devices · CC-BY-4.0 Attribution required.

Name
smartphone-vibration-broken
Set
Solar
Style
Broken
Category
Devices
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More devices icons from Solar

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-linecap="round" stroke-width="1.5"><path d="M19 10V8C19 5.17157 19 3.75736 18.1213 2.87868C17.2426 2 15.8284 2 13 2H11C8.17157 2 6.75736 2 5.87868 2.87868C5 3.75736 5 5.17157 5 8V16C5 18.8284 5 20.2426 5.87868 21.1213C6.75736 22 8.17157 22 11 22H13C15.8284 22 17.2426 22 18.1213 21.1213C19 20.2426 19 18.8284 19 16V14"/><path d="M14.5 19H9.5"/><path 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"/><path 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"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarSmartphoneVibrationBroken(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" strokeLinecap="round" strokeWidth="1.5"><path d="M19 10V8C19 5.17157 19 3.75736 18.1213 2.87868C17.2426 2 15.8284 2 13 2H11C8.17157 2 6.75736 2 5.87868 2.87868C5 3.75736 5 5.17157 5 8V16C5 18.8284 5 20.2426 5.87868 21.1213C6.75736 22 8.17157 22 11 22H13C15.8284 22 17.2426 22 18.1213 21.1213C19 20.2426 19 18.8284 19 16V14"/><path d="M14.5 19H9.5"/><path 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"/><path 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"/></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-linecap="round" stroke-width="1.5"><path d="M19 10V8C19 5.17157 19 3.75736 18.1213 2.87868C17.2426 2 15.8284 2 13 2H11C8.17157 2 6.75736 2 5.87868 2.87868C5 3.75736 5 5.17157 5 8V16C5 18.8284 5 20.2426 5.87868 21.1213C6.75736 22 8.17157 22 11 22H13C15.8284 22 17.2426 22 18.1213 21.1213C19 20.2426 19 18.8284 19 16V14"/><path d="M14.5 19H9.5"/><path 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"/><path 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"/></g></svg>
</template>

CSS

.icon-smartphone-vibration-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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19%2010V8C19%205.17157%2019%203.75736%2018.1213%202.87868C17.2426%202%2015.8284%202%2013%202H11C8.17157%202%206.75736%202%205.87868%202.87868C5%203.75736%205%205.17157%205%208V16C5%2018.8284%205%2020.2426%205.87868%2021.1213C6.75736%2022%208.17157%2022%2011%2022H13C15.8284%2022%2017.2426%2022%2018.1213%2021.1213C19%2020.2426%2019%2018.8284%2019%2016V14%22%2F%3E%3Cpath%20d%3D%22M14.5%2019H9.5%22%2F%3E%3Cpath%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%2F%3E%3Cpath%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%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19%2010V8C19%205.17157%2019%203.75736%2018.1213%202.87868C17.2426%202%2015.8284%202%2013%202H11C8.17157%202%206.75736%202%205.87868%202.87868C5%203.75736%205%205.17157%205%208V16C5%2018.8284%205%2020.2426%205.87868%2021.1213C6.75736%2022%208.17157%2022%2011%2022H13C15.8284%2022%2017.2426%2022%2018.1213%2021.1213C19%2020.2426%2019%2018.8284%2019%2016V14%22%2F%3E%3Cpath%20d%3D%22M14.5%2019H9.5%22%2F%3E%3Cpath%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%2F%3E%3Cpath%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%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-broken.svg?color=%231a73e8&size=48