blender phone icon

blender-phone-outline from Flowbite Icons by Themesberg · Outline · General · MIT Free for personal and commercial use.

Name
blender-phone-outline
Set
Flowbite Icons
Style
Outline
Category
General
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More general icons from Flowbite Icons

Use the blender phone icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.283 8h-4.285m3.85 3h-3.85m4.061-6H11v11h8.27l1.715-9.847A.983.983 0 0 0 20.059 5M6.581 13.23h-.838A14 14 0 0 1 5.622 11q-.03-1.119.12-2.23h1.04c.252 0 .496-.088.683-.245a.93.93 0 0 0 .329-.61l.2-1.872a.9.9 0 0 0-.045-.39a.9.9 0 0 0-.212-.34a1 1 0 0 0-.341-.231A1.1 1.1 0 0 0 6.983 5h-2.06a1.27 1.27 0 0 0-.699.204a1.14 1.14 0 0 0-.442.543A15.1 15.1 0 0 0 3.007 11a15.7 15.7 0 0 0 .795 5.229c.165.462 1.342.771 1.864.771h1.116c.142 0 .283-.028.413-.082q.197-.081.341-.23a.9.9 0 0 0 .212-.34a.9.9 0 0 0 .046-.391l-.201-1.873a.93.93 0 0 0-.33-.609a1.06 1.06 0 0 0-.682-.245M10 18v1h10v-1a2 2 0 0 0-2-2h-6a2 2 0 0 0-2 2"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteBlenderPhoneOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M20.283 8h-4.285m3.85 3h-3.85m4.061-6H11v11h8.27l1.715-9.847A.983.983 0 0 0 20.059 5M6.581 13.23h-.838A14 14 0 0 1 5.622 11q-.03-1.119.12-2.23h1.04c.252 0 .496-.088.683-.245a.93.93 0 0 0 .329-.61l.2-1.872a.9.9 0 0 0-.045-.39a.9.9 0 0 0-.212-.34a1 1 0 0 0-.341-.231A1.1 1.1 0 0 0 6.983 5h-2.06a1.27 1.27 0 0 0-.699.204a1.14 1.14 0 0 0-.442.543A15.1 15.1 0 0 0 3.007 11a15.7 15.7 0 0 0 .795 5.229c.165.462 1.342.771 1.864.771h1.116c.142 0 .283-.028.413-.082q.197-.081.341-.23a.9.9 0 0 0 .212-.34a.9.9 0 0 0 .046-.391l-.201-1.873a.93.93 0 0 0-.33-.609a1.06 1.06 0 0 0-.682-.245M10 18v1h10v-1a2 2 0 0 0-2-2h-6a2 2 0 0 0-2 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.283 8h-4.285m3.85 3h-3.85m4.061-6H11v11h8.27l1.715-9.847A.983.983 0 0 0 20.059 5M6.581 13.23h-.838A14 14 0 0 1 5.622 11q-.03-1.119.12-2.23h1.04c.252 0 .496-.088.683-.245a.93.93 0 0 0 .329-.61l.2-1.872a.9.9 0 0 0-.045-.39a.9.9 0 0 0-.212-.34a1 1 0 0 0-.341-.231A1.1 1.1 0 0 0 6.983 5h-2.06a1.27 1.27 0 0 0-.699.204a1.14 1.14 0 0 0-.442.543A15.1 15.1 0 0 0 3.007 11a15.7 15.7 0 0 0 .795 5.229c.165.462 1.342.771 1.864.771h1.116c.142 0 .283-.028.413-.082q.197-.081.341-.23a.9.9 0 0 0 .212-.34a.9.9 0 0 0 .046-.391l-.201-1.873a.93.93 0 0 0-.33-.609a1.06 1.06 0 0 0-.682-.245M10 18v1h10v-1a2 2 0 0 0-2-2h-6a2 2 0 0 0-2 2"/></svg>
</template>

CSS

.icon-blender-phone-outline {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M20.283%208h-4.285m3.85%203h-3.85m4.061-6H11v11h8.27l1.715-9.847A.983.983%200%200%200%2020.059%205M6.581%2013.23h-.838A14%2014%200%200%201%205.622%2011q-.03-1.119.12-2.23h1.04c.252%200%20.496-.088.683-.245a.93.93%200%200%200%20.329-.61l.2-1.872a.9.9%200%200%200-.045-.39a.9.9%200%200%200-.212-.34a1%201%200%200%200-.341-.231A1.1%201.1%200%200%200%206.983%205h-2.06a1.27%201.27%200%200%200-.699.204a1.14%201.14%200%200%200-.442.543A15.1%2015.1%200%200%200%203.007%2011a15.7%2015.7%200%200%200%20.795%205.229c.165.462%201.342.771%201.864.771h1.116c.142%200%20.283-.028.413-.082q.197-.081.341-.23a.9.9%200%200%200%20.212-.34a.9.9%200%200%200%20.046-.391l-.201-1.873a.93.93%200%200%200-.33-.609a1.06%201.06%200%200%200-.682-.245M10%2018v1h10v-1a2%202%200%200%200-2-2h-6a2%202%200%200%200-2%202%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M20.283%208h-4.285m3.85%203h-3.85m4.061-6H11v11h8.27l1.715-9.847A.983.983%200%200%200%2020.059%205M6.581%2013.23h-.838A14%2014%200%200%201%205.622%2011q-.03-1.119.12-2.23h1.04c.252%200%20.496-.088.683-.245a.93.93%200%200%200%20.329-.61l.2-1.872a.9.9%200%200%200-.045-.39a.9.9%200%200%200-.212-.34a1%201%200%200%200-.341-.231A1.1%201.1%200%200%200%206.983%205h-2.06a1.27%201.27%200%200%200-.699.204a1.14%201.14%200%200%200-.442.543A15.1%2015.1%200%200%200%203.007%2011a15.7%2015.7%200%200%200%20.795%205.229c.165.462%201.342.771%201.864.771h1.116c.142%200%20.283-.028.413-.082q.197-.081.341-.23a.9.9%200%200%200%20.212-.34a.9.9%200%200%200%20.046-.391l-.201-1.873a.93.93%200%200%200-.33-.609a1.06%201.06%200%200%200-.682-.245M10%2018v1h10v-1a2%202%200%200%200-2-2h-6a2%202%200%200%200-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/blender-phone-outline.svg?color=%231a73e8&size=48