resume-outline-rounded from Material Symbols by Google · Outline Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
resume-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

Use the resume icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 17V7q0-.425.288-.712T7 6t.713.288T8 7v10q0 .425-.288.713T7 18t-.712-.288T6 17m5.525.1l7.05-4.25q.25-.15.363-.375T19.05 12t-.112-.475t-.363-.375l-7.05-4.25q-.125-.075-.262-.1T11 6.775q-.4 0-.7.288t-.3.712v8.45q0 .425.3.713t.7.287q.125 0 .263-.025t.262-.1M12 14.475v-4.95L16.125 12zM12 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsResumeOutlineRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 17V7q0-.425.288-.712T7 6t.713.288T8 7v10q0 .425-.288.713T7 18t-.712-.288T6 17m5.525.1l7.05-4.25q.25-.15.363-.375T19.05 12t-.112-.475t-.363-.375l-7.05-4.25q-.125-.075-.262-.1T11 6.775q-.4 0-.7.288t-.3.712v8.45q0 .425.3.713t.7.287q.125 0 .263-.025t.262-.1M12 14.475v-4.95L16.125 12zM12 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 17V7q0-.425.288-.712T7 6t.713.288T8 7v10q0 .425-.288.713T7 18t-.712-.288T6 17m5.525.1l7.05-4.25q.25-.15.363-.375T19.05 12t-.112-.475t-.363-.375l-7.05-4.25q-.125-.075-.262-.1T11 6.775q-.4 0-.7.288t-.3.712v8.45q0 .425.3.713t.7.287q.125 0 .263-.025t.262-.1M12 14.475v-4.95L16.125 12zM12 12"/></svg>
</template>

CSS

.icon-resume-outline-rounded {
  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%22currentColor%22%20d%3D%22M6%2017V7q0-.425.288-.712T7%206t.713.288T8%207v10q0%20.425-.288.713T7%2018t-.712-.288T6%2017m5.525.1l7.05-4.25q.25-.15.363-.375T19.05%2012t-.112-.475t-.363-.375l-7.05-4.25q-.125-.075-.262-.1T11%206.775q-.4%200-.7.288t-.3.712v8.45q0%20.425.3.713t.7.287q.125%200%20.263-.025t.262-.1M12%2014.475v-4.95L16.125%2012zM12%2012%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%22currentColor%22%20d%3D%22M6%2017V7q0-.425.288-.712T7%206t.713.288T8%207v10q0%20.425-.288.713T7%2018t-.712-.288T6%2017m5.525.1l7.05-4.25q.25-.15.363-.375T19.05%2012t-.112-.475t-.363-.375l-7.05-4.25q-.125-.075-.262-.1T11%206.775q-.4%200-.7.288t-.3.712v8.45q0%20.425.3.713t.7.287q.125%200%20.263-.025t.262-.1M12%2014.475v-4.95L16.125%2012zM12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/resume-outline-rounded.svg?color=%231a73e8&size=48