read cv logo icon

read-cv-logo from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
read-cv-logo
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the read cv logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m210.78 39.25l-130.25-23A16 16 0 0 0 62 29.23l-29.75 169a16 16 0 0 0 13 18.53l130.25 23a16 16 0 0 0 18.54-13l29.75-169a16 16 0 0 0-13.01-18.51M178.26 224L48 201L77.75 32L208 55ZM89.34 58.42a8 8 0 0 1 9.27-6.48l83 14.65a8 8 0 0 1-1.39 15.88a8.4 8.4 0 0 1-1.4-.12l-83-14.66a8 8 0 0 1-6.48-9.27M83.8 89.94a8 8 0 0 1 9.27-6.49l83 14.66a8 8 0 0 1-1.4 15.89a7.6 7.6 0 0 1-1.41-.13l-83-14.65a8 8 0 0 1-6.46-9.28m-5.55 31.51a8 8 0 0 1 9.27-6.45l41.48 7.29a8 8 0 0 1-1.38 15.88a8.3 8.3 0 0 1-1.4-.12l-41.5-7.33a8 8 0 0 1-6.47-9.27"/></svg>

React

import type { SVGProps } from "react";

export function PhReadCvLogo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m210.78 39.25l-130.25-23A16 16 0 0 0 62 29.23l-29.75 169a16 16 0 0 0 13 18.53l130.25 23a16 16 0 0 0 18.54-13l29.75-169a16 16 0 0 0-13.01-18.51M178.26 224L48 201L77.75 32L208 55ZM89.34 58.42a8 8 0 0 1 9.27-6.48l83 14.65a8 8 0 0 1-1.39 15.88a8.4 8.4 0 0 1-1.4-.12l-83-14.66a8 8 0 0 1-6.48-9.27M83.8 89.94a8 8 0 0 1 9.27-6.49l83 14.66a8 8 0 0 1-1.4 15.89a7.6 7.6 0 0 1-1.41-.13l-83-14.65a8 8 0 0 1-6.46-9.28m-5.55 31.51a8 8 0 0 1 9.27-6.45l41.48 7.29a8 8 0 0 1-1.38 15.88a8.3 8.3 0 0 1-1.4-.12l-41.5-7.33a8 8 0 0 1-6.47-9.27"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m210.78 39.25l-130.25-23A16 16 0 0 0 62 29.23l-29.75 169a16 16 0 0 0 13 18.53l130.25 23a16 16 0 0 0 18.54-13l29.75-169a16 16 0 0 0-13.01-18.51M178.26 224L48 201L77.75 32L208 55ZM89.34 58.42a8 8 0 0 1 9.27-6.48l83 14.65a8 8 0 0 1-1.39 15.88a8.4 8.4 0 0 1-1.4-.12l-83-14.66a8 8 0 0 1-6.48-9.27M83.8 89.94a8 8 0 0 1 9.27-6.49l83 14.66a8 8 0 0 1-1.4 15.89a7.6 7.6 0 0 1-1.41-.13l-83-14.65a8 8 0 0 1-6.46-9.28m-5.55 31.51a8 8 0 0 1 9.27-6.45l41.48 7.29a8 8 0 0 1-1.38 15.88a8.3 8.3 0 0 1-1.4-.12l-41.5-7.33a8 8 0 0 1-6.47-9.27"/></svg>
</template>

CSS

.icon-read-cv-logo {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m210.78%2039.25l-130.25-23A16%2016%200%200%200%2062%2029.23l-29.75%20169a16%2016%200%200%200%2013%2018.53l130.25%2023a16%2016%200%200%200%2018.54-13l29.75-169a16%2016%200%200%200-13.01-18.51M178.26%20224L48%20201L77.75%2032L208%2055ZM89.34%2058.42a8%208%200%200%201%209.27-6.48l83%2014.65a8%208%200%200%201-1.39%2015.88a8.4%208.4%200%200%201-1.4-.12l-83-14.66a8%208%200%200%201-6.48-9.27M83.8%2089.94a8%208%200%200%201%209.27-6.49l83%2014.66a8%208%200%200%201-1.4%2015.89a7.6%207.6%200%200%201-1.41-.13l-83-14.65a8%208%200%200%201-6.46-9.28m-5.55%2031.51a8%208%200%200%201%209.27-6.45l41.48%207.29a8%208%200%200%201-1.38%2015.88a8.3%208.3%200%200%201-1.4-.12l-41.5-7.33a8%208%200%200%201-6.47-9.27%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m210.78%2039.25l-130.25-23A16%2016%200%200%200%2062%2029.23l-29.75%20169a16%2016%200%200%200%2013%2018.53l130.25%2023a16%2016%200%200%200%2018.54-13l29.75-169a16%2016%200%200%200-13.01-18.51M178.26%20224L48%20201L77.75%2032L208%2055ZM89.34%2058.42a8%208%200%200%201%209.27-6.48l83%2014.65a8%208%200%200%201-1.39%2015.88a8.4%208.4%200%200%201-1.4-.12l-83-14.66a8%208%200%200%201-6.48-9.27M83.8%2089.94a8%208%200%200%201%209.27-6.49l83%2014.66a8%208%200%200%201-1.4%2015.89a7.6%207.6%200%200%201-1.41-.13l-83-14.65a8%208%200%200%201-6.46-9.28m-5.55%2031.51a8%208%200%200%201%209.27-6.45l41.48%207.29a8%208%200%200%201-1.38%2015.88a8.3%208.3%200%200%201-1.4-.12l-41.5-7.33a8%208%200%200%201-6.47-9.27%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/read-cv-logo.svg?color=%231a73e8&size=48