assignment ind icon
assignment-ind-outline-sharp from Material Symbols by Google · Outline Sharp · Text · Apache-2.0 Free for personal and commercial use.
- Name
- assignment-ind-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
3 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 assignment ind icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21V3h6.2q.35-.9 1.1-1.45T12 1t1.7.55T14.8 3H21v18zm9.538-16.963q.212-.212.212-.537t-.213-.537T12 2.75t-.537.213t-.213.537t.213.538t.537.212t.538-.213M5 17.85q1.35-1.325 3.138-2.087T12 15t3.863.763T19 17.85V5H5zm9.475-5.875Q15.5 10.95 15.5 9.5t-1.025-2.475T12 6T9.525 7.025T8.5 9.5t1.025 2.475T12 13t2.475-1.025M7 19h10v-.25q-1.05-.875-2.325-1.312T12 17t-2.675.438T7 18.75zm3.938-8.437Q10.5 10.125 10.5 9.5t.438-1.062T12 8t1.063.438T13.5 9.5t-.437 1.063T12 11t-1.062-.437m1.062.862"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAssignmentIndOutlineSharp(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="M3 21V3h6.2q.35-.9 1.1-1.45T12 1t1.7.55T14.8 3H21v18zm9.538-16.963q.212-.212.212-.537t-.213-.537T12 2.75t-.537.213t-.213.537t.213.538t.537.212t.538-.213M5 17.85q1.35-1.325 3.138-2.087T12 15t3.863.763T19 17.85V5H5zm9.475-5.875Q15.5 10.95 15.5 9.5t-1.025-2.475T12 6T9.525 7.025T8.5 9.5t1.025 2.475T12 13t2.475-1.025M7 19h10v-.25q-1.05-.875-2.325-1.312T12 17t-2.675.438T7 18.75zm3.938-8.437Q10.5 10.125 10.5 9.5t.438-1.062T12 8t1.063.438T13.5 9.5t-.437 1.063T12 11t-1.062-.437m1.062.862"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21V3h6.2q.35-.9 1.1-1.45T12 1t1.7.55T14.8 3H21v18zm9.538-16.963q.212-.212.212-.537t-.213-.537T12 2.75t-.537.213t-.213.537t.213.538t.537.212t.538-.213M5 17.85q1.35-1.325 3.138-2.087T12 15t3.863.763T19 17.85V5H5zm9.475-5.875Q15.5 10.95 15.5 9.5t-1.025-2.475T12 6T9.525 7.025T8.5 9.5t1.025 2.475T12 13t2.475-1.025M7 19h10v-.25q-1.05-.875-2.325-1.312T12 17t-2.675.438T7 18.75zm3.938-8.437Q10.5 10.125 10.5 9.5t.438-1.062T12 8t1.063.438T13.5 9.5t-.437 1.063T12 11t-1.062-.437m1.062.862"/></svg> </template>
CSS
.icon-assignment-ind-outline-sharp {
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%22M3%2021V3h6.2q.35-.9%201.1-1.45T12%201t1.7.55T14.8%203H21v18zm9.538-16.963q.212-.212.212-.537t-.213-.537T12%202.75t-.537.213t-.213.537t.213.538t.537.212t.538-.213M5%2017.85q1.35-1.325%203.138-2.087T12%2015t3.863.763T19%2017.85V5H5zm9.475-5.875Q15.5%2010.95%2015.5%209.5t-1.025-2.475T12%206T9.525%207.025T8.5%209.5t1.025%202.475T12%2013t2.475-1.025M7%2019h10v-.25q-1.05-.875-2.325-1.312T12%2017t-2.675.438T7%2018.75zm3.938-8.437Q10.5%2010.125%2010.5%209.5t.438-1.062T12%208t1.063.438T13.5%209.5t-.437%201.063T12%2011t-1.062-.437m1.062.862%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%22M3%2021V3h6.2q.35-.9%201.1-1.45T12%201t1.7.55T14.8%203H21v18zm9.538-16.963q.212-.212.212-.537t-.213-.537T12%202.75t-.537.213t-.213.537t.213.538t.537.212t.538-.213M5%2017.85q1.35-1.325%203.138-2.087T12%2015t3.863.763T19%2017.85V5H5zm9.475-5.875Q15.5%2010.95%2015.5%209.5t-1.025-2.475T12%206T9.525%207.025T8.5%209.5t1.025%202.475T12%2013t2.475-1.025M7%2019h10v-.25q-1.05-.875-2.325-1.312T12%2017t-2.675.438T7%2018.75zm3.938-8.437Q10.5%2010.125%2010.5%209.5t.438-1.062T12%208t1.063.438T13.5%209.5t-.437%201.063T12%2011t-1.062-.437m1.062.862%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/assignment-ind-outline-sharp.svg?color=%231a73e8&size=48