content paste off icon
content-paste-off-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- content-paste-off-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- content-paste-off-outline-rounded
2 other variants in Material Symbols
The same icon in other sets
More text icons from Material Symbols
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the content paste off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 17q-.375 0-.687-.262T19 15.975V5h-2v2q0 .425-.288.713T16 8h-4.325q-.4 0-.763-.15t-.637-.425L7.55 4.7q-.15-.15-.225-.325T7.25 4q0-.4.288-.7t.737-.3h.9q.275-.875 1.075-1.437T12 1q1 0 1.788.563T14.85 3H19q.825 0 1.413.588T21 5v11q0 .5-.312.75T20 17M12.713 4.713Q13 4.425 13 4t-.288-.712T12 3t-.712.288T11 4t.288.713T12 5t.713-.288M16.15 19L5 7.85V19zM5 21q-.825 0-1.412-.587T3 19V5.85l-.925-.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-.925-.9z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsContentPasteOffRounded(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="M20 17q-.375 0-.687-.262T19 15.975V5h-2v2q0 .425-.288.713T16 8h-4.325q-.4 0-.763-.15t-.637-.425L7.55 4.7q-.15-.15-.225-.325T7.25 4q0-.4.288-.7t.737-.3h.9q.275-.875 1.075-1.437T12 1q1 0 1.788.563T14.85 3H19q.825 0 1.413.588T21 5v11q0 .5-.312.75T20 17M12.713 4.713Q13 4.425 13 4t-.288-.712T12 3t-.712.288T11 4t.288.713T12 5t.713-.288M16.15 19L5 7.85V19zM5 21q-.825 0-1.412-.587T3 19V5.85l-.925-.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-.925-.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 17q-.375 0-.687-.262T19 15.975V5h-2v2q0 .425-.288.713T16 8h-4.325q-.4 0-.763-.15t-.637-.425L7.55 4.7q-.15-.15-.225-.325T7.25 4q0-.4.288-.7t.737-.3h.9q.275-.875 1.075-1.437T12 1q1 0 1.788.563T14.85 3H19q.825 0 1.413.588T21 5v11q0 .5-.312.75T20 17M12.713 4.713Q13 4.425 13 4t-.288-.712T12 3t-.712.288T11 4t.288.713T12 5t.713-.288M16.15 19L5 7.85V19zM5 21q-.825 0-1.412-.587T3 19V5.85l-.925-.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-.925-.9z"/></svg> </template>
CSS
.icon-content-paste-off-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%22M20%2017q-.375%200-.687-.262T19%2015.975V5h-2v2q0%20.425-.288.713T16%208h-4.325q-.4%200-.763-.15t-.637-.425L7.55%204.7q-.15-.15-.225-.325T7.25%204q0-.4.288-.7t.737-.3h.9q.275-.875%201.075-1.437T12%201q1%200%201.788.563T14.85%203H19q.825%200%201.413.588T21%205v11q0%20.5-.312.75T20%2017M12.713%204.713Q13%204.425%2013%204t-.288-.712T12%203t-.712.288T11%204t.288.713T12%205t.713-.288M16.15%2019L5%207.85V19zM5%2021q-.825%200-1.412-.587T3%2019V5.85l-.925-.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-.925-.9z%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%22M20%2017q-.375%200-.687-.262T19%2015.975V5h-2v2q0%20.425-.288.713T16%208h-4.325q-.4%200-.763-.15t-.637-.425L7.55%204.7q-.15-.15-.225-.325T7.25%204q0-.4.288-.7t.737-.3h.9q.275-.875%201.075-1.437T12%201q1%200%201.788.563T14.85%203H19q.825%200%201.413.588T21%205v11q0%20.5-.312.75T20%2017M12.713%204.713Q13%204.425%2013%204t-.288-.712T12%203t-.712.288T11%204t.288.713T12%205t.713-.288M16.15%2019L5%207.85V19zM5%2021q-.825%200-1.412-.587T3%2019V5.85l-.925-.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-.925-.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/content-paste-off-rounded.svg?color=%231a73e8&size=48