blender-phone from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
blender-phone
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Use the blender phone icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M183.4 77.2c10.2 5.8 14.5 18.4 10 29.3l-23.2 56.3c-3.9 9.6-13.7 15.4-24 14.4l-20.2-2c-15.3 41.7-16 87.7-2.1 129.9l22.4-2.2c10.3-1 20 4.8 24 14.4l23.2 56.3c4.5 10.9.2 23.4-10 29.3l-2.9 1.6c-33.6 19.2-81.7 16.2-106.2-21.6c-56.3-86.6-56.3-199.1 0-285.7C99 59.5 147.1 56.5 180.6 75.6l2.9 1.6zM256 400L225.7 81.5c-.9-9.4 6.5-17.5 15.9-17.5h324c21.3 0 36.6 20.3 30.8 40.8L585.1 144H472c-13.3 0-24 10.7-24 24s10.7 24 24 24h99.4l-18.3 64H472c-13.3 0-24 10.7-24 24s10.7 24 24 24h67.4L512 400zm8 48h240c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40H264c-22.1 0-40-17.9-40-40v-48c0-22.1 17.9-40 40-40m120 88c13.3 0 24-10.7 24-24s-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidBlenderPhone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M183.4 77.2c10.2 5.8 14.5 18.4 10 29.3l-23.2 56.3c-3.9 9.6-13.7 15.4-24 14.4l-20.2-2c-15.3 41.7-16 87.7-2.1 129.9l22.4-2.2c10.3-1 20 4.8 24 14.4l23.2 56.3c4.5 10.9.2 23.4-10 29.3l-2.9 1.6c-33.6 19.2-81.7 16.2-106.2-21.6c-56.3-86.6-56.3-199.1 0-285.7C99 59.5 147.1 56.5 180.6 75.6l2.9 1.6zM256 400L225.7 81.5c-.9-9.4 6.5-17.5 15.9-17.5h324c21.3 0 36.6 20.3 30.8 40.8L585.1 144H472c-13.3 0-24 10.7-24 24s10.7 24 24 24h99.4l-18.3 64H472c-13.3 0-24 10.7-24 24s10.7 24 24 24h67.4L512 400zm8 48h240c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40H264c-22.1 0-40-17.9-40-40v-48c0-22.1 17.9-40 40-40m120 88c13.3 0 24-10.7 24-24s-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M183.4 77.2c10.2 5.8 14.5 18.4 10 29.3l-23.2 56.3c-3.9 9.6-13.7 15.4-24 14.4l-20.2-2c-15.3 41.7-16 87.7-2.1 129.9l22.4-2.2c10.3-1 20 4.8 24 14.4l23.2 56.3c4.5 10.9.2 23.4-10 29.3l-2.9 1.6c-33.6 19.2-81.7 16.2-106.2-21.6c-56.3-86.6-56.3-199.1 0-285.7C99 59.5 147.1 56.5 180.6 75.6l2.9 1.6zM256 400L225.7 81.5c-.9-9.4 6.5-17.5 15.9-17.5h324c21.3 0 36.6 20.3 30.8 40.8L585.1 144H472c-13.3 0-24 10.7-24 24s10.7 24 24 24h99.4l-18.3 64H472c-13.3 0-24 10.7-24 24s10.7 24 24 24h67.4L512 400zm8 48h240c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40H264c-22.1 0-40-17.9-40-40v-48c0-22.1 17.9-40 40-40m120 88c13.3 0 24-10.7 24-24s-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24"/></svg>
</template>

CSS

.icon-blender-phone {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M183.4%2077.2c10.2%205.8%2014.5%2018.4%2010%2029.3l-23.2%2056.3c-3.9%209.6-13.7%2015.4-24%2014.4l-20.2-2c-15.3%2041.7-16%2087.7-2.1%20129.9l22.4-2.2c10.3-1%2020%204.8%2024%2014.4l23.2%2056.3c4.5%2010.9.2%2023.4-10%2029.3l-2.9%201.6c-33.6%2019.2-81.7%2016.2-106.2-21.6c-56.3-86.6-56.3-199.1%200-285.7C99%2059.5%20147.1%2056.5%20180.6%2075.6l2.9%201.6zM256%20400L225.7%2081.5c-.9-9.4%206.5-17.5%2015.9-17.5h324c21.3%200%2036.6%2020.3%2030.8%2040.8L585.1%20144H472c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h99.4l-18.3%2064H472c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h67.4L512%20400zm8%2048h240c22.1%200%2040%2017.9%2040%2040v48c0%2022.1-17.9%2040-40%2040H264c-22.1%200-40-17.9-40-40v-48c0-22.1%2017.9-40%2040-40m120%2088c13.3%200%2024-10.7%2024-24s-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M183.4%2077.2c10.2%205.8%2014.5%2018.4%2010%2029.3l-23.2%2056.3c-3.9%209.6-13.7%2015.4-24%2014.4l-20.2-2c-15.3%2041.7-16%2087.7-2.1%20129.9l22.4-2.2c10.3-1%2020%204.8%2024%2014.4l23.2%2056.3c4.5%2010.9.2%2023.4-10%2029.3l-2.9%201.6c-33.6%2019.2-81.7%2016.2-106.2-21.6c-56.3-86.6-56.3-199.1%200-285.7C99%2059.5%20147.1%2056.5%20180.6%2075.6l2.9%201.6zM256%20400L225.7%2081.5c-.9-9.4%206.5-17.5%2015.9-17.5h324c21.3%200%2036.6%2020.3%2030.8%2040.8L585.1%20144H472c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h99.4l-18.3%2064H472c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h67.4L512%20400zm8%2048h240c22.1%200%2040%2017.9%2040%2040v48c0%2022.1-17.9%2040-40%2040H264c-22.1%200-40-17.9-40-40v-48c0-22.1%2017.9-40%2040-40m120%2088c13.3%200%2024-10.7%2024-24s-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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